@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');


/* =========================
   article
========================= */
.event_index_wrap {
  position: relative;
  z-index: 1;
  padding: 0 0 120px;
}

.eventList {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  background: #fff;
  width: 95%;
  max-width: 1336px;
  padding: 19px 18px 46px;
  margin: -3.2vw auto 0;
  box-sizing: border-box;
}

.eventList li {
  background: #ECF5F9;
  width: 18%;
  max-width: 246px;
  color: #3C3C3C;
  font-size: 44px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin: 0 0 13px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 66px;
}

.eventList li a {
  color: #3C3C3C;
}

.eventList li span {
  font-size: 20px;
}

.eventList li.holiday,
.eventList li.holiday a,
.eventList li.h,
.eventList li.h a {
  color: #D52828;
}

.eventList li.sat,
.eventList li.sat a,
.eventList li.s,
.eventList li.s a {
  color: #384186;
}

.catch {
  margin: 70px 0 20px;
  color: #384186;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.8;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
  font-weight: bold;
}

.catch+p {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}
.niku_p {
  font-size: 20px;
    text-align: center;
    line-height: 1.8;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
    margin-top: 40px;
}
.bgTtl_expo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../img/event/bg_osaka_expo_red.png") no-repeat center center/100% auto;
  max-width: 775px;
  height: 171px;
  margin: 70px auto 13px;
  color: #E30012;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
}

.bgTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../img/event/bg_special.png") no-repeat center center/100% auto;
  max-width: 460px;
  height: 171px;
  margin: 70px auto 13px;
  color: #384186;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
}

.planList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 95%;
  max-width: 1248px;
  margin: 0 auto;
}

.planList li {
  position: relative;
  width: calc((100% - 70px)/ 3);
  margin-right: 35px;
  margin-bottom: 35px;
/*  background: #0168b7;*/
  background: #bb8431;
}

.planList li:nth-of-type(3n) {
  margin-right: 0;
}

.planList li figure {
  width: 100%;
  /* height: 33.4vw; */
  margin: 0;
}

.planList li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.planList li .txt {
/*  background: #0168b7;*/
  background: #bb8431;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  box-sizing: border-box;
}

.planList li h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
}

.planList li p:not(.price) {
  min-height: 3.2em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.planList li .price {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.planList li .price span {
  display: inline-block;
  width: 4em;
  margin-right: 1em;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
}

.planList li a {
  text-decoration: none;
}

@media screen and (min-width: 1513px) {
  .planList li figure {
    width: 100%;
    /* height: 506px; */
    margin: 0;
  }
}

/*-PC only-*/


/*------single------*/
.eventArticle {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

.eventArticle .articleHead {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 0;
}

.articleHead .articleImgs {
  width: 36%;
  max-width: 465px;
}

.articleImgs img {
  max-width: 100%;
}

.mSlider {}

.mSliderThumb {
  margin-top: 10px;
  margin-left: -10px;
}

.mSliderThumb .slick-slide {
  margin-left: 10px;
}

.mSliderThumb li figure {
  overflow: hidden;
  width: 100%;
  height: 90px;
}

.mSliderThumb li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.articleHead .txt {
  width: 59%;
  max-width: 762px;
  text-align: left;
}

.articleHead .txt h3 {
  margin-bottom: 20px;
  color: #384186;
  font-size: 36px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.infotxt {
  display: flex;
  flex-flow: row wrap;
  color: #707070;
}

.infotxt dt {
  border-bottom: 1px #CBCBCB solid;
  width: 80px;
  padding: 20px 0 20px;
  font-size: 16px;
  line-height: 1.5;
}

.infotxt dd {
  border-bottom: 1px #CBCBCB solid;
  width: calc(100% - 80px);
  font-size: 16px;
  padding: 20px 0 20px;
}

.articleHead .btns {
  display: flex;
  justify-content: flex-start;
  padding: 40px 0 0;
  /* flex-wrap: wrap; */
}

.articleHead .btns a {
  display: block;
  border-radius: 16px;
  width: 100%;
  max-width: 305px;
  padding: 18px 0;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  align-items: center;
  justify-content: center;
  display: flex;
}

.articleHead .btns a.btnPlan:hover {
  background-color: #C39A59;
  color: #fff;
}

.articleHead .btns a.btnSet:hover {
  background-color: #6A95B5;
  color: #fff;
}

.articleHead .btns a.btnSub:hover {
  background-color: #cf0c5d;
  color: #fff;
}


a.btnPlan {
  border: 3px #C39A59 solid;
  color: #C39A59;
}

a.btnSet {
  border: 3px #6A95B5 solid;
  color: #384186;
  /* margin-left: 30px; */
  margin-left: 11px;
}

/**/
/* .schedule{
 padding: 85px 0 0;
} */
.scheduleList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 60px;
}

/* 食事プランある場合 */
/* .scheduleList li{
 display: flex;
 flex-flow: column;
 justify-content: space-between;
 align-items: center;
 background: #EDF6FA;
 width:13.4%;
 height: 221px;
 padding: 22px 0 26px;
 margin-bottom: 12px;
	margin-left: 5px;
	margin-right: 5px;
 box-sizing: border-box;
} */

/* 食事プランない場合 */
.scheduleList li {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  background: #EDF6FA;
  width: 13.4%;
  height: 180px;
  padding: 22px 0 26px;
  margin-bottom: 12px;
  margin-left: 5px;
  margin-right: 5px;
  box-sizing: border-box;
}

.scheduleList li.gray {
  background: #F4F4F4;
}

.scheduleList li .date {
  color: #3C3C3C;
  font-size: 31px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1;
}

.scheduleList li .date span {
  font-size: 14px;
}

.scheduleList li.holiday .date,
.scheduleList li.h .date {
  color: #D52828;
}

.scheduleList li.sat .date,
.scheduleList li.s .date {
  color: #384186;
}

.scheduleList li p {
  font-size: 20px;
  line-height: 1.4;
}

.scheduleList li p a {
  text-decoration: underline;
}

/**/
.other {
  padding: 0 0 60px;
}

.other .bgTtl {
  background: url("../../img/event/bg_other.png") no-repeat center center/100% auto;
  max-width: 364px;
  margin-bottom: 30px;
}

.returnBtn {
  text-align: center;
}

.returnBtn a {
  display: inline-block;
  border-radius: 16px;
  width: 100%;
  max-width: 305px;
  padding: 18px 0;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 3px #00acc0 solid;
  color: #00acc0;
  transition: .3s;
}

.returnBtn a:hover {
  background-color: #00acc0;
  color: #fff;
}

.scheduleList li p.first_link,
.scheduleList li p.second_link {
  position: relative;
  padding-top: 37px;
}

.scheduleList li p.first_link {
  width: 100%;
  margin: 10px auto 15px;
  text-align: center;
}

/* 食事プランある場合 */
/* .scheduleList li p.first_link::before,
.scheduleList li p.second_link::before {
  content: "お食事のみ";
  padding: 6px 10px 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color:#9d8948;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
} */

/* 食事プラン無い場合 */
.scheduleList li p.first_link::before,
.scheduleList li p.second_link::before {
  content: "ご宿泊プラン";
  padding: 6px 10px 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #00aa7d;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}

@media screen and (min-width: 768px) {

  .scheduleList li p.first_link::before,
  .scheduleList li p.second_link::before {
    width: 58%;
    min-width: 95px;
  }
}

.scheduleList li p.second_link::before {
  content: "ご宿泊プラン";
  background-color: #00aa7d;
}

/* 230418 */
.bgTtl.otherrestaurant {
  background: none;
}

.restaurant_list {
  width: 95%;
  max-width: 1248px;
  margin: 30px auto 60px;
}

.restaurant_list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.restaurant_list li .img_box {
  width: 35%;
}

.restaurant_list li .img_box img {
  width: 100%;
}

.restaurant_list li .txt_box {
  width: 60%;
}

.restaurant_list li .txt_box strong {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}

.restaurant_list li .txt_box p {
  font-size: 14px;
  margin-bottom: 20px;
}

.restaurant_list li .txt_box a {
  display: block;
  border-radius: 16px;
  width: 100%;
  max-width: 275px;
  padding: 15px 0;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 3px #00acc0 solid;
  color: #00acc0;
  transition: .3s;

}

.restaurant_list li .txt_box a:hover {
  background-color: #00acc0;
  color: #fff;
}

.catch.no_wp {
  margin: 80px 0 20px;
}

@media screen and (min-width: 768px) {
  .planList.clm2 {
    width: 85%;
    max-width: 787px;
  }

  .planList.clm2 li {
    width: calc((100% - 70px)/ 2);
  }

  .planList.clm2 li figure {
    height: 506px;
  }

  .planList.clm2 li:nth-of-type(3n) {
    margin-right: 35px;
  }

  .youtube {
    max-width: 800px;
    margin: 80px auto 0;
  }

  .youtube iframe {
    width: 100%;
    height: 450px;
  }
}


/* 230911 */
.close-box {
  padding: 2.3em 0em;
  margin: 25px auto;
  font-weight: bold;
  color: #d50404;
  background: #FFF;
  border: solid 3px #d50404;
  border-radius: 10px;
  width: 600px;
  text-align: center;
}

/* 240305 */
.planList li .txt h4 span {
  display: block;
  font-size: 14px;
  line-height: 100%;
}

.planList li .price small {
  font-size: 14px;
  line-height: 140%;
  display: block;
}

.articleHead .txt .archive_text {
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .articleHead .txt h3.pc span {
    display: block;
    font-size: 24px;
    margin-bottom: 7px;
  }
}

.gw_txt {
  margin: 0 auto 40px;
  color: #000;
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.8;
  padding: 15px 0;
  max-width: 900px;
  width: 100%;
  border-top: 2px solid #ebb633;
  border-bottom: 2px solid #ebb633;
}

.gw_txt span {
  color: #D52828;
  font-size: 30px;
}

.nosp {
  display: inline-block;
}

.nopc {
  display: none;
}

.pcOnly {
  display: block;
}

/* ナイトクルーズプラン確定まで */
/* .planList li:nth-child(5) {
  pointer-events: none;
} */

/* 240621 */
.btn--stay,
a.btn--stay {
  color: #fff;
  background-color: #00acc0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 460px;
  margin: 70px auto 13px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  height: 70px;
  border-radius: 13px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

.btn--stay:hover,
a.btn--stay:hover {
  color: #fff;
  background: #00acc0;
}

.txt.match-event {
  display: flex;
  justify-content: center;
  align-items: normal;
}

/* 特集詳細_3つ目ボタン追加 */
a.btnSub {
  border: 3px #cf0c5d solid;
  color: #cf0c5d;
  margin-left: 11px;
}

/* 241113 */
.planList.xmas li .txt {
  background: #9f0202;
}

/* 2025春旅・GW特集 */
.foodTitle {
  max-width: 460px;
  margin: 40px auto 0;
  color: #384186;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

.menu-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  padding: 15px;
}

.menu-item {
  width: 350px;
  text-align: center;
}

.image-wrapper {
  position: relative;
  width: 350px;
  height: 350px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.menu-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  width: 90%;
}

.menu-subtitle {
  background-color: #eee;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  min-width: 65%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

.kdwrBox {
  border: 5px solid;
  /* 枠の太さを指定 */
  border-image: repeating-linear-gradient(45deg,
      #E30012,
      #E30012 10px,
      white 10px,
      white 15px) 10;
}

.kdwrBox img {
  width: 100%;
  height: auto;
}

.kdwrBox .osaka_box {
  padding: 20px 15px;
}

.kdwrBox h4 {
  font-size: 200%;
  margin-bottom: 13px;
  line-height: 1.4;
  font-weight: bold;
}

.kdwrBox p {
  font-size: 15px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
}

#grKdwr01 {
  max-width: 1248px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#grKdwr01 img {
  width: 500px;
  float: left;
  padding: 0 15px;
}

#grKdwr01 dl {
  padding: 35px 25px;
}

#kdwrSubWrap {
  margin-bottom: 10px;
}

#kdwrSubWrap .kdwrBox {
  width: 320px;
  height: 477px;
  float: left;
  margin-left: 20px;
  box-sizing: border-box;
}

#kdwrSubWrap .kdwrBox:first-child {
  margin-left: 0;
}


/* 大阪万博 */
#grKdwr-Expo {
  max-width: 800px;
  margin: 20px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content-box-expo {
  display: flex;
  flex-direction: column;
  width: 41%;
  padding: 14px 0 14px 20px;
}

.image-box-expo img {
  width: 80%;
  height: auto;
}

.txt-box-expo {
  padding: 20px 15px;
}

.kdwrBox h4 {
  font-size: 18px;
  margin-bottom: 13px;
  line-height: 1.4;
  font-weight: bold;
}

.kdwrBox p {
  font-size: 15px;
}

.map-box-expo {
  width: 55%;
  padding: 20px;
}

.map-box-expo img {
  width: 100%;
  height: auto;
}

#map-box-expo img {
  width: 70%;
  height: auto;
  padding: 0;
}


.circle-container {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#map-box-expo {
  max-width: 1248px;
  margin: 0 auto 50px;
  text-align: center;
}

/* 250226 */
.link_box_flex {
  display: flex;
  margin: 15px auto;
  justify-content: center;
  gap: 3%;
}

.link_box_blank a {
  display: block;
  max-width: 320px;
  width: 100%;
  border: 2px solid #a38b4c;
  padding: 15px 30px 15px 20px;
  margin: 20px auto;
  font-size: 16px;
  border-radius: 10px;
  color: #a38b4c;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  transition: .3s;
}

.link_box_blank {
  text-align: center;
  background: #fbf7eb;
  padding: 35px 0;
  max-width: 1000px;
  margin: 0 auto 80px;
  border-radius: 10px;
}

h2.link_box_title {
  position: relative;
  color: #a38b4c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

p.p-txt-c {
  font-size: 11px;
}

.fair_title {
  font-size: 25px;
  font-weight: bold;
}

.foodTitle strong {
  color: red;
  font-size: 45px;
}

#map-box-expo h3 {
  max-width: 1000px !important;
}

.spOnly {
  display: none;
}

.map-box-expo .star01 {
   color: #FFB300;
}
.map-box-expo .star02 {
  color: #FF50FE; 
}

.map-box-expo p {
font-size: 13px; 
text-align: right;
}