@media screen and (min-width: 751px) {
  .alpha, #venue .other-box.th-string-02 tbody a, #venue .ex-btn, #venue .venue-links .venue-sns-btns li a, #venue .venue-btn, #venue .venue-hdr {
    transition: all 0.2s ease;
  }
  .alpha:hover, #venue .other-box.th-string-02 tbody a:hover, #venue .ex-btn:hover, #venue .venue-links .venue-sns-btns li a:hover, #venue .venue-btn:hover, #venue .venue-hdr:hover {
    opacity: 0.7;
  }
}

.hdr {
  color: #21A98B;
}

.umedairo-ennichi #content-hdr {
  background: linear-gradient(to bottom, #fff 319px, #E1F3EF 319px, #E1F3EF 750px, transparent 750px);
}
@media screen and (max-width: 750px) {
  .umedairo-ennichi #content-hdr {
    background: linear-gradient(to bottom, #fff calc((100vw - 40px) * 0.509), #E1F3EF calc((100vw - 40px) * 0.509));
  }
}

#venue {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  #venue {
    margin-bottom: 40px;
    padding: 40px 0 0;
  }
  #venue .inner {
    padding: 0 20px;
  }
}
#venue .venue-list {
  max-width: 920px;
  margin: 50px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #venue .venue-list {
    margin-top: 12px;
  }
}
#venue .venue-item {
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  #venue .venue-item + .venue-item {
    margin-top: 25px;
  }
}
#venue .venue-hdr {
  display: flex;
  justify-content: space-between;
  color: #fff;
  background-color: #21A98B;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #venue .venue-hdr {
    display: block;
  }
}
#venue .venue-hdr-l {
  width: 398px;
  padding: 46px 35px 0 40px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #venue .venue-hdr-l {
    width: 100%;
    padding: 9px 15px 10px;
  }
}
#venue .venue-hdr-l h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
@media screen and (max-width: 750px) {
  #venue .venue-hdr-l h3 {
    display: flex;
    align-items: center;
    min-height: 44px;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 10px;
    padding-right: 145px;
  }
}
@media screen and (max-width: 350px) {
  #venue .venue-hdr-l h3 {
    font-size: 15px;
    padding-right: 130px;
  }
}
#venue .venue-hdr-l p {
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  #venue .venue-hdr-l p {
    line-height: 1.71;
  }
}
#venue .venue-hdr-l div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 191px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: 40px;
}
@media screen and (max-width: 750px) {
  #venue .venue-hdr-l div {
    width: 130px;
    height: 25px;
    padding: 0 0 2px 2px;
    top: 20px;
    right: 20px;
    left: auto;
  }
}
@media screen and (max-width: 750px) {
  #venue .venue-hdr-l div {
    font-size: 13px;
    width: 115px;
  }
}
#venue .venue-hdr-l div::after {
  display: block;
  content: "";
  width: 6px;
  height: 15px;
  margin-left: 10px;
  background: url(/yukata/matsuri2025/assets/img/common/arrow_down.svg) center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  #venue .venue-hdr-l div::after {
    width: 5px;
    height: 13px;
    margin-left: 5px;
    margin-top: 2px;
  }
}
#venue .venue-hdr-r {
  width: 520px;
}
@media screen and (max-width: 750px) {
  #venue .venue-hdr-r {
    width: calc(100% + 2px);
  }
}
#venue .venue-box {
  display: none;
  border-right: 1px solid #21A98B;
  border-bottom: 1px solid #21A98B;
  border-left: 1px solid #21A98B;
  padding: 33px 79px 54px;
}
@media screen and (max-width: 750px) {
  #venue .venue-box {
    padding: 18px 15px 24px;
  }
}
#venue .venue-box-item + .venue-box-item {
  margin-top: 72px;
}
@media screen and (max-width: 750px) {
  #venue .venue-box-item + .venue-box-item {
    margin-top: 40px;
  }
}
#venue .venue-txt-01 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #venue .venue-txt-01 {
    font-size: 16px;
    margin: 10px 0 20px;
  }
}
#venue .venue-txt-01 span {
  display: block;
}
#venue .venue-txt-outline {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #venue .venue-txt-outline {
    margin-bottom: 10px;
  }
}
#venue .place-name {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 5px 0 20px;
  padding: 3px 10px;
  border-radius: 10px;
  background-color: #000;
  text-indent: -3em;
  padding-left: 4em;
}
@media screen and (max-width: 750px) {
  #venue .place-name {
    font-size: 13px;
    margin: 0 0 2px;
    padding: 2px 5px;
    border-radius: 7px;
    padding-left: 3.5em;
  }
}
@media screen and (max-width: 750px) {
  #venue .venue-box-item:first-child .place-name {
    margin-top: 9px;
  }
}
#venue .venue-intro h4 {
  color: #21A98B;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro h4 {
    font-size: 17px;
    line-height: 1.47;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
#venue .venue-intro-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-row {
    flex-direction: column-reverse;
  }
}
#venue .venue-intro-row + .venue-intro-row {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-row + .venue-intro-row {
    margin-top: 30px;
  }
}
#venue .venue-intro-row .venue-intro-desc {
  width: 500px;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-row .venue-intro-desc {
    width: 100%;
  }
}
#venue .venue-intro-row .venue-intro-desc p + p {
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-row .venue-intro-desc p + p {
    margin-top: 8px;
  }
}
#venue .venue-intro-row .venue-intro-desc p .note {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-row .venue-intro-desc p .note {
    font-size: 13px;
  }
}
#venue .venue-intro-row .venue-intro-desc div.note {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-row .venue-intro-desc div.note {
    font-size: 13px;
  }
}
#venue .venue-intro-row .venue-intro-desc li {
  text-indent: -1em;
  margin-left: 1em;
}
#venue .venue-intro-row .venue-intro-desc li + li {
  margin-top: 14px;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-row .venue-intro-desc li + li {
    margin-top: 6px;
  }
}
#venue .venue-intro-row .venue-intro-desc .no-mt li {
  margin-top: 0;
}
#venue .venue-intro-row .venue-intro-desc .no-indent li {
  text-indent: 0;
  margin-left: 0;
}
#venue .venue-intro-row .venue-intro-desc .mt {
  margin-top: 30px;
}
#venue .venue-intro-row .venue-intro-desc.venue-intro-desc-noimg {
  width: 100%;
}
#venue .venue-intro-row .venue-intro-img {
  width: 230px;
  margin-top: 7px;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-row .venue-intro-img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
#venue .venue-intro-row .venue-intro-img img {
  margin: 0 auto;
}
#venue .venue-intro-row .venue-intro-img img + img {
  margin-top: 10px;
}
#venue .venue-intro-row .venue-intro-img .caption {
  font-size: 14px;
  margin-top: 2px;
}
#venue .venue-intro-row .venue-intro-img .caption + img {
  margin-top: 10px;
}
#venue .venue-intro-desc {
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-desc {
    line-height: 1.71;
  }
}
#venue .venue-intro-note {
  font-size: 14px;
  margin-top: 2px;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro-note {
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
  }
}
#venue .dl-data {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  #venue .dl-data {
    margin-top: 10px;
  }
}
#venue .dl-data dt, #venue .dl-data dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #E1F3EF;
}
#venue .dl-data dt {
  justify-content: flex-start;
  width: 130px;
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
  #venue .dl-data dt {
    width: 95px;
    padding-left: 5px;
  }
}
#venue .dl-data dd {
  width: calc(100% - 137px);
}
@media screen and (max-width: 750px) {
  #venue .dl-data dd {
    width: calc(100% - 100px);
    padding: 5px;
  }
}
#venue .dl-data dd.dd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#venue .dl-data dd.dd-block {
  display: block;
}
#venue .dl-data dd.dd-block span {
  margin-left: 0;
}
#venue .dl-data dd .small {
  font-size: 14px;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  #venue .dl-data dd .small {
    font-size: 13px;
    text-indent: -1em;
  }
}
#venue .dl-data dd .small.col {
  display: block;
  width: 310px;
  text-indent: -1em;
  margin-left: 1em;
}
#venue .dl-data dd .br_attention {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #venue .dl-data dd .br_attention {
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
  }
}
#venue .dl-data dd ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#venue .dl-data dd .indent {
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  #venue .dl-data .venue-btn {
    margin: 10px 0 0;
  }
}
#venue .venue-btn {
  display: inline-block;
  color: #21A98B;
  height: 40px;
  line-height: 37px;
  margin-top: 18px;
  padding: 0 34px;
  border: 1px solid #21A98B;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  #venue .venue-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 305px;
    height: 45px;
    border-radius: 23px;
    margin: 21px 0 25px;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #venue .venue-btn.venue-btn-2l {
    line-height: 17px;
  }
}
#venue .venue-btn::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background: url(/yukata/matsuri2025/assets/img/common/ico_link_bgreen.svg) center/contain no-repeat;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 750px) {
  #venue .venue-btn::after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
}
#venue .venue-links {
  margin-top: 92px;
}
@media screen and (max-width: 750px) {
  #venue .venue-links {
    margin-top: 69px;
  }
}
#venue .venue-links .venue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  width: 480px;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #venue .venue-links .venue-btn {
    font-size: 14px;
    width: 100%;
    height: 45px;
    padding: 0;
    border-radius: 23px;
  }
}
@media screen and (max-width: 360px) {
  #venue .venue-links .venue-btn {
    padding-right: 17px;
  }
  #venue .venue-links .venue-btn::after {
    right: 12px;
  }
}
#venue .venue-links .venue-btn.large {
  width: 530px;
}
@media screen and (max-width: 750px) {
  #venue .venue-links .venue-btn.large {
    width: 100%;
  }
  #venue .venue-links .venue-btn.large::after {
    right: 12px;
  }
}
@media screen and (max-width: 360px) {
  #venue .venue-links .venue-btn.large {
    font-size: 13px;
  }
  #venue .venue-links .venue-btn.large::after {
    right: 5px;
  }
}
#venue .venue-links .venue-sns-txt {
  color: #21A98B;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 53px;
}
@media screen and (max-width: 750px) {
  #venue .venue-links .venue-sns-txt {
    font-size: 17px;
    margin-top: 45px;
  }
}
#venue .venue-links .venue-sns-btns {
  display: flex;
  justify-content: space-between;
  width: 165px;
  margin: 21px auto 0;
}
@media screen and (max-width: 750px) {
  #venue .venue-links .venue-sns-btns {
    width: 141px;
  }
}
#venue .venue-links .venue-sns-btns li {
  width: 61px;
}
@media screen and (max-width: 750px) {
  #venue .venue-links .venue-sns-btns li {
    width: 52px;
  }
}
#venue .venue-links .venue-sns-btns li a {
  display: block;
}
#venue .sche-links {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #venue .sche-links {
    margin-top: 20px;
  }
}
#venue .sche-links .venue-btn::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 22px;
  margin-left: 5px;
  background: url(/yukata/matsuri2025/assets/img/common/ico_pdf_bgreen.svg) center/contain no-repeat;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 750px) {
  #venue .sche-links .venue-btn::after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
}
#venue .ex-btn {
  display: inline-block;
  color: #FFFFFF;
  height: 40px;
  line-height: 37px;
  margin-top: 18px;
  padding: 0 34px;
  background: #21A98B;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  #venue .ex-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 305px;
    height: 45px;
    border-radius: 23px;
    margin: 21px 0 25px;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #venue .ex-btn.ex-btn-2l {
    line-height: 17px;
  }
}
#venue .ex-btn::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background: url(/yukata/matsuri2025/assets/img/common/ico_link_white.svg) center/contain no-repeat;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 750px) {
  #venue .ex-btn::after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
}
#venue .ex-links {
  margin-top: 92px;
}
@media screen and (max-width: 750px) {
  #venue .ex-links {
    margin-top: 69px;
  }
}
#venue .ex-links .ex-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  width: 480px;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #venue .ex-links .ex-btn {
    font-size: 14px;
    width: 100%;
    height: 45px;
    padding: 0;
    border-radius: 23px;
  }
}
@media screen and (max-width: 360px) {
  #venue .ex-links .ex-btn {
    padding-right: 17px;
  }
  #venue .ex-links .ex-btn::after {
    right: 12px;
  }
}
#venue .ex-links .ex-btn.large {
  width: 530px;
}
@media screen and (max-width: 750px) {
  #venue .ex-links .ex-btn.large {
    width: 100%;
  }
  #venue .ex-links .ex-btn.large::after {
    right: 12px;
  }
}
@media screen and (max-width: 360px) {
  #venue .ex-links .ex-btn.large {
    font-size: 13px;
  }
  #venue .ex-links .ex-btn.large::after {
    right: 5px;
  }
}
#venue .ex-links.ex-gfoig-links {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #venue .ex-links.ex-gfoig-links {
    margin-top: 20px;
  }
}
#venue .ex-links.ex-gfoig-links .ex-btn {
  width: 630px;
}
@media screen and (max-width: 750px) {
  #venue .ex-links.ex-gfoig-links .ex-btn {
    width: 100%;
    line-height: 1;
    text-align: center;
  }
}
#venue .venue-cont-h4 {
  color: #21A98B;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #venue .venue-cont-h4 {
    font-size: 17px;
    line-height: 1.47;
    letter-spacing: 0;
    margin-bottom: 3px;
  }
}
#venue .other-box {
  margin-top: 19px;
}
#venue .other-box table + table {
  /* margin-top: 70px; */
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #venue .other-box table + table {
    margin-top: 14px;
  }
}
#venue .other-box table th {
  font-weight: 500;
}
#venue .other-box table td {
  background-color: #E1F3EF;
}
#venue .other-box table thead th {
  background-color: #21A98B;
}
#venue .other-box .note {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #venue .other-box .note {
    margin-top: 15px;
    text-indent: -1em;
    margin-left: 1em;
  }
}
#venue .dl-data + .note {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #venue .dl-data + .note {
    margin-top: 15px;
    text-indent: -1em;
    margin-left: 1em;
  }
}
#venue .tdlist li {
  text-indent: -1em;
  margin-left: 1em;
}
#venue .venue-intro + .other-box {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #venue .venue-intro + .other-box {
    margin-top: 15px;
  }
}
#venue .other-box.th-string th {
  font-size: 18px;
  font-weight: 500;
  padding: 6px 0 7px;
  background-color: #21A98B;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-string th {
    font-size: 14px;
    padding: 2px 0;
  }
}
#venue .other-box.th-string tbody th {
  width: 100px;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-string tbody th {
    width: 63px;
  }
}
#venue .other-box.th-string tbody td {
  font-size: 18px;
  width: calc(100% - 110px);
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-string tbody td {
    font-size: 14px;
    width: calc(100% - 68px);
    padding: 1px 5px 2px;
  }
}
#venue .other-box.th-string-02 th {
  font-size: 18px;
  font-weight: 500;
  padding: 6px 0 7px;
  background-color: #21A98B;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-string-02 th {
    font-size: 14px;
    padding: 2px 0;
  }
}
#venue .other-box.th-string-02 tbody th {
  width: 150px;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-string-02 tbody th {
    width: 63px;
    text-align: left;
    padding-left: 6px;
  }
}
#venue .other-box.th-string-02 tbody td {
  font-size: 18px;
  width: calc(100% - 110px);
  font-weight: 400;
  padding: 5px 19px;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-string-02 tbody td {
    font-size: 14px;
    width: calc(100% - 68px);
    padding: 1px 5px 2px;
  }
}
#venue .other-box.th-string-02 tbody a {
  color: #21A98B;
  text-decoration: underline;
  font-weight: 500;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-string-02 tbody a {
    display: block;
  }
}
#venue .other-box.th-string-02 tbody a::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  top: 1px;
  margin-left: 5px;
  background: url(/yukata/matsuri2025/assets/img/common/ico_link_bgreen.svg) center/contain no-repeat;
  position: relative;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-string-02 tbody a::after {
    margin-left: 5px;
  }
}
#venue .other-box.th-alpha td {
  padding: 4px 15px;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-alpha td {
    padding: 5px;
  }
}
#venue .other-box.th-alpha td .td-box {
  text-align: left;
  width: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-alpha td .td-box {
    width: 100%;
  }
}
#venue .other-box.th-alpha td .td-box span {
  display: block;
  font-size: 14px;
  text-indent: -1em;
  margin-top: 2px;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-alpha td .td-box span {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-alpha tbody th {
    max-width: 20px;
  }
}
#venue .other-box.th-alpha tbody td:nth-child(2) {
  text-align: left;
  width: 240px;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-alpha tbody td:nth-child(2) {
    width: 50%;
  }
}
#venue .other-box.th-alpha tbody td:nth-child(3) {
  text-align: center;
  width: 459px;
}
@media screen and (max-width: 750px) {
  #venue .other-box.th-alpha tbody td:nth-child(3) {
    text-align: left;
    width: 42%;
  }
}
#venue .other-events {
  margin-top: 55px;
}
@media screen and (max-width: 750px) {
  #venue .other-events {
    margin-top: 47px;
  }
}
#venue .other-events .place-name {
  font-size: 15px;
  margin-bottom: 6px;
  padding: 4px 5px;
}
@media screen and (max-width: 750px) {
  #venue .other-events .place-name {
    font-size: 13px;
    letter-spacing: 0;
    text-indent: -3em;
    margin: 4px 0 0;
    padding: 1px 5px 1px 3.4em;
  }
}
#venue .other-events img {
  max-width: 523px;
  margin: 13px auto 0;
}
@media screen and (max-width: 750px) {
  #venue .other-events img {
    margin-top: 17px;
    width: 100%;
  }
}
#venue .other-events table {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #venue .other-events table {
    margin-top: 5px;
  }
}
#venue .kataribe {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #venue .kataribe {
    margin-top: 19px;
  }
}
#venue .kataribe-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #venue .kataribe-row {
    width: 100%;
    max-width: 325px;
  }
}
#venue .kataribe-img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 750px) {
  #venue .kataribe-img {
    width: 90px;
    height: 90px;
  }
}
#venue .kataribe-info {
  width: 290px;
}
@media screen and (max-width: 750px) {
  #venue .kataribe-info {
    width: calc(100% - 125px);
  }
}
#venue .kataribe-name {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #venue .kataribe-name {
    font-size: 14px;
  }
}
#venue .kataribe-pos {
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  #venue .kataribe-pos {
    font-size: 13px;
    line-height: 1.54;
  }
}
#venue .kataribe a {
  color: #45B5CE;
}
#venue .kataribe a::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  top: 1px;
  margin-left: 2px;
  background: url(/yukata/matsuri2025/assets/img/common/ico_link.svg) center/contain no-repeat;
  position: relative;
}
@media screen and (max-width: 750px) {
  #venue .kataribe a::after {
    margin-left: 5px;
  }
}
@media screen and (min-width: 751px) {
  #venue .kataribe a:hover {
    text-decoration: underline;
  }
}
#venue .kataribe-txt {
  line-height: 1.75;
  margin-top: 23px;
}
@media screen and (max-width: 750px) {
  #venue .kataribe-txt {
    line-height: 1.71;
    margin-top: 30px;
  }
}
#venue .kataribe-link {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #venue .kataribe-link {
    margin-top: 15px;
  }
}
#venue .rendou-hdr {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 27px;
  padding: 2px 20px 3px 6px;
  background-color: #21A98B;
}
@media screen and (max-width: 750px) {
  #venue .rendou-hdr {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
#venue .rendou-hdr span {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 750px) {
  #venue .rendou-hdr span {
    display: block;
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
    top: 0;
  }
}
#venue .border-box {
  line-height: 28px;
  margin-top: 34px;
  padding: 12px 20px;
  border: 1px solid #21A98B;
}
@media screen and (max-width: 750px) {
  #venue .border-box {
    line-height: 24px;
    margin-top: 11px;
    padding: 10px 15px;
  }
}
#venue .border-box-note {
  font-size: 14px;
}
@media screena and (max-width: 750px) {
  #venue .border-box-note {
    font-size: 13px;
  }
}

#map {
  margin-bottom: 64px;
}
@media screen and (max-width: 750px) {
  #map {
    margin-bottom: 35px;
  }
}

#entry {
  margin-bottom: 75px;
}
@media screen and (max-width: 750px) {
  #entry {
    margin-bottom: 42px;
  }
}
#entry .entry-col {
  border: 1px solid #21A98B;
}
#entry .entry-col::after {
  border-color: #21A98B #21A98B transparent transparent;
}
#entry .entry-col-hdr {
  background-color: #21A98B;
}
#entry .entry-col-con {
  padding: 18px 24px 0;
}
@media screen and (max-width: 750px) {
  #entry .entry-col-con {
    padding: 20px 20px 0;
  }
}
#entry .entry-col:nth-child(1) img {
  width: 100px;
  top: 23px;
}
#entry .entry-col:nth-child(2) img {
  width: 124px;
  top: 63px;
}
#entry .entry-col:nth-child(3) img {
  width: 206px;
  top: 61px;
}
#entry .entry-col-con {
  word-break: break-all;
}

.line-01 {
  border: none;
  border-top: 1px solid #21A98B;
  margin: 50px 0;
}
@media screen and (max-width: 750px) {
  .line-01 {
    margin: 30px 0;
  }
}

#stamprally {
  margin: 0 auto 80px;
}
@media screen and (max-width: 750px) {
  #stamprally {
    margin: 0 auto 20px;
    padding: 40px 0 0;
  }
}
#stamprally .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  #stamprally .inner {
    padding: 0 20px;
  }
}
#stamprally .stamprally-day {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-day {
    font-size: 14px;
    margin-top: 7px;
  }
}
#stamprally .stamprally-day br {
  display: none;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-day br {
    display: block;
  }
}
#stamprally .stamprally-note {
  font-weight: 500;
  font-size: 14px;
  margin-top: 9px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-note {
    font-size: 13px;
    margin-top: 4px;
  }
}
#stamprally .stamprally-contents {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  background-color: #21A98B;
  border-radius: 10px;
  padding: 30px 80px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents {
    padding: 25px 20px 30px;
  }
}
#stamprally .stamprally-contents .stamprally-tit {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-tit {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#stamprally .stamprally-contents .stamprally-lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-lead {
    font-size: 14px;
    text-align: left;
  }
}
#stamprally .stamprally-contents .stamprally-content-info {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-content-info {
    text-align: left;
    margin-top: 30px;
  }
}
#stamprally .stamprally-contents .stamprally-content-info h3 {
  display: inline-block;
  color: #21A98B;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 10px;
  padding: 3px 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-content-info h3 {
    font-size: 13px;
    margin: 0 0 10px;
    padding: 2px 5px;
    border-radius: 7px;
  }
}
#stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist {
  width: 760px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist {
    width: 100%;
  }
}
#stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist ul:first-of-type {
  width: 412px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist ul:first-of-type {
    width: 100%;
  }
}
#stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist ul:last-of-type {
  width: 342px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist ul:last-of-type {
    width: 100%;
  }
}
#stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist ul li {
  font-size: 16px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist ul li {
    font-size: 14px;
  }
}
#stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist ul li:last-of-type {
  margin-bottom: 0;
}
#stamprally .stamprally-contents .stamprally-content-info:first-of-type {
  margin-top: 0;
}
#stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist-place {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist-place {
    width: 100%;
  }
}
#stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist-place ul:first-of-type {
  width: auto;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist-place ul:first-of-type {
    width: 100%;
  }
}
#stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist-place ul:last-of-type {
  width: auto;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-content-info .stamprally-content-infolist-place ul:last-of-type {
    width: 100%;
  }
}
#stamprally .stamprally-contents .stamprally-content-info .stamprally-content-placeinfo {
  width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#stamprally .stamprally-contents .stamprally-img-01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-img-01 {
    left: -20px;
    top: -20px;
    width: 80px;
  }
}
#stamprally .stamprally-contents .stamprally-img-02 {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 150px;
}
@media screen and (max-width: 750px) {
  #stamprally .stamprally-contents .stamprally-img-02 {
    right: -15px;
    top: -20px;
    width: 70px;
  }
}

#dates {
  margin: 0 auto 80px;
}
@media screen and (max-width: 750px) {
  #dates {
    margin: 0 auto 20px;
    padding: 40px 0 0;
  }
}/*# sourceMappingURL=umedairo-ennichi.css.map */