@charset "UTF-8";
/* CSS Document */

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

.fontNotoSerif {
  font-family: "Noto Serif JP", serif;
}

body {
  text-spacing-trim: trim-start;
}

/* 終了告知文 */
.Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  margin-top: 10px;
}

/* H1 */
#PageName {
  width: 1024px;
  margin: 10px auto;
  font-weight: bold;
}

/*----------------------*/

.topObi01 {
  text-align: center;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/header_obi_bg01.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
  background-color: #ffffff;
}

.mainvisualWrap01 {
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/SP23-043170_SP19-127876_SP20-036989.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 438px;
  position: relative;
}
.mainvisual01 {
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/kv_tit01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 400px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mainvisual01 span {
  display: none;
}

/*----------------------*/

.block-common__inner {
  width: 1024px;
  height: auto;
  margin: 0 auto;
}

.block-tel {
  border-top: 2px solid rgb(210, 130, 0);
  border-bottom: 2px solid rgb(210, 130, 0);
  border-image: linear-gradient(90deg, rgba(210, 130, 0, 1) 0%, rgba(254, 240, 94, 1) 25%, rgba(255, 255, 255, 1) 48%, rgba(254, 240, 94, 1) 75%, rgba(210, 130, 0, 1) 100%);
  border-image-slice: 1;
}

.block-tel__inner {
  background: rgb(0, 29, 61);
  background: linear-gradient(90deg, rgba(0, 29, 61, 1) 0%, rgba(0, 29, 61, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.tel {
  text-align: center;
}

/* sec-broadcast */
.sec-broadcast {
  position: relative;
  background: rgb(242, 225, 198);
  background: linear-gradient(90deg, rgba(242, 225, 198, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(242, 225, 198, 1) 100%);
  z-index: 1;
  padding: 20px 0;
}

.group-broadcast {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.broadcast-schedule dt {
  color: #f81d57;
  font-size: 23px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}

.broadcast-schedule dd {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}

.broadcast-cast {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}

.broadcast-cast li {
  position: relative;
}

.broadcast-cast li p {
  background-color: #f96900;
  padding: 2px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  box-sizing: border-box;
}

/* sec-mov */
.sec-mov {
  background-color: #a11b00;
}

.sec-mov .Common21__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 1024px;
  padding: 20px 0;
  margin: 0 auto;
}
.sec-mov .Common21__inner .text {
  width: 100%;
  padding-right: 20px;
}

.sec-mov .Common21__inner p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.sec-mov .Common21__inner .movie {
  width: 285px;
  height: auto;
  flex-shrink: 0;
}

.sec-mov .Common21__inner .movie .heading {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  background-color: #f96900;
  text-align: center;
  padding: 7px 0;
  font-weight: 700;
}

/* sec-application */
.sec-application {
  /*background-color: #fff2b8;*/
  background-color: #134763;
}

.sec-application h2 {
  color: #fff000;
  font-size: 28px;
  font-weight: bold;
  margin-inline: auto;
  width: fit-content;
  padding: 40px 0 20px;
}

.depart_box {
  padding-bottom: 40px;
  text-align: center;
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.depart_box a img {
  width: 100%;
}

.btn:hover {
  opacity: 0.7;
}

/* sec-nav */
.sec-nav {
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/navi_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 130px;
}

.sec-nav ul {
  display: flex;
  justify-content: space-between;
  width: 760px;
  margin: 0 auto;
  padding: 40px 0;
}

/* sec-point */
.sec-point {
  position: relative;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/point_bg.png");
  background-size: auto;
  background-repeat: repeat;
  padding-bottom: 70px;
  z-index: 1;
}

.sec-point::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  display: block;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/point_bg.png");
  background-size: auto;
  background-repeat: repeat;
  background-position: center top;
  clip-path: ellipse(60% 40% at 50% 50%);
  width: 100%;
  height: 700px;
  z-index: -1;
}

.sec-point h2 {
  text-align: center;
}

.sec-point h2 img {
  margin-top: -50px;
}

.group-point {
  width: 834px;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto;
}

.pointBox01 {
  position: relative;
  margin-top: 30px;
}

.pointTextWrap01 {
  box-sizing: border-box;
  width: 435px;
  padding: 85px 20px 0px 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.pointTextWrap01 .heading {
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}

.pointTextWrap01 .heading span {
  color: #fff600;
}

.pointTextWrap01 .caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  margin-top: 5px;
}

.pointTextWrap01 .caption span {
  color: #fff600;
}

.pointTextWrap01.wrap02 {
  width: 100%;
  text-align: center;
}

.group-point_2col {
  display: flex;
  justify-content: space-between;
}

/* sec-hotel */
.sec-hotel {
  position: relative;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/hotel_bg.png");
  background-size: auto;
  background-repeat: repeat;
  padding-bottom: 150px;
  z-index: 1;
}

.sec-hotel::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  display: block;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/hotel_bg.png");
  background-size: auto;
  background-repeat: repeat;
  clip-path: ellipse(60% 40% at 50% 50%);
  width: 100%;
  height: 700px;
  z-index: -1;
}

.sec-hotel h2 {
  text-align: center;
  margin-bottom: 40px;
}

.sec-hotel h2 img {
  margin-top: -38px;
}

.sec-hotel .day3 .content-hotel .block-slide .slide-block.slide1 {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_SP23-027061A.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.sec-hotel .day3 .content-hotel .block-slide .slide-block.slide2 {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_SP23-026667A.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.sec-hotel .day3 .content-hotel .block-slide .slide-block.slide3 {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_SP23-026336A.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

/*.sec-hotel .day1 .content-hotel .block-slide .slide-block.slide1 {
	background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_SP24-036118D.png") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day1 .content-hotel .block-slide .slide-block.slide2 {
	background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_SP24-036119D.png") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day1 .content-hotel .block-slide .slide-block.slide3 {
	background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_SP24-036120D.png") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}*/

/*.sec-hotel .day2 .content-hotel .block-slide .slide-block.slide1 {
	background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_SP23-059696.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day2 .content-hotel .block-slide .slide-block.slide2 {
	background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_SP18-030671.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec-hotel .day2 .content-hotel .block-slide .slide-block.slide3 {
	background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_SP23-059696D.jpg") no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}*/

.sec-hotel__inner {
  background-image: url(/attending/t/ngo-d/lp_51221/images/pc/hotel_bg.png);
  background-repeat: repeat;
  padding: 10px 0 80px;
}

.hotel.block-common__inner {
  width: 944px;
  margin-bottom: 60px;
}
.hotel {
  position: relative;
  background-color: #fff;
  padding: 60px 40px 40px;
}

.hotel_name {
  margin-bottom: 30px;
}

.rank {
  position: absolute;
  top: 0px;
  right: 20px;
}

.hotel_info {
  padding-top: 20px;
}

.sec-hotel .content-hotel {
  position: relative;
  width: 1160px;
  margin: 0 auto 0 -98px;
}

.sec-hotel .block-common__inner.day1 {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/hotel_day3_bg02.png") no-repeat;
  background-size: 100% 100%;
}

.sec-hotel .block-common__inner.day2 {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/hotel_day2_bg.png") no-repeat;
  background-size: 100% 100%;
}

.sec-hotel .block-common__inner.day3 {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/hotel_day3_bg.png") no-repeat;
  background-size: 100% 100%;
}

.sec-hotel .content-hotel .bx-controls {
  background: #0e0e0d;
  position: relative;
  padding: 13px 0;
}
.sec-hotel .content-hotel .bx-controls .bx-controls-direction {
  padding-left: 500px;
  position: relative;
  z-index: 9;
  line-height: 1;
}
.sec-hotel .content-hotel .bx-controls .bx-controls-direction a {
  text-indent: -9999px;
  width: 10px;
  height: 14px;
  display: inline-block;
  margin: 0px 12px;
  line-height: 1;
}
.sec-hotel .content-hotel .bx-controls .bx-controls-direction a.bx-prev {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/prev.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.sec-hotel .content-hotel .bx-controls .bx-controls-direction a.bx-next {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/next.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.sec-hotel .content-hotel .bx-controls .bx-pager {
  position: absolute;
  right: 192px;
  top: 13px;
  z-index: 9;
}
.sec-hotel .content-hotel .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 8px;
}
.sec-hotel .content-hotel .bx-controls .bx-pager a {
  display: block;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #878786;
}
.sec-hotel .content-hotel .bx-controls .bx-pager a.active {
  background: #fff;
}
.sec-hotel .content-hotel .bx-wrapper {
  width: 1360px;
  max-width: 1360px !important;
  margin-left: -200px;
}
.slick-dotted.slick-slider {
  /*margin-left: -98px;*/
  margin-left: 0px;
}
.sec-hotel .content-hotel .block-slide .slide-block {
  height: 500px;
}
.slick-dotted.slick-slider {
  width: 1160px;
}

.contHotelBlock01 {
  text-align: center;
}
.contH3Wrap01 {
  /* background-image: url("/attending/t/ngo-d/lp_51221/images/pc/hotel_tit_line01.png"); */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  /*padding-bottom: 24px;*/
  margin-bottom: 26px;
}
.contH3Wrap01 .p01 {
  display: inline-block;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 6px 10px 6px 10px;
  box-sizing: border-box;
  width: 300px;
  /*margin-bottom: 20px;*/
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
}
.contH3Wrap01 .p01 .s01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  background-color: #333333;
  color: #ffffff;
  font-size: 18px;
  line-height: 1em;
  height: 30px;
  padding: 2px 20px;
  margin-right: 10px;
}

.contH3Wrap01 .h301 {
  font-size: 42px;
  line-height: 1.1em;
  font-weight: bold;
  padding: 38px 0px 48px;
}

.contH3Wrap01 h3 {
  position: relative;
}

.contH3Wrap01 h3::before,
.contH3Wrap01 h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #333;
  width: 100%;
}

.contH3Wrap01 h3::before {
  bottom: 9px;
  height: 2px;
}

.contH3Wrap01 h3::after {
  bottom: 0px;
  height: 4px;
}

.contHotelTextWrap01 {
  margin: 25px auto 35px auto;
  font-size: 18px;
  line-height: 1.55em;
  font-weight: bold;
}

.notice {
  border: solid 1px #000;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.contHotelBlock02 {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contHotelBlock02 .box01 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 552px;
  padding: 45px 0px 32px 0px;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/hotel_line_top01.png"), url("/attending/t/ngo-d/lp_51221/images/pc/hotel_line_bottom01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}
.contHotelBlock02 .h301 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contHotelBlock02 .p01 {
  font-size: 18px;
  font-weight: bold;
}
.contHotelBlock02 .p01 span {
  color: #e20000;
}

.contHotelBlock02 .p01_22 {
  font-size: 22px;
  font-weight: normal;
}
.contHotelBlock02 .p01_22 .s01 {
  color: #e20000;
  font-weight: bold;
}

/* slick style */
.block-slide slick-dots li.slick-active button:before,
.block-slide .slick-dots li button:before {
  font-size: 14px;
  line-height: 30px;
  color: #ececec;
}
.block-slide .slick-dots li button {
  position: absolute;
  z-index: 101;
}
.block-slide .slick-prev:before,
.block-slide .slick-next:before {
  color: #dedede;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  font-size: 24px;
  width: 11px;
  height: 14px;
}
.slick-prev:before {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_ar_prev.png") no-repeat 0 0 /11px auto;
}
.slick-next:before {
  background: url("/attending/t/ngo-d/lp_51221/images/pc/slide_ar_next.png") no-repeat 0 0 /11px auto;
}
.block-slide .slick-prev {
  content: "";
  left: 100px;
  position: absolute;
  top: 102%;
  z-index: 100;
  width: 25px;
  height: 25px;
}
.block-slide .slick-next {
  content: "";
  position: absolute;
  left: 140px;
  top: 102%;
  z-index: 99;
  width: 25px;
  height: 25px;
}
.block-slide .slick-dots {
  background-color: #000;
  padding-left: 840px;
  width: 320px;
  height: 25px;
}

/* sec-gourmet */
.sec-gourmet {
  position: relative;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/gourmet_bg01.png");
  background-size: auto;
  background-repeat: repeat;
  padding-bottom: 200px;
  z-index: 1;
}

.sec-gourmet::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  display: block;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/gourmet_bg01.png");
  background-size: auto;
  background-repeat: repeat;
  clip-path: ellipse(60% 40% at 50% 50%);
  width: 100%;
  height: 700px;
  z-index: -1;
}

.sec-gourmet h2 {
  text-align: center;
  margin-bottom: 40px;
}

.sec-gourmet h2 img {
  margin-top: -50px;
}

.gourmetFlex01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.gourmetFlex01 li {
  width: 325px;
  /* margin: 0px 20px 0px 20px; */
}
.gourmetImgBox01 {
  position: relative;
  margin-bottom: 12px;
}
.gourmetImg01 {
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.gourmetFlex01 li p {
  color: #333;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  /*letter-spacing: -0.05em;*/
  margin-bottom: 7px;
}
.gourmetFlex01 li p:not(:first-of-type) {
  font-size: 16px;
  margin-top: 10px;
}
.gourmetFlex01 li p span {
  color: #e20000;
}
.gourmetFlex01 li dd {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
.gourmetBox01 {
  position: relative;
  margin-top: 35px;
}

.gourmetContBox01 {
  width: 356px;
  position: absolute;
  top: 135px;
  left: 610px;
}
.gourmetContBox01 p {
  color: #333;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: bold;
  /*letter-spacing: -0.05em;*/
  margin-bottom: 15px;
}
.gourmetContBox01 p span {
  color: #e20000;
  /*letter-spacing: -0.05em;*/
}

/* sec-sightseeing */
.sec-sightseeing {
  position: relative;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/sightseeing_bg01.png");
  background-size: auto;
  background-repeat: repeat;
  padding-bottom: 200px;
  z-index: 1;
}

.sec-sightseeing::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  display: block;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/sightseeing_bg01.png");
  background-size: auto;
  background-repeat: repeat;
  clip-path: ellipse(60% 40% at 50% 50%);
  width: 100%;
  height: 700px;
  z-index: -1;
}

.sec-sightseeing h2 {
  text-align: center;
  margin-bottom: 40px;
}

.sec-sightseeing h2 img {
  margin-top: -50px;
}

.sightFlex01 {
  display: flex;
}
.sightFlex01:not(:last-child) {
  margin-bottom: 50px;
}
.sightFlexBox01 {
  width: 474px;
  height: 360px;
  position: relative;
}
.sightFlexBox01 img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sightFlexBox02 {
  width: 550px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.sightBoxIn01 {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
  padding: 35px 35px 35px 35px;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/sight_boxbg_top.png"), url("/attending/t/ngo-d/lp_51221/images/pc/sight_boxbg_bot.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top 8px, center bottom 8px;
  background-size: 97% auto, 97% auto;
}
.sightBoxIn01::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #f2e1c6;
  position: absolute;
  top: 4px;
  left: 4px;
}

.sightBoxIn01 dl {
  position: relative;
}
.sightBoxIn01 dt {
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 15px;
}
.sightBoxIn01 dt::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.sightBoxIn01 dt .s01 {
  display: block;
  color: #8d6048;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 10px;
}
.sightBoxIn01 dt .s02 {
  display: block;
  font-size: 30px;
  line-height: 1.4;
}
.sightBoxIn01 dd {
  font-size: 18px;
  font-weight: 600;
}

.sightFlex01.flexReverse {
  flex-direction: row-reverse;
}
.flexReverse .sightFlexBox01 img {
  left: auto;
  right: 0px;
}

.contHotelTextWrap01 p .s01,
.h301.s01,
.hotelBox02 .s01,
.gourmetFlex01 dd .s01 {
  color: #ec2957;
  font-weight: bold;
}

.sightFlexBox02-vertical {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
  padding: 35px 30px;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/sight_boxbg_top02.png"), url("/attending/t/ngo-d/lp_51221/images/pc/sight_boxbg_bot02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.sightFlexBox02-vertical::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #f2e1c6;
  position: absolute;
  top: 4px;
  left: 4px;
}

.sightFlexBox02-vertical .photo {
  display: flex;
  justify-content: space-between;
}

.sightFlexBox02-vertical .photo figure figcaption {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.sightFlexBox02-vertical dl {
  margin-bottom: 20px;
}

.sightFlexBox02-vertical dl dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.sightFlexBox02-vertical dl dt .s02 {
  display: block;
  font-size: 36px;
  line-height: 1.4;
}
.sightFlexBox02-vertical dl dd {
  font-size: 18px;
  font-weight: 600;
}
/*start_リニューアル2021対応*/
:where(.contents) *,
:where(.contents)::after,
:where(.contents)::before {
  box-sizing: content-box;
}

:where(.contents) img {
  width: auto;
}
/*end_リニューアル2021対応*/

.block-common__inner.contLinkFlex01 {
  text-align: center;
}

.contLink01 {
  margin: 0 auto 60px;
  text-align: center;
  display: inline-block;
}

.contLink01 a {
  color: #ffffff;
  font-size: 23px;
  line-height: 1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  height: 64px;
  padding: 10px 0px;
  background-color: #5dbddb;
  width: 760px;
  box-shadow: 5px 5px 0 #007397;
}

.contLinkFlex01:hover {
  opacity: 0.7;
}

.contLink01 .s01 {
  font-size: 17px;
}
.contLink01 a::after {
  content: "";
  display: inline-block;
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/cont_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
  width: 26px;
  height: 26px;
  margin-left: 12px;
  vertical-align: bottom;
}

/*--2024/07/04-------------------------------*/

.broadcastBlock01 {
  background: rgb(232, 248, 186);
  background: linear-gradient(180deg, rgba(232, 248, 186, 1) 0%, rgba(238, 249, 209, 1) 30%, rgba(245, 253, 224, 1) 48%, rgba(238, 249, 209, 1) 69%, rgba(232, 248, 186, 1) 100%);
  padding: 40px 0px;
}
.broadcastFlex01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.broadcastFlex01 .logo01 {
  margin-right: 20px;
}
.broadcastFlex01 .text01 {
  color: #ef7d00;
  font-size: 38px;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.broadcastFlex01 .text01 .s01 {
  font-size: 30px;
}
.broadcastFlex01 .text01 .s02 {
  font-size: 32px;
}
.broadcastFlex01.flex02 {
  margin-top: 20px;
}
.broadcastBox01 {
  background-color: #ffffff;
  padding: 30px 40px;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
}

/*--------------------*/

.pointBoxIn01 {
  width: 446px;
  position: absolute;
  left: 40px;
  top: 64px;
  /*top: calc( 50% + 28px );*/
  /*transform: translateY( -50% );*/
  letter-spacing: -0.05em;
}
.textSize22 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
}
.textSize20 {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
}

.pointBoxIn01 .s18 {
  font-size: 18px;
}
.pointBoxIn01 .s16 {
  font-size: 16px;
}

.pointBoxIn01 .bgYel01 {
  color: #ef7d00;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: bold;
  display: inline-block;
  background-color: #fff2b8;
  padding: 0px 3px 2px;
  margin: 0px 3px;
}
.pointBoxIn01 .textSize20 .bgYel01 {
  font-size: 22px;
}

.pointBox01.pointBox02 {
  margin-top: -20px;
}

.contH3Wrap01 h3 .hotel01 {
  display: inline-block;
  position: relative;
}
.contH3Wrap01 h3 .hotel01::before {
  content: "";
  display: inline-block;
  /* background-image: url("/attending/t/ngo-d/lp_51221/images/pc/lg15-42271.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 195px auto;
  width: 195px;
  height: 105px;
  position: absolute;
  left: -225px;
  top: 50%;
  transform: translateY(-50%);
}
.hotelShitei01 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 0em;
  background-color: #ba1a02;
  padding: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 60px;
  height: 38px;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.contColRed01 {
  color: #e20000;
}
.alc {
  text-align: center;
}

.hotelIconFlex01 {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.hotelIconFlex01 li {
  margin: auto 15px;
}

.contHotelBlock02.flexRe01 {
  flex-direction: row-reverse;
}
.hotelTitBox01 {
  position: relative;
  background-color: #009944;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 500px;
  height: 42px;
  text-align: center;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}
.hotelTitBox01::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #ffffff;
  position: absolute;
  top: 2px;
  left: 2px;
}
.hotelTitBox01 p {
  position: relative;
}
.hotelIconImg01 {
  position: absolute;
  left: -28px;
  top: calc(50% + 5px);
  transform: translateY(-50%);
}

.hotelTit01 {
  margin: -30px auto 30px auto;
}
.hotelTit01 img {
  width: 100%;
  height: auto;
}
.hotelBtn01 img {
  width: 100%;
  height: auto;
}

/*-----------------*/

.gourmetImgFlex01 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.sightseeingFlex01 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sightseeingFlex01 li {
  width: 467px;
  text-align: left;
}
.sightseeingDl01 {
  margin-top: 15px;
  margin-bottom: 0px !important;
}
.sightseeingDl01 dt {
  position: relative;
  text-align: left !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
}
.sightseeingDl01 dt::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.sightseeingDl01 dt .s01 {
  display: block;
  margin-bottom: 5px;
  font-size: 16px !important;
  line-height: 1.6em !important;
}
.sightseeingDl01 dt .s02 {
  display: block;
  font-size: 30px !important;
  line-height: 1.2em !important;
}

.sightseeingDl01 dd {
  font-size: 18px !important;
  line-height: 1.55em !important;
}

/*--2024/09/03-----------------------*/

.block-mov {
  background-color: #0a7da3;
}

.block-mov_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 1024px;
  padding: 20px 0;
  margin: 0 auto;
}
.block-mov_inner .text {
  width: 100%;
  padding-right: 40px;
}

.block-mov_inner p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.block-mov_inner .movie {
  width: 285px;
  height: auto;
  flex-shrink: 0;
}

.block-mov_inner .movie .heading {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  background-color: #bf9d41;
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
}

/*------------*/

.mainBlock01 {
  background: rgb(230, 204, 133);
  background: linear-gradient(90deg, rgba(230, 204, 133, 1) 0%, rgba(255, 234, 184, 1) 35%, rgba(253, 242, 216, 1) 47%, rgba(255, 234, 184, 1) 65%, rgba(230, 204, 133, 1) 100%);
  padding: 40px 0px;
}

.mainBlockIn690 {
  width: 690px;
  margin: auto;
}
.mainFlex01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.mainText01 {
  color: #f81d57;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
}
.mainText01 .s01 {
  font-size: 24px;
}
.mainText02 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
}
.mainBox01 {
  text-align: center;
  background-color: #ffffff;
  padding: 8px 10px;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: bold;
}
.mainBox01 .sStar01 {
  font-size: 16px;
  color: #ec2957;
  vertical-align: bottom;
}

/*-----------------*/

.pointTextBox01 {
  color: #763c2e;
  font-size: 22px;
  line-height: 1.35em;
  font-weight: bold;
  margin-bottom: 12px;
}
.pointTextBox02 {
  color: #222222;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
}
.pointColRed01 {
  color: #ec2957;
  font-weight: bold !important;
}
.sm14 {
  font-size: 14px;
}

/*------------------*/

.contH3Wrap01 .h301 .hotelFSize50 {
  font-size: 50px;
}
.hotelText01 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 8px;
}
.hotelText02 {
  font-size: 18px;
  line-height: 1.45em;
}
.hotelH301 {
  text-align: center;
}

.hotelContBox01 {
  margin-top: 50px;
  background-color: #ffffff;
  position: relative;
  display: flex;
}
.hotelRibbon01 {
  width: 157px;
  position: absolute;
  left: -15px;
  top: -16px;
}
.hotelImg01 {
  width: 465px;
  flex-shrink: 0;
}
.hotelFlexBox02 {
  position: relative;
  padding: 20px 38px 20px 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: left;
}
.hotelFlexBox02 .box01 {
  width: 110px;
  flex-shrink: 0;
  text-align: center;
}
.hotelFlexBox02 .box02 {
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: -0.02em;
}

.sliderLoop img {
  width: 100% !important;
  height: auto;
}
.sliderLoopWrap01 {
  margin-top: 75px;
}

/*-------------------*/

.hotelContBlock01 {
  margin-top: 75px;
}

.hotelFlex01 {
  width: 630px;
  margin: 30px auto 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotelFlex01 li {
  width: 300px;
  margin-bottom: 25px;
}
.hotelTextBox01 {
  background-color: #c7a65e;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 38px;
  padding: 4px 10px;
}
.hotelTextBox01 .s01 {
  font-size: 18px;
}

.hotelContText01 {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45em;
  margin-top: 10px;
  word-break: break-all;
}
.hotelContText01 .s01 {
  font-size: 12px;
}

/*--------------------*/

.gourmetContFlex01 {
  background-image: url("/attending/t/ngo-d/lp_51221/images/pc/gourmet_box_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 40px 30px 40px 30px;
  position: relative;
  margin: 95px auto 0px auto;
}
.gourmetContFlex01:first-child {
  margin-top: 70px;
}
.gourmetFlexBox01 {
  width: 500px;
}
.gourmetFlexBox01 img {
  width: 100%;
}
.gourmetFlexBox02 {
  width: 450px;
}
.gourmetFlexBox02 .text01 {
  margin-bottom: 12px;
}
.gourmetFlexBox02 .text02 {
  margin-bottom: 14px;
  color: #e20000;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.gourmetFlexBox02 .text03 {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
}

.gourmetRibbon01 {
  position: absolute;
  left: -10px;
  top: -10px;
}
.gourmetRibbon02 {
  position: absolute;
  right: -10px;
  bottom: -85px;
}

/*------------------*/

.sightBoxIn01 dt .sightS01 {
  color: #8d6048;
  display: block;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 10px;
}

.ico p {
  display: flex;
  gap: 10px;
}

.ico p::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: auto;
  background-image: url(/attending/t/ngo-d/lp_51221/images/pc/ico_nw.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.text02.ico {
  display: flex;
  gap: 10px;
}

.text02.ico::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: auto;
  background-image: url(/attending/t/ngo-d/lp_51221/images/pc/ico_nw.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

small {
  display: flex;
  line-height: 1.2;
}
