@charset "UTF-8";
br.sp {
  display: none;
}
.regular-page .page-section .body {
padding: 50px;
}
.map-dl a {
text-decoration: underline;
display: inline-block;
margin-top: 20px;
font-size: 18px;
line-height: 30px;
color: #000000;
}

.map-dl a img {
width: auto;
height: auto;
max-width: 100%;
vertical-align: middle;
margin: auto;
}
.map .body {
display:flex;
}
.map .body a {
display:block;
width:50%;
text-align: center;
}
.map .body a span{
font-weight: bold;
margin-bottom:1rem;
display:inline-block;
}
.map .body a span img {
margin-left: 0.5rem;
width: 17px;
margin-bottom: 3px;
}
.map .body a.venue {
display:block;
width:50%;
}
.comming-soon{
background-color: #F7F7F7;
padding: 75px 100px;
margin: -50px;
}
.map .middle {
padding: 0 50px 50px;
background: #fff;
margin-top: -30px;
}
.map .middle a img {
width: 17px;
margin-left: 0.5rem;
margin-bottom: 3px;
}
.map .head-3,
.map .in-flex {
width: auto!important;
}
.map .head-3 {
text-align: left;
margin: 2rem 0;
}
.map .head-3 span {
font-size: 16px;
}
.map .head-3 h3 {
font-size: 20px;
font-weight: bold;
}
.map .head-3 h3 a {
display: inline-block;
margin-left: 2rem;
width: 120px;
}
.map .in-flex {
display: flex;
padding: 0!important;
}
.map .in-flex p {
text-align: left;
font-size: 15px;
line-height: 1.5;
}
.map .in-flex p:first-child {
width: 80%;
}
.map .in-flex a img {
width: 17px;
margin-left: 0.5rem;
margin-bottom: 3px;
}

.map .flex-box.trisect {
margin: 2rem 0 5rem;
padding: 1rem;
background: #fff;
}
.map .flex-box.trisect > div {
width: calc(100% / 3);
/* align-self: center; */
}
.map .flex-box.trisect div:nth-child(2) {
align-self: center;
}
.map .flex-box.trisect div:first-child p {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 0;
}
.map .flex-box.trisect div:last-child p {
font-size: 15px;
padding: 0 1em;
margin-bottom: 0;
}
.map .flex-box.trisect div:last-child p a {
display: block;
text-align: right;
text-decoration: underline;
margin-top: 1.5rem;
}
.map .flex-box.trisect + .flex-box {
margin-bottom: 2rem;
}
.u-mb2 {
margin-bottom: 2rem;
}
.organizer-wrap {
gap: 30px;
justify-content: space-between;
/* margin: 0 0 20px 0; */
}
.organizer-box {
background: #fff;
width: calc(50% - 15px);
padding: 20px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.map .flex-box.trisect{
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.regular-page .page-section .flex-box.half div.organizer-box-detail {
width: 100%;
}
.organizer-box-detail p {
/* padding: 0 1em; */
width: 100%;
}
.map .in-flex .organizer-box-btn {
min-width: 160px;
text-align: center;
}
.map .in-flex .organizer-box-btn a {
display: inline-flex;
flex: 1;
align-items: center;
justify-content: center;
width: 14rem;
min-height: 3.3rem;
border-radius: 100vh;
font-size: 1.5rem;
text-align: center;
text-decoration: none;
cursor: pointer;
border: none;
background: #1a92e5;
color: var(--c-white);
}
.map .in-flex .organizer-box-btn a.is_gray {
background: #ccc;
pointer-events: none;
}
.map .in-flex .organizer-box-btn a span {
display: flex;
font-size: 1.2rem;
width: 14rem;
justify-content: center;
margin: 5px auto 0;
}
.regular-page .page-section .flex-box.half div.iframe-responsive {
position: relative;
width: 50%;
padding: calc(450 / 600* 50%) 0 0;
}
.regular-page .page-section .flex-box.half div.iframe-responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 1366px){
.map .head-3 h3 {
  font-size: 1.46vw;
}
.map .head-3 span {
  font-size: 1.17vw;
}
.map .in-flex p {
  font-size: 1.1vw;
}
.map .flex-box.trisect div:first-child p {
  font-size: 1.46vw;
}
.map .flex-box.trisect div:last-child p {
  font-size: 1.1vw;
}
}
@media screen and (max-width: 767px) {
br.sp {
  display: inline;
}
.b-r {
border: none;
}
.map .body {
flex-wrap: wrap;
}
.map .body a{
width:100% !important;
margin-bottom:2rem;
}
.map .body a:last-child{
margin-bottom:0;
}
.comming-soon{
margin: -50px auto;
padding: 50px 48px;
}
.comming-soon p{
font-size: 4.27vw;
}
.map .head-3 {
text-align: center;
margin-top: 20px;
}
.map .head-3 h3{
/* font-size: 5.33vw; */
font-size: 4vw;
}
.map .head-3 span{
font-size: 4.27vw;
}
.map .head-3 h3 a {
margin: auto;
width: 32vw;
display: block;
}
.map .in-flex {
flex-direction: column;
}
.map .in-flex p {
  font-size: 4.27vw;
  padding: 0 1rem;
}
.map .in-flex p:first-child{
width: 100%;
}
.map .flex-box.trisect {
padding-top: 3rem;
border: none;
}
.map .flex-box.trisect > div {
width: 100%;
}
.map .flex-box.half > div {
margin-bottom: 20px;
}
.map .flex-box.trisect + .flex-box {
margin-bottom: 0;
}
.map .flex-box.trisect div:first-child p {
font-size: 5.33vw;
margin-bottom: 2rem;
}
.map .flex-box.trisect div:nth-child(2) img {
margin-bottom: 2rem;
}
.map .flex-box.trisect div:last-child p {
font-size: 4.27vw;
padding: 0;
}
.u-mb2 {
margin-bottom: 0;
}
.organizer-box {
width: 100%!important;
}
.organizer-box-detail p {
padding: 0 1em;
}
.regular-page .page-section .flex-box.half div.iframe-responsive {
width: 100%;
padding: calc(450 / 600* 100%) 0 0 !important;
}
}
.org-bottom {
background: #fff;
width: 100%;
padding: 2rem;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
margin: 0 0 60px 0;
}
.org-bottom-ol {
gap: 30px;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.org-bottom-txt {
width: calc(70% - 15px);
}

.org-bottom-img {
width: calc(30% - 15px);
}

.org-bottom-txt-ttl span {
font-size: 16px;
}

.org-bottom-txt-ttl h3 {
font-size: 20px;
font-weight: bold;
}

.org-bottom-txt-lead p {
font-size: 1.4rem;
margin: 10px 0 0 0;
text-align: justify;
}
.org-bottom-txt-btn {
text-align: right;
margin: 5px 0 0 0;
}
.org-bottom-txt-btn a {
display: inline-flex;
flex: 1;
align-items: center;
justify-content: center;
width: 14rem;
min-height: 3.3rem;
border-radius: 100vh;
font-size: 1.5rem;
text-align: center;
text-decoration: none;
cursor: pointer;
border: none;
background: #1a92e5;
color: var(--c-white);
}
@media screen and (max-width: 1366px) {
.org-bottom-txt-ttl span {
  font-size: 1.17vw;
}
}
@media screen and (max-width: 767px) {
.org-bottom-txt-ttl span {
 font-size: 4.27vw;
}
.org-bottom-txt {
  width: 100%;
}
.org-bottom-img {
  width: 100%;
}
.org-bottom-txt-btn {
  text-align: center;
  margin: 15px 0 0 0;
}
.org-bottom-ol {
  gap: 15px;
}
}
/* 帯 */
.note-obi {
background: #f1da12;
color: #FC2683;
text-align: center;
padding: 8px 10px;
font-size: 21px;
font-weight: bold;
margin: 30px auto;
border-radius: 2px;
line-height: 1.5;
}
.obi-gry {
background: #8f9ba0;
color: #ffffff;
}
.inPageLinkBtnOl {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
gap: 1rem;
margin: 2rem 0;
}
.inPageLinkBtn {
padding: .5rem;
color: #fff;
background: #333;
display: flex;
align-items: center;
justify-content: center;
width: 14rem;
border-radius: 100vh;
font-weight: 700;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: .3s;
line-height: 1;
height: 45px;
}

.inPageLinkBtn:hover {
opacity: .7;
}
.table_design09 {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
max-width: 700px;
border-radius: 20px;
overflow: hidden;
text-align: center;
box-shadow: 0px 1rem 1.7rem rgba(0, 0, 0, 0.12);
}
.table_design09 tr {
background-color: #e6f1f6;
}
.table_design09 tr:nth-child(even) {
background-color: #fff;
}
.table_design09 th, .table_design09 td {
padding: 0.8em 1em;
font-size: 16px;
}
.table_design09 thead tr {
background: #1a92e5;
}
.table_design09 thead th {
font-size: 18px;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 1;
}
.table_design09 tbody th {
text-align: center;
font-size: 18px;
font-weight: bold;
line-height: 1;
color: #1a92e5;
}
.table_design09 tr:nth-child(3) span:nth-child(2) {
font-size: 12px;
}
@media screen and (max-width: 787px) {
.inPageLinkBtnOl {
justify-content: center;
margin: .5rem 20px 2rem 20px;
}
.table_design09 {
border-radius: 0;
text-align: left;
}
.table_design09 thead {
display:none;
}
.table_design09 tr {
background-color: unset;
}
.table_design09 th, .table_design09 td {
display: block;
border: 0;
border-bottom: 1px solid #1ea092;
}
.table_design09 tbody th{
background: #1a92e5;
color:#fff;
text-align: center;
}
.table_design09 td::before{
content: attr(data-label);
background-color: #eaf0ef;
font-weight: bold;
display: inline-block;
width: 20%;
min-width: 5em;
text-align: center;
margin-right: 0.5em;
padding: 4px;
border-radius: 100vh;
}
.table_design09 .brknews-total td[data-label="天気"] {
display: none;
}
}

/* 追加 */
.regular-page .page-section .flex-box.half div:last-child {
  padding: 0 0 0 20px;
}
.comingsoon-map {
  display: flex;
  min-height: 100px;
  padding: 20px;
  background: #eee;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-align: center;
}
.map_ct {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding: 30px;
  background: #ffffffcf;
  border-radius: 4px;
}
.map_iframe {
  max-height: 300px;
}
.map_iframe_inr {
  max-height: 300px;
}
body iframe {
  vertical-align: top;
}
.map_iframe_inr iframe {
  min-height: 300px;
}
.adress {
  margin: 20px 0 0 0;
  padding: 20px;
  background: #eee;
  border-radius: 4px;
}
.map_ct img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.adress-btn {
  display: flex;
  padding: 13px 20px;
  max-width: 260px;
  border-radius: 100px;
  background: #333;
  color: white;
  gap: 8px;
  margin: 30px auto;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}
.map_if p {
  font-size: 14px;
  line-height: 28px;
  color: #293955;
}
.map_if a {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 100px;
  background: #0D3D62;
  color: white;
  margin-top: 25px;
  transition: all 0.3s ease;
}
.map_if a img {
  margin-right: 10px;
}
.map-access-ttl {
  border-bottom: 4px solid #eee;
  margin-top: 30px;
}
.map-access-ttl.mgt0 {
  margin-top: 0;
}
.access-ttl-line {
  font-size: 16px;
  font-weight: bold;
  color: #0D3D62;
}
.access-ttl-howto {
  font-size: 16px;
  margin: 0 0 0 15px;
}
.heisai-item-subttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #5d5d5d;
}
.heisai-item-thirdttl {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  text-align: left;
  border: 1px solid #DDDDDD;
  background: #fff;
  margin: -1px 0 !important;
  font-weight: normal;
}
.heisai-item-cnt-ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  border: 1px solid #DDDDDD;
  color: #2980B9;
  background: #F3F8FC;
  margin: -1px 0 !important;
}
.heisai-item-cnt-txt {
  font-size: 12px;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  border: 1px solid #DDDDDD;
  background: #fff;
  margin: -1px 0 !important;
  font-weight: normal;
}
.table-btn-outline {
  margin: 15px auto 0;
  text-align: center;
}
.table-btn {
  display: flex;
  max-width: 260px;
  padding: 10px 20px;
  border-radius: 100px;
  background: #1a92e5;
  color: white;
  transition: all 0.3s ease;
  margin: 15px auto 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.table-btn img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
table {
  width: 100%;
  background-color: #FFF;
}
table th {
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
}
table td {
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
}
.heisai-item table th {
  background: #F5F8FC;
  width: 80px;
  color: #5d5d5d;
}
.tb-ttl {
  color: #fff;
  background: #2980B9;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #DDDDDD;
  margin: -1px 0;
  padding: 6px;
}
.tb-subttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  border: 1px solid #DDDDDD;
  color: #2980B9;
  background: #F3F8FC;
  margin: -1px 0;
  padding: 4px;
}
.tb-day {
  color: #2980B9;
  text-align: center;
  padding: 4px;
}
.tb-am {
  color: #2980B9;
  text-align: center;
  padding: 4px;
}
.tb-am-ex {
  padding: 4px;
  text-align: center;
}
.tb-am-ex {
  padding: 4px;
  text-align: center;
}
.tb-pm {
  color: #2980B9;
  text-align: center;
  padding: 4px;
  background: #F3F8FC;
}
.tb-pm-ex {
  padding: 4px;
  text-align: center;
  background: #F3F8FC;
}
.heisai-top-img {
  border: 1px solid #DDDDDD;
  vertical-align: middle;
  background: #fff;
}
.heisai-top-img-ol {
  display: flex;
  vertical-align: middle;
  background: #fff;
  padding: 10px;
  margin: 0 auto !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.regular-page .page-section .flex-box.half .heisai-item-cnt {
  width: 100%;
}
.heisai-item-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 2%;
  margin: 30px 0 0 0;
}
.heisai-item-lt-i {
  width: 100%;
  padding: 0 0 30px 0;
  border-bottom: 1px dashed #2980B9;
}
.heisai-item-lt-i-ttl {
  font-size: 18px;
  color: #2980B9;
}
.lt-i-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin: 10px 0 0 0;
}
.lt-i-2col-txt {
  width: calc(100% - 220px);
  font-size: 16px;
}
.lt-i-2col-note {
  display: block;
  font-size: 14px;
  margin: 8px 0 0 0;
}
.lt-i-2col-img {
  width: 200px;
}
.lt-i-2col-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.lt-i-1col {
  margin: 0 !important;
  font-size: 16px;
}
.heisai-item-ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
.ttl-sub {
  display: block;
  font-size: 14px;
}
.regular-page .page-section .title small {
  font-size: 22px;
}
.note-txt {
  font-size: 14px;
}
.heisai-item-thirdhead {
  margin: 15px 0 0 0 !important;
  background: #dadada;
  padding: 10px;
}
.car {}
.car-ol {}
.car-item {
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.car-name {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    color: #009944;
    padding: 6px 15px;
    border-left: 8px solid #009944;
    border-bottom: 1px solid #009944;
}
.car-img {
    display: flex;
    width: calc(50% - 15px);
    align-items: center;
    justify-content: center;
}
.car-img img {
    max-width: 300px;
}
.car-menu {
    display: flex;
    width: calc(50% - 15px);
    flex-wrap: wrap;
    gap: 5px;
}
.car-menu-item {
    display: flex;
    width: 100%;
    padding: 5px 5px;
    gap: 5px;
    border-bottom: 1px dashed #ccc;
}
.car-menu-name {
  font-size: 18px;
  width: calc(70% - 5px);
}
.car-menu-price {
  width: calc(30% - 5px);
  text-align: right;
  color: #009944;
  font-weight: bold;
}
.map_ct.w-max {
  display: block;
}
.w-max .map_iframe {
  max-height: inherit;
}
@media screen and (max-width: 1200px) {
  table th {
    display: block;
    width: 100%;
  }
  table td {
    display: block;
    width: 100%;
    word-break: break-word;
  }
  .heisai-item table th {
    width: 100%;
  }
  .heisai-item-cnt .tb-ttl {
    display: table-cell;
    width: 100%;
    word-break: normal;
  }
  .heisai-item-cnt .tb-subttl {
    display: table-cell;
    width: auto;
    word-break: normal;
  }
  .heisai-item-cnt .tb-day {
    display: table-cell;
    width: auto;
    word-break: normal;
  }
  .heisai-item-cnt .tb-am {
    display: table-cell;
    width: auto;
    word-break: normal;
  }
  .heisai-item-cnt .tb-am-ex {
    display: table-cell;
    width: auto;
    word-break: normal;
  }
  .heisai-item-cnt .tb-pm {
    display: table-cell;
    width: auto;
    word-break: normal;
  }
  .heisai-item-cnt .tb-pm-ex {
    display: table-cell;
    width: auto;
    word-break: normal;
  }
  .organizer-box {
    width: 100%;
  }
  .map_ct {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 15px;
    margin: 0 15px;
  }
  .map_iframe {
    width: 100%;
    max-height: none;
  }
  .map_if {
    width: 100%;
  }
  .spHide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .car-img {
    width: 100%;
  }
  .car-menu {
    width: 100%;
  }
}

/* 0911 ADD */
.heisai-section {
  display: flex;
  align-items: stretch;
}
.heisai-section-txt {
  width: calc(50% + 1px);
}
.heisai-section-txt .heisai-item-thirdttl {
  width: 100%;
  height: 100%;
  margin: 0!important;
}
.heisai-section-img {
  display: flex;
  width: 50%;
  border: 1px solid #DDDDDD;
  margin: 0 0 0 -1px;
  align-items: center;
  justify-content: center;
}
.v-info {
  display: inline-flex;
  background: #e50808;
  color: #fff;
  padding: 6px 15px;
  font-weight: bold;
  border-radius: 24px;
  margin: 0 0 0 15px;
  transition: all 0.3s ease;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .heisai-section {
    flex-wrap: wrap;
  }
  .heisai-section-txt {
    width: 100%;
    margin: -2px 0 0 0;
  }
  .heisai-section-img {
    width: 100%;
    padding: 10px;
    margin: -1px 0 0 0;
  }
  .v-info {
    font-size: 13px;
  }
}
.cmgsn {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.cmgsn-img {
  max-width: 1000px;
  min-height: 445px;
}
.cmgsn-txt {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  font-size: 1.3vw;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cmgsn-img {
    height: 105vw;
  }
}
.org {
  margin: 15px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.org-ttl {
  padding: 1rem 2rem;
  background-image: -webkit-linear-gradient(-225deg, #6f3f8abd 0%, #877ecbba 29%, #6fa2cbc4 67%, #a8d9d7c7 100%);
  background-image: linear-gradient(-225deg, #6f3f8abd 0%, #877ecbba 29%, #6fa2cbc4 67%, #a8d9d7c7 100%);
  border-radius: 2px 2px 0 0;
}
.org-ttl span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.org-detail {
  position: relative;
}
.org-detail-link {
  position: absolute;
  width: calc(100% - 20vw);
  margin: 1vw;
  bottom: 0;
}
.org-btn {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 17.4rem;
  min-height: 3.8rem;
  border-radius: 100vh;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  background: #A768CB;
  background: conic-gradient(from 90deg at 50% 50%, #A768CB 79.61538255214691deg, #6994CC 127.50548958778381deg, #F1F1F1 225deg, #81CBC7 285.5769181251526deg);
  color: var(--c-white);
  transition: color 0.3s ease, background-color 0.3s ease;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1;
}
.org-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100vh;
  background-color: var(--c-dark);
  pointer-events: none;
}
.org-btn span {
  position: relative;
  z-index: 1;
}
.comingsoon-inr {
  position: relative;
  margin: 10px auto 80px;
  width: 100%;
  height: 100%;
}
.comingsoon-img {
  width: 100%;
  min-height: 250px;
  background: #ffffffcf;
  border-radius: 4px;
}
.comingsoon-text {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 3vw;
  font-weight: bold;
}
.comingsoon-text p {
  width: 80%;
  text-align: center;
}
.comingsoon-text span {
  display: block;
  font-size: 1.5vw;
}
.pcHide {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmgsn {
    margin: 15px;
  }
  .cmgsn-txt {
    font-size: 4vw;
  }
  .org {
    margin: 15px 15px 0;
  }
  .org-detail-link {
    position: relative;
    margin: 0;
    padding: 0 15px 20px;
    width: 100%;
    text-align: center;
    background: #d3eefb;
  }
  .comingsoon-inr {
    padding: 15px;
  }
  .comingsoon-text {
    font-size: 7vw;
  }
  .comingsoon-text span {
    font-size: 4vw;
  }
  .pcHide {
    display: block;
  }
}