@charset "UTF-8";
.subpage {
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

.ttlH2 {
  margin-bottom: 15px;
  border-bottom: 2px dotted #999;
}
.ttlH2 span {
  margin-bottom: -2px;
  color: #000;
  padding: 0 10px 5px 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  display: inline-block;
  font-weight: bold;
}

.sec_01 {
  padding-top: 20px;
}

a.blue_btn {
  color: #06F;
  text-decoration: underline;
}

#breadcrumb {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
#breadcrumb li {
  list-style: none;
  display: inline-block;
  font-size: 1.2rem;
}
#breadcrumb li a {
  padding-right: 5px;
}
#breadcrumb li a::after {
  content: " ー";
}

h2 {
  font-size: 18px;
}

.kakomi {
  margin: 2em auto;
  padding: 1em;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f00;
}

.red {
  color: #FF0000 !important;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

b,
strong {
  font-weight: bold;
}

#menuBox {
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #b4e6fe;
  background: #f3fbff;
  border-radius: 20px;
  font-weight: 500;
}
#menuBox ul,
#menuBox li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 2px;
  font-size: 14px;
}
#menuBox a {
  color: black !important;
  text-decoration: underline;
}

#tic {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

/*-------------------------- BaseLayout */
a:hover img {
  opacity: 1;
}

.hottopics a {
  text-decoration: underline;
}
.hottopics p {
  margin: 0 0 1em 0;
}
.hottopics * {
  box-sizing: border-box;
}

#ume p {
  margin: 0 0 1em 0;
}

#ume .hiddenPC {
  display: none;
}

@media screen and (max-width: 767px) {
  #ume .hiddenPC {
    display: inline;
  }
}
/*------------------------------ snsBox */
.txtPub {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 6px rgb(182, 23, 59);
}

.snsBox {
  text-align: right;
}

.twitter {
  display: inline-block;
}

.twitter iframe {
  vertical-align: bottom;
}

.fb-share-button {
  display: inline-block !important;
  vertical-align: top !important;
}

.fb-share-button span {
  vertical-align: top !important;
}

.fb-share-button iframe {
  max-width: none !important;
}

.pub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.pub .txtPub {
  margin-bottom: 0;
  font-size: 14px;
}
.pub .snsBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pub .snsBox div {
  margin: 0 10px;
}

.sns-post-box {
  text-align: center;
  margin-top: 1.5em;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}
.sns-post-box .sclFb,
.sns-post-box .sclTw,
.sns-post-box .sclLine {
  display: inline-block;
}
.sns-post-box .sclFb a,
.sns-post-box .sclTw a,
.sns-post-box .sclLine a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}
.sns-post-box .sclFb a {
  background: #4267b2;
}
.sns-post-box .sclTw a {
  background: #1ea1f2;
}
.sns-post-box .sclLine a {
  background: #00c300;
}
.sns-post-box .sclLine a img {
  width: 22px !important;
  vertical-align: middle;
  margin-right: 8px;
  display: inline;
}
.sns-post-box i {
  font-size: 1.1em;
  margin-right: 10px;
}

.mt30 {
  margin-top: 30px !important;
}

/*------------------------------ ボタン */
#ume [class^=btn],
#ume .etcBtn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#ume .etcBtn a {
  margin: 7px auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  position: relative;
  text-decoration: none;
}

.hottopics [class^=btn] a:hover,
.etcBtn a:hover {
  top: 5px;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.btnDetails a,
.etcBtn a {
  background: #e26468;
  box-shadow: 0 5px #cb3d27;
}

.etcBtn a {
  width: 100%;
}

.btnMore a {
  padding: 8px 1em 13px;
  background: #e8a014;
  box-shadow: 0 5px #a2700e;
}

.btnDetails a:after,
.btnMore a:after {
  display: inline-block;
  content: "＞";
  margin-left: 0.5em;
  font-size: 90%;
}

#ume [class^=btn] a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  width: 100%;
  max-width: 350px;
}

#ume [class^=btn],
#ume .etcBtn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#ume .btnDetails a,
#ume .etcBtn a {
  padding: 16px;
  font-size: 120%;
  background: #e26468;
  box-shadow: 0 5px #cb3d27;
}

#ume .btnDetails a:hover,
#ume .etcBtn a:hover {
  top: 5px;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

#ume .btnDetails a:after,
#ume .btnMore a:after {
  display: inline-block;
  content: "＞";
  margin-left: 0.5em;
  font-size: 90%;
  font-weight: bold;
}

/*-------------------------- htHead */
#ume .htTtl {
  /* width: 100%; */
  margin-bottom: 26px;
  padding: 55px 15px 15px 15px;
  text-align: center;
  /* background-size: cover; */
  font-size: 22px;
  color: #e26468;
  font-weight: bold;
  position: relative;
  text-align: center;
}

#ume .htTtl::after {
  content: "";
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: #e26468;
  height: 4px;
  width: 80px;
  margin-top: 16px;
}

#ume .htHead h1 {
  width: 100%;
  text-align: center;
}

/* htHead > htLead */
#ume .htLead {
  padding: 20px 20px 0;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #403011;
  font-weight: bold;
}

/* htInBox */
#ume .htInBox {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background: rgba(250, 250, 250, 0.8);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#ume .htInBox .htInTtl {
  margin-bottom: 0.5em;
  color: #e26468;
  font-weight: bold;
  text-align: center;
}
#ume .htInBox .btnMap a {
  padding: 10px;
  background: #cb3d27;
  box-shadow: 0 5px #8e2b1b;
}
#ume .htInBox .htYohou {
  width: 30%;
  padding-right: 20px;
  border-right: 1px solid #e26468;
}
#ume .htInBox .htInBtn {
  width: 70%;
  padding-left: 20px;
  align-self: flex-end;
}
#ume .htInBox .htInBtn ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
#ume .htInBox .htInBtn ul li {
  width: 33.3333%;
  padding-left: 4px;
  padding-right: 4px;
}
#ume .htInBox .htInBtn ul li .btnFB a {
  background: #3c5a96;
  box-shadow: 0 5px #2a3f69;
  padding: 10px;
}
#ume .htInBox .htInBtn ul li .btnTW a {
  /* background-color: #1da1f2;
  box-shadow: 0 5px #1470a9; */
  background-color: #3b3b3b;
  box-shadow: 0 5px #000;
  padding: 10px;
}
#ume .htInBox .htInBtn ul li .btnIG a {
  background-color: #B4307E;
  box-shadow: 0 5px #7C4090;
  padding: 10px;
}

/* その他のイベント */
#ume #etcEvent {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 24px;
  margin-bottom: 24px;
  border: 6px solid #f6d0d1;
  text-align: center;
  background: #FFF;
}
#ume #etcEvent a {
  text-align: center;
  padding: 10px;
  width: 50%;
}
#ume #etcEvent h2 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 150%;
  color: #e26468;
}

#ume .etcBtn a {
  margin: 7px auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  position: relative;
}

/*-------------------------- htUme */
#ume .htUme .htbox .textBox {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #ume .htUme .htbox .textBox {
    gap: 20px;
    margin-top: 20px;
  }
}

.htUme .htbox .fade {
  max-width: 900px;
  margin: 0 auto;
}

/* #ume .htbox table th, #ume .htbox table tr:last-child{
border-bottom: none;
}  */
.photo_bg {
  width: 100%;
  padding: 20px 20px 30px 20px;
  background: #FFF;
}

.htMapLink {
  margin-top: 5px;
  display: block;
  position: relative;
  font-size: 14px;
}
.htMapLink a:hover {
  text-decoration: none;
}
.htMapLink::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 14px;
  /*画像の幅*/
  height: 14px;
  /*画像の高さ*/
  background-image: url(../img/map.svg);
  background-size: contain;
  vertical-align: middle;
}

/*-------------------------- htSweets */
#htSweets .htData {
  padding: 0;
}

#ume .htSweetsWrap .htbox .photoBox {
  margin-bottom: 16px;
}

#ume .htSweetsWrap .htbox .slick-dots > li:first-child:last-child {
  display: none;
}

/*-------------------------- Slick Slider */
#ume .slick-next {
  right: 10px;
}

#ume .slick-prev {
  left: 10px;
  z-index: 1;
}

#ume .slick-next,
#ume .slick-prev {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 574px) {
  #ume .slick-next,
  #ume .slick-prev {
    width: 20px;
    height: 20px;
  }
}
#ume .slick-prev:before,
#ume .slick-next:before {
  font-size: 32px;
}

@media screen and (max-width: 574px) {
  #ume .slick-prev:before,
  #ume .slick-next:before {
    font-size: 20px;
  }
}
#ume .slick-dots li button::before {
  content: "●";
  color: #e94629;
}
#ume #map p {
  color: #403011;
  text-align: center;
}

#ume .gMap iframe {
  width: 100%;
}

#ume .htSweetsWrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
#ume .htSweetsWrap .htbox {
  width: 48%;
  padding-left: 8px;
  padding-right: 8px;
  background-position: 8px bottom, 400px bottom;
}

/*-------------------------- Responsive */
@media screen and (max-width: 991px) {
  #ume .htTtl {
    padding-top: 6%;
  }
  #ume .htUme .htbox .htText {
    width: 100%;
  }
  #ume .htUme .htbox .htData {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #ume .htHead {
    background-size: cover;
  }
  #ume .htInBox {
    padding: 20px 10px;
    margin: 20px 10px;
  }
  /* htInBox > 予報&MAP */
  #ume .htInBox .htYohou {
    width: 100%;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #e26468;
  }
  /* htInBox > SNSボタン */
  #ume .htInBox .htInBtn {
    width: 100%;
    padding-left: 0px;
    align-self: flex-end;
  }
  #ume .htSweetsWrap .htbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 574px) {
  #ume .htTtl {
    padding-top: 14%;
  }
  #ume .htbox table th {
    width: 30%;
  }
  #ume .htbox table td {
    width: 70%;
  }
  #ume .htbox table th,
  #ume .htbox table td {
    font-size: 13px;
    padding: 10px 5px 10px 0;
    text-align: left;
  }
  #ume .htHead .htHead_head_bg {
    position: relative;
    overflow: hidden;
    padding-bottom: 24px;
    background: url(../img/bg2024_head.jpg) no-repeat top center;
    background-size: 100% auto;
    height: auto;
    padding: 30px;
  }
  #ume .htInBox .htInBtn ul li {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .htUme .htText::before {
    padding-bottom: 10px;
  }
  .htUme .htText::after {
    padding-top: 10px;
  }
  #ume #etcEvent a {
    padding: 10px 0;
    width: 100%;
  }
}
h1.main-img {
  min-width: 100%;
}

.mb0 {
  margin-bottom: 0 !important;
}

#ume .top-readWrapper {
  padding: 50px 10px;
  margin-bottom: 100px;
  background: url("../img/bg_mv_under.webp") no-repeat right top/cover;
}
#ume .top-readWrapper .inner {
  width: fit-content;
  margin: 0 auto;
}
#ume .top-readWrapper .top-read {
  margin-bottom: 50px;
}
#ume .top-readWrapper .top-read p {
  margin-bottom: 0px;
  color: #403011;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  font-size: 18px;
  text-shadow: 0 0 5px #eeebe4;
}
#ume .top-readWrapper .top-read p:not(:last-child) {
  margin-bottom: 1em;
}
#ume .top-readWrapper .top-read p.sTxt {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #ume .top-readWrapper .top-read p {
    font-size: 15px;
    text-shadow: 0 0 3px #eeebe4, 0 0 3px #eeebe4, 0 0 3px #eeebe4, 0 0 3px #eeebe4, 0 0 3px #eeebe4, 0 0 3px #eeebe4, 0 0 3px #eeebe4;
  }
  #ume .top-readWrapper .top-read p.sTxt {
    font-size: 12px;
    line-height: 1.3;
  }
}
#ume .top-readWrapper .ttlIndex {
  max-width: 98%;
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #e94629;
  position: relative;
}
#ume .top-readWrapper .ttlIndex::before, #ume .top-readWrapper .ttlIndex::after {
  content: "";
  width: calc((100% - 180px) / 2);
  height: 1px;
  display: block;
  background: rgba(233, 70, 41, 0.5);
  position: absolute;
  top: 50%;
}
#ume .top-readWrapper .ttlIndex::before {
  left: 0px;
}
#ume .top-readWrapper .ttlIndex::after {
  right: 0px;
}
#ume .top-readWrapper .htInAnchor {
  max-width: 98%;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  #ume .top-readWrapper .htInAnchor {
    flex-direction: column;
    gap: 10px;
  }
}
#ume .top-readWrapper .htInAnchor a {
  display: block;
  padding: 5px 10px;
  background: #e94629;
  transition: ease 0.3s;
  color: #fff;
  text-decoration: none;
  min-width: 184px;
  font-weight: bold;
  border-radius: 4px;
  font-size: 16px;
}
#ume .top-readWrapper .htInAnchor a:hover {
  background: #e26567;
}
@media screen and (max-width: 576px) {
  #ume .top-readWrapper .htInAnchor a {
    font-size: 14px;
  }
}
#ume .htUme {
  margin: 0 auto 100px auto;
}
#ume .htUme h2 {
  margin-bottom: 20px;
}
#ume .htUme h2 a, #ume .htUme h2 span {
  color: #e26567;
  text-decoration: none;
  font-size: 22px;
  position: relative;
  padding-left: 30px;
  background: url("../img/icon_ume.svg") no-repeat left top/22px;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  #ume .htUme h2 a, #ume .htUme h2 span {
    font-size: 18px;
    background: url("../img/icon_ume.svg") no-repeat left top/18px;
  }
}
#ume .htUme h2 a:after, #ume .htUme h2 span:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e26567;
  display: block;
}
#ume .htUme h2 a:hover, #ume .htUme h2 span:hover {
  color: rgba(226, 101, 103, 0.7);
}
#ume .detailListDL {
  display: flex;
  flex-direction: column;
}
#ume .detailListDL > div:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted rgba(233, 70, 41, 0.2);
}
#ume .detailListDL dt {
  font-weight: bold;
}
#ume .htbox {
  margin-bottom: 50px;
  padding: 30px 20px;
  background: url("../img/bg_contents.webp") no-repeat right bottom/500px, #fef8f8;
}
@media screen and (max-width: 768px) {
  #ume .htbox {
    padding: 30px 10px;
    background: url("../img/bg_contents_sp.webp") no-repeat right bottom/500px, #fef8f8;
  }
}
#ume .htbox .htboxInner {
  max-width: 1000px;
  margin: 0 auto;
}
#ume .htbox .htData {
  font-size: 15px;
  height: auto;
}
#ume .htbox .htData a:hover {
  text-decoration: none;
}
#ume .htbox .htData table {
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
}
#ume .htbox .htData table tr {
  padding: 10px;
}
#ume .htbox .htData table tr th {
  background: transparent;
  width: 25%;
}
#ume .htbox .htData table tr td {
  background: transparent;
  width: 75%;
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 574px) {
  #ume .htbox .htData table tr td {
    font-size: 13px;
  }
}
#ume .htbox .htData table tr th,
#ume .htbox .htData table tr td {
  border: 0;
  padding: 15px;
  border-bottom: 1px dotted #e26468 !important;
}
@media screen and (max-width: 768px) {
  #ume .htbox .htData table tr th,
  #ume .htbox .htData table tr td {
    padding: 10px 5px;
  }
}
#ume .htbox .htData table tr:last-child {
  border: none;
}
#ume .htbox .htText h2 {
  color: #e26468;
  text-decoration: none;
  font-size: 120%;
  padding: 0;
  margin-bottom: 20px;
}
#ume .htbox .htText p {
  line-height: 1.7;
}
#ume .htbox .htText p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  #ume .htbox .htText p {
    font-size: 14px;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
  }
}/*# sourceMappingURL=style.css.map */