@charset "UTF-8";
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline; }

ul,
ol {
  list-style: none; }

@media screen and (min-width: 781px) {
  html {
    font-size: 62.5%; } }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important; }
  /* =========== BASE =========== */
  /* ---------------------------- */
  #content_wrap {
    width: 100%;
    margin: 0;
    padding: 0 0 3rem;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6; }
  #content_wrap img {
    width: 100%;
    height: auto; }
  #content_wrap a {
    transition: all 0.3s ease; }
  #content_wrap a:hover {
    opacity: .8; }
  #wrapper {
    padding-bottom: 0; }
  body {
    background: #fff;
    color: #555;
    font-size: 16px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif, Helvetica;
    line-height: 1.8;
    -webkit-text-size-adjust: none;
    width: 100%;
    overflow-x: hidden;
    min-width: 1116px; }
  #innerWrap {
    width: auto !important;
    margin: auto !important;
    background: none !important; }
  .midtown {
    color: #333; }
    .midtown * {
      box-sizing: border-box; }
    .midtown a {
      color: #333;
      outline: none; }
    .midtown a:link {
      text-decoration: underline;
      color: #333; }
    .midtown a:visited {
      text-decoration: underline;
      color: #333; }
    .midtown img {
      max-width: 100%;
      vertical-align: bottom; }
    .midtown .inner {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto; }
    .midtown .border_upper {
      position: relative;
      border-top: 1px solid #947e4f; }
      .midtown .border_upper::before {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #947e4f;
        right: 0;
        top: -4px; }
      .midtown .border_upper::after {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #947e4f;
        left: 0;
        top: -4px; }
    .midtown .border_under {
      position: relative;
      border-bottom: 1px solid #947e4f; }
      .midtown .border_under::before {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #947e4f;
        right: 0;
        bottom: -4px; }
      .midtown .border_under::after {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #947e4f;
        left: 0;
        bottom: -4px; }
    .midtown .mv h1 {
      text-align: center;
      background-image: url(../img/bg_main.jpg);
      background-repeat: no-repeat;
      background-position: center top;
      height: 669px;
      padding-top: 200px; }
    .midtown .mv p {
      text-align: right;
      margin-top: 10px;
      font-size: 14px; }
    .midtown nav {
      margin-top: 30px; }
      .midtown nav ul {
        display: flex;
        justify-content: center; }
        .midtown nav ul li + li {
          margin-left: 30px; }
    .midtown section h2 {
      text-align: center; }
    .midtown .blossom {
      margin-top: 60px;
      padding-bottom: 135px;
      background-image: url(../img/bg_blossom.jpg);
      background-repeat: no-repeat;
      background-position: center top; }
      .midtown .blossom .blossom_content {
        position: relative;
        z-index: 2; }
        .midtown .blossom .blossom_content .img_wrap {
          z-index: -1;
          position: absolute;
          top: 0;
          left: -50px; }
        .midtown .blossom .blossom_content .text {
          padding: 45px 43px;
          background-color: rgba(255, 255, 255, 0.9);
          width: 50%;
          position: relative; }
          .midtown .blossom .blossom_content .text::after {
            content: "";
            display: block;
            position: absolute;
            border: 1px solid #947e4f;
            width: calc(100% - 30px);
            height: calc(100% - 30px);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none; }
      .midtown .blossom .about {
        padding-top: 56px;
        margin-top: 100px; }
        .midtown .blossom .about .text {
          margin-left: auto; }
          .midtown .blossom .about .text h3 img {
            max-width: 325px; }
          .midtown .blossom .about .text p {
            margin-top: 20px; }
          .midtown .blossom .about .text::before {
            content: url(../img/tit_blossom_about1.png);
            display: block;
            position: absolute;
            top: -41px;
            left: 0;
            z-index: 1; }
          .midtown .blossom .about .text::after {
            border-color: #ec7a93; }
    .midtown .place {
      margin-top: 50px; }
      .midtown .place ul {
        display: flex;
        justify-content: space-between; }
        .midtown .place ul li {
          max-width: 480px; }
      .midtown .place .place_info {
        margin-top: 40px;
        position: relative; }
        .midtown .place .place_info dl {
          padding: 12px 27px 15px; }
          .midtown .place .place_info dl dt {
            font-size: 18px;
            font-weight: bold; }
      .midtown .place .btn_check {
        margin-top: 30px;
        text-align: center; }
    .midtown .art {
      margin-top: 120px; }
      .midtown .art > h3 {
        text-align: center; }
        .midtown .art > h3 img {
          max-width: 539px; }
      .midtown .art .blossom_content {
        margin-top: 45px;
        padding-top: 20px; }
        .midtown .art .blossom_content .img_wrap {
          left: auto;
          right: -50px; }
        .midtown .art .blossom_content .text dl {
          margin-top: 15px;
          padding-top: 10px; }
          .midtown .art .blossom_content .text dl dt {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 3px; }
      .midtown .art .designer {
        margin-top: 50px;
        display: flex;
        justify-content: space-between; }
        .midtown .art .designer .text {
          padding-top: 7px;
          width: 404px; }
          .midtown .art .designer .text .btn_check {
            margin-top: 26px; }
    .midtown .gift {
      margin-top: 160px; }
      .midtown .gift h3 {
        text-align: center; }
      .midtown .gift .content_wrap {
        margin-top: -40px;
        height: 480px;
        padding: 30px 42px 0 35px;
        background-image: url(../img/bg_blossom_gift.png);
        background-repeat: no-repeat;
        background-position: center top;
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .midtown .gift .content_wrap .text {
          width: 470px;
          padding-top: 65px;
          padding-bottom: 10px; }
          .midtown .gift .content_wrap .text dl {
            margin-top: 20px;
            padding-top: 10px; }
            .midtown .gift .content_wrap .text dl dt {
              font-size: 18px;
              font-weight: bold;
              margin-bottom: 3px; }
    .midtown .marche {
      margin-top: 110px; }
      .midtown .marche h3 {
        text-align: center; }
        .midtown .marche h3 img {
          padding-right: 45px; }
      .midtown .marche .blossom_content {
        margin-top: -70px;
        padding-top: 90px; }
        .midtown .marche .blossom_content .text {
          margin-left: auto;
          padding-top: 65px;
          padding-bottom: 75px; }
      .midtown .marche .content_wrap {
        margin-top: 80px;
        display: flex;
        justify-content: space-between; }
        .midtown .marche .content_wrap .img_wrap {
          order: 2; }
        .midtown .marche .content_wrap .text {
          margin-top: 85px;
          width: 392px; }
          .midtown .marche .content_wrap .text dl {
            padding: 18px 10px 20px; }
            .midtown .marche .content_wrap .text dl dt {
              font-size: 18px;
              margin-bottom: 3px;
              font-weight: bold; }
          .midtown .marche .content_wrap .text .btn_check {
            margin-top: 60px; }
    .midtown .item {
      background-image: url(../img/bg_item.jpg);
      background-repeat: no-repeat;
      background-position: center top;
      padding-bottom: 110px; }
      .midtown .item h2 {
        transform: translateY(-17px); }
      .midtown .item > p {
        margin-top: -10px;
        text-align: center; }
      .midtown .item ul {
        margin-top: 25px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        max-width: 1050px;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto; }
        .midtown .item ul li + li {
          margin-left: 40px; }
        .midtown .item ul li:nth-child(4) {
          margin-left: 0; }
        .midtown .item ul li:nth-child(n+4) {
          margin-top: 70px; }
        .midtown .item ul li .text {
          margin-top: 20px; }
          .midtown .item ul li .text p {
            max-width: 292px;
            text-align: center; }
            .midtown .item ul li .text p.price {
              margin-top: 10px;
              padding-top: 10px;
              border-top: 1px solid #947e4f; }
      .midtown .item .btn_check {
        text-align: center;
        margin-top: 54px; }
    .midtown .festival {
      background-image: url(../img/bg_festival.png);
      background-repeat: no-repeat;
      background-position: center top 560px;
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto; }
      .midtown .festival h2 {
        padding-top: 150px;
        padding-top: 8%;
        padding-bottom: 10%;
        background-image: url(../img/ph_festival_visual.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        position: relative; }
        .midtown .festival h2 img {
          max-width: 633px;
          width: 33%;
          backface-visibility: hidden; }
        .midtown .festival h2::after {
          content: "";
          display: block;
          position: absolute;
          width: 1050px;
          padding-bottom: 5.3%;
          pointer-events: none;
          background-color: #fff;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%); }
        .midtown .festival h2 img {
          max-width: 633px; }
      .midtown .festival .lead {
        position: relative;
        z-index: 1;
        margin-top: -3.1%; }
        .midtown .festival .lead h3 {
          text-align: center; }
        .midtown .festival .lead .content_wrap {
          margin-top: 40px;
          display: flex;
          justify-content: space-between; }
          .midtown .festival .lead .content_wrap .img_wrap p {
            font-size: 12px;
            margin-top: 5px; }
          .midtown .festival .lead .content_wrap .text {
            width: 50%; }
        .midtown .festival .lead .btn_check {
          margin-top: 30px;
          text-align: center; }
      .midtown .festival .festival_content {
        margin-top: 95px; }
        .midtown .festival .festival_content ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .midtown .festival .festival_content ul li {
            width: 475px; }
            .midtown .festival .festival_content ul li h4 {
              margin-top: 30px; }
            .midtown .festival .festival_content ul li p {
              margin-top: 20px; }
            .midtown .festival .festival_content ul li:nth-child(n+3) {
              margin-top: 60px; }
            .midtown .festival .festival_content ul li:nth-child(2) h4 {
              margin-top: 14px; }
      .midtown .festival .online {
        margin-top: 135px;
        min-height: 598px;
        max-width: 1020px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(../img/bg_festival_online.png);
        background-repeat: no-repeat;
        background-position: center top;
        position: relative;
        padding-top: 50px; }
        .midtown .festival .online .deco_wrap {
          position: absolute;
          top: -40px;
          left: 68px; }
        .midtown .festival .online h3 {
          text-align: center;
          padding-bottom: 24px;
          border-bottom: 1px solid #7c6025;
          max-width: 930px;
          margin-left: auto;
          margin-right: auto; }
        .midtown .festival .online p {
          margin-top: 45px;
          padding: 0 80px; }
        .midtown .festival .online .btn_check {
          margin-top: 10px;
          text-align: center; }
    .midtown .information {
      padding-bottom: 120px;
      margin-top: 190px; }
      .midtown .information a {
        color: #154d9a; }
        .midtown .information a:hover {
          text-decoration: none; }
      .midtown .information .content_wrap {
        margin-top: 80px;
        display: flex;
        justify-content: space-between; }
        .midtown .information .content_wrap .text {
          width: 460px; }
          .midtown .information .content_wrap .text dl dt {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 4px; }
          .midtown .information .content_wrap .text .btn_to_official {
            margin-top: 10px; }
      .midtown .information .notes {
        margin-top: 25px; }
    .midtown .to_top {
      position: fixed;
      right: 3%;
      bottom: 5%;
      z-index: 1000; }
      .midtown .to_top img {
        max-width: 84px; } }

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important; }
  html {
    font-size: calc(20vw / 750 * 100); }
  body {
    background: #fff;
    color: #555;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif, Helvetica;
    -webkit-text-size-adjust: none;
    width: 100%;
    overflow-x: hidden; }
  #innerWrap {
    width: auto !important;
    margin: auto !important;
    background: none !important; }
  .midtown {
    font-size: 12px;
    color: #333;
    line-height: 1.6; }
    .midtown * {
      box-sizing: border-box; }
    .midtown a {
      color: #333;
      outline: none; }
    .midtown a:link {
      text-decoration: underline;
      color: #333; }
    .midtown a:visited {
      text-decoration: underline;
      color: #333; }
    .midtown img {
      width: 100%;
      max-width: 100%;
      vertical-align: bottom; }
    .midtown .btn_check img {
      max-width: calc(418 / 750 * 100vw); }
    .midtown .inner {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
    .midtown .sp_inner {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
    .midtown .border_upper {
      position: relative;
      border-top: 1px solid #947e4f; }
      .midtown .border_upper::before {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #947e4f;
        right: 0;
        top: -3px; }
      .midtown .border_upper::after {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #947e4f;
        left: 0;
        top: -3px; }
    .midtown .border_under {
      position: relative;
      border-bottom: 1px solid #947e4f; }
      .midtown .border_under::before {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #947e4f;
        right: 0;
        bottom: -3px; }
      .midtown .border_under::after {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #947e4f;
        left: 0;
        bottom: -3px; }
    .midtown .mv p {
      text-align: right;
      margin-top: 10px;
      font-size: 11px; }
    .midtown nav {
      margin-top: calc(20 / 750 * 100vw); }
      .midtown nav ul {
        display: flex;
        justify-content: space-between; }
        .midtown nav ul li {
          width: 32%; }
    .midtown section h2 {
      text-align: center; }
    .midtown .blossom {
      margin-top: calc(50 / 750 * 100vw);
      padding-bottom: calc(115 / 750 * 100vw);
      background-image: url(../img/bg_blossom_sp.jpg);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% 100%; }
      .midtown .blossom .blossom_content {
        position: relative;
        z-index: 2; }
        .midtown .blossom .blossom_content.inner {
          width: auto; }
        .midtown .blossom .blossom_content .text {
          padding-top: calc(45 / 750 * 100vw);
          padding-right: calc(40 / 750 * 100vw);
          padding-left: calc(40 / 750 * 100vw);
          padding-bottom: calc(45 / 750 * 100vw);
          background-color: rgba(255, 255, 255, 0.9);
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          position: relative; }
          .midtown .blossom .blossom_content .text::after {
            content: "";
            display: block;
            position: absolute;
            border: 1px solid #947e4f;
            width: calc(100% - 15px);
            height: calc(100% - 15px);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none; }
      .midtown .blossom .about {
        margin-top: calc(80 / 750 * 100vw); }
        .midtown .blossom .about .text {
          margin-top: calc(80 / 750 * 100vw);
          padding-top: calc(70 / 750 * 100vw); }
          .midtown .blossom .about .text h3 img {
            max-width: calc(450 / 750 * 100vw); }
          .midtown .blossom .about .text p {
            margin-top: 10px; }
          .midtown .blossom .about .text::before {
            content: "";
            display: block;
            position: absolute;
            width: calc(580 / 750 * 100vw);
            height: calc(94 / 750 * 100vw);
            background-image: url(../img/tit_blossom_about1_sp.png);
            background-size: contain;
            top: calc(50 / 750 * -100vw);
            left: 50%;
            transform: translateX(-50%);
            z-index: 1; }
          .midtown .blossom .about .text::after {
            border-color: #ec7a93; }
    .midtown .place {
      margin-top: calc(50 / 750 * 100vw); }
      .midtown .place ul li + li {
        margin-top: calc(40 / 750 * 100vw); }
      .midtown .place .place_info {
        margin-top: calc(63 / 750 * 100vw);
        position: relative; }
        .midtown .place .place_info dl {
          padding: calc(27 / 750 * 100vw); }
          .midtown .place .place_info dl dt {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 3px; }
      .midtown .place .btn_check {
        margin-top: calc(30 / 750 * 100vw);
        text-align: center; }
    .midtown .art {
      margin-top: calc(150 / 750 * 100vw); }
      .midtown .art > h3 {
        text-align: center; }
        .midtown .art > h3 img {
          max-width: calc(647 / 750 * 100vw); }
      .midtown .art .blossom_content {
        margin-top: calc(35 / 750 * 100vw); }
        .midtown .art .blossom_content .img_wrap {
          left: auto;
          right: -50px; }
        .midtown .art .blossom_content .text {
          margin-top: calc(35 / 750 * -100vw); }
          .midtown .art .blossom_content .text dl {
            margin-top: 15px;
            padding-top: 10px; }
            .midtown .art .blossom_content .text dl dt {
              font-size: 14px;
              font-weight: bold;
              margin-bottom: 3px; }
      .midtown .art .designer {
        margin-top: calc(50 / 750 * 100vw); }
        .midtown .art .designer .text {
          margin-top: calc(30 / 750 * 100vw); }
          .midtown .art .designer .text .btn_check {
            text-align: center;
            margin-top: calc(20 / 750 * 100vw); }
    .midtown .gift {
      margin-top: calc(110 / 750 * 100vw); }
      .midtown .gift .content_wrap {
        margin-top: calc(40 / 750 * -100vw);
        padding-top: calc(22 / 750 * 100vw);
        padding-right: calc(30 / 750 * 100vw);
        padding-left: calc(30 / 750 * 100vw);
        padding-bottom: calc(70 / 750 * 100vw);
        background-image: url(../img/bg_blossom_gift_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 100%; }
        .midtown .gift .content_wrap .img_wrap img {
          max-width: calc(567 / 750 * 100vw); }
        .midtown .gift .content_wrap .text {
          margin-top: calc(40 / 750 * 100vw);
          padding-bottom: 10px;
          margin-left: 10px;
          margin-right: 10px; }
          .midtown .gift .content_wrap .text dl {
            margin-top: 20px;
            padding-top: 10px; }
            .midtown .gift .content_wrap .text dl dt {
              font-size: 14px;
              font-weight: bold;
              margin-bottom: 3px; }
    .midtown .marche {
      margin-top: calc(115 / 750 * 100vw); }
      .midtown .marche h3 {
        position: relative;
        z-index: 2; }
      .midtown .marche .blossom_content {
        margin-top: calc(40 / 750 * -100vw); }
        .midtown .marche .blossom_content .text {
          margin-top: calc(35 / 750 * -100vw); }
      .midtown .marche .content_wrap {
        margin-top: calc(60 / 750 * 100vw); }
        .midtown .marche .content_wrap .img_wrap {
          order: 2; }
        .midtown .marche .content_wrap .text {
          margin-top: calc(60 / 750 * 100vw); }
          .midtown .marche .content_wrap .text dl {
            padding: calc(27 / 750 * 100vw); }
            .midtown .marche .content_wrap .text dl dt {
              font-size: 14px;
              margin-bottom: 3px;
              font-weight: bold; }
          .midtown .marche .content_wrap .text .btn_check {
            text-align: center;
            margin-top: calc(40 / 750 * 100vw); }
    .midtown .item {
      background-image: url(../img/bg_item_sp.jpg);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% 100%;
      padding-bottom: calc(90 / 750 * 100vw); }
      .midtown .item h2 {
        transform: translateY(calc(15 / 750 * -100vw)); }
      .midtown .item > p {
        margin-top: calc(30 / 750 * 100vw); }
      .midtown .item ul {
        margin-top: calc(20 / 750 * 100vw);
        margin-left: auto;
        margin-right: auto; }
        .midtown .item ul li .img_wrap {
          width: 250px;
          margin-left: auto;
          margin-right: auto; }
        .midtown .item ul li .text {
          margin-top: 10px;
          width: 265px;
          margin-left: auto;
          margin-right: auto; }
          .midtown .item ul li .text p {
            text-align: center; }
            .midtown .item ul li .text p.price {
              margin-top: 10px;
              padding-top: 10px;
              border-top: 1px solid #947e4f; }
        .midtown .item ul li:nth-child(1) {
          margin-top: calc(28 / 750 * 100vw); }
        .midtown .item ul li:nth-child(2) {
          margin-top: calc(20 / 750 * 100vw); }
        .midtown .item ul li:nth-child(3) {
          margin-top: calc(20 / 750 * 100vw); }
        .midtown .item ul li:nth-child(4) {
          margin-top: calc(80 / 750 * 100vw); }
        .midtown .item ul li:nth-child(5) {
          margin-top: calc(70 / 750 * 100vw); }
        .midtown .item ul li:nth-child(6) {
          margin-top: calc(60 / 750 * 100vw); }
      .midtown .item .btn_check {
        text-align: center;
        margin-top: calc(65 / 750 * 100vw); }
    .midtown .festival {
      background-image: url(../img/bg_festival_sp.png);
      background-repeat: no-repeat;
      background-position: center top calc(640 / 750 * 100vw);
      background-size: 100% auto; }
      .midtown .festival h2 {
        padding-top: calc(140 / 750 * 100vw);
        background-image: url(../img/ph_festival_visual_sp.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        height: calc(500 / 750 * 100vw); }
        .midtown .festival h2 img {
          max-width: calc(677 / 750 * 100vw); }
      .midtown .festival .lead {
        margin-top: calc(80 / 750 * -100vw); }
        .midtown .festival .lead h3 {
          width: calc(597 / 750 * 100vw);
          margin-left: auto;
          margin-right: auto; }
        .midtown .festival .lead .content_wrap {
          margin-top: calc(40 / 750 * 100vw);
          width: 90%;
          margin-left: auto;
          margin-right: auto; }
          .midtown .festival .lead .content_wrap .img_wrap p {
            font-size: 11px;
            margin-top: 5px; }
          .midtown .festival .lead .content_wrap .text {
            margin-top: calc(50 / 750 * 100vw); }
        .midtown .festival .lead .btn_check {
          margin-top: calc(50 / 750 * 100vw);
          text-align: center; }
        .midtown .festival .lead .notes {
          margin-top: calc(40 / 750 * 100vw); }
          .midtown .festival .lead .notes ul {
            width: 90%;
            margin-left: auto;
            margin-right: auto; }
      .midtown .festival .festival_content {
        margin-top: calc(100 / 750 * 100vw); }
        .midtown .festival .festival_content ul {
          width: 90%;
          margin-left: auto;
          margin-right: auto; }
          .midtown .festival .festival_content ul li h4 {
            margin-top: calc(40 / 750 * 100vw); }
          .midtown .festival .festival_content ul li p {
            margin-top: calc(20 / 750 * 100vw); }
          .midtown .festival .festival_content ul li + li {
            margin-top: calc(70 / 750 * 100vw); }
      .midtown .festival .online {
        margin-top: calc(180 / 750 * 100vw);
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        background-image: url(../img/bg_festival_online_sp.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 100%;
        position: relative;
        padding-top: calc(60 / 750 * 100vw);
        padding-bottom: calc(60 / 750 * 100vw); }
        .midtown .festival .online .deco_wrap {
          width: calc(180 / 750 * 100vw);
          position: absolute;
          top: calc(95 / 750 * -100vw);
          left: calc(28 / 750 * 100vw); }
        .midtown .festival .online h3 {
          width: calc(608 / 750 * 100vw);
          margin-left: auto;
          margin-right: auto;
          text-align: center;
          padding-bottom: calc(30 / 750 * 100vw);
          border-bottom: 1px solid #7c6025; }
        .midtown .festival .online p {
          margin-top: calc(40 / 750 * 100vw);
          padding-left: calc(55 / 750 * 100vw);
          padding-right: calc(55 / 750 * 100vw); }
        .midtown .festival .online .btn_check {
          margin-top: calc(30 / 750 * 100vw);
          text-align: center; }
    .midtown .information {
      padding-bottom: calc(215 / 750 * 100vw);
      margin-top: calc(150 / 750 * 100vw); }
      .midtown .information a {
        color: #154d9a; }
      .midtown .information .content_wrap {
        margin-top: calc(35 / 750 * 100vw); }
        .midtown .information .content_wrap .text {
          margin-top: calc(45 / 750 * 100vw); }
          .midtown .information .content_wrap .text dl dt {
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 10px; }
          .midtown .information .content_wrap .text .btn_to_official {
            width: calc(520 / 750 * 100vw);
            margin-left: auto;
            margin-right: auto;
            margin-top: calc(40 / 750 * 100vw); }
      .midtown .information .notes {
        margin-top: calc(30 / 750 * 100vw); }
    .midtown .to_top {
      position: fixed;
      right: 0;
      bottom: 30px;
      z-index: 1000;
      display: none; }
      .midtown .to_top img {
        max-width: 59px; } }

/*# sourceMappingURL=style.css.map */