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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

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

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

.contents {
  /*background-color: #FAF9F4;
  background-image: url(/attending/media/yaeyama/images/bg-cts01.png);
  background-repeat: repeat;
  background-position: top;*/
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*padding-bottom: 100px;*/
}

/* keyvisual_start */
.keyvisual {
  position: relative;
  background-image: url(/attending/media/yaeyama/images/main_HP17-034571D_SP24-043501D.jpg);
  background-repeat: no-repeat;
  background-size: 1300px;
  background-position: bottom;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  /*z-index: 1;*/
	overflow: hidden;
    background-color: #001249;
    margin-bottom: -1px;
}

/*.keyvisual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  background-color: #c08f41;
  
  width: 100%;
  height: 50px;
  z-index: -1;
}*/

/*.keyvisual::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/attending/media/yaeyama/images/obi_text01.png);
  width: 930px;
  height: 84px;
  z-index: -1;
}*/

.keyvisual h1 {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  /*height: 390px;*/
}

.mainText01 {
	position: absolute;
	bottom: 4px;
	right: 50%;
	margin-right: -512px;
}

/* keyvisual_end */

/* seo_start */
.block-seo {
  /*background: rgb(255, 221, 221);
  background: linear-gradient(0deg, rgba(255, 221, 221, 1) 0%, rgba(248, 248, 248, 1) 100%);*/
	background-color: #001249;
    position: relative;
}

.block-seo_inner {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  gap: 20px;
}

.block-seo_inner .text {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: calc(100% - 23px - 58px/* - 260px - 20px*/);
  color: #ffffff;
}

.block-seo_inner .text .caption {
  width: auto;
  height: auto;
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}

.block-seo_inner .text .link {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ffffff;
	background-color: #bf9d41;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 88px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
.block-seo_inner .text .link::after {
	content: "";
	background-image: url("/attending/media/yaeyama/images/r_arrow_w.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	width: 13px;
	height: 20px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}
.seoBtnDeco01 {
	position: absolute;
	top: -12px;
	left: -10px;
}
.seoBtnDeco02 {
	position: absolute;
	bottom: -13px;
	right: -13px;
}


.block-seo_inner .movie {
  width: 250px;
  height: auto;
	flex-shrink: 0;
}

.block-seo_inner .movie .heading {
    background-color: #bf9d41;
    outline: solid 1px #e7d674;
    font-size: 14px;
    line-height: 1.3;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-seo_inner .movie .video {
  outline: solid 1px #e7d674;
}

.block-seo_inner .movie .link-movie {
  position: relative;
  display: block;
  background-color: #FCE97C;
  font-size: 17px;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #48110b;
  text-align: center;
  padding: 10px 0;
}

.block-seo_inner .movie .link-movie::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #48110b;
  border-right: 1px solid #48110b;
  transform: translateY(-50%) rotate(135deg);
}

/* seo_end */

h2 {
  position: relative;
  text-align: center;
  padding: 50px 0;
  z-index: 1;
}

/*h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: rgb(255, 252, 208);
  background: radial-gradient(circle, rgba(255, 252, 208, 1) 0%, rgba(248, 248, 248, 0) 100%);
  width: 260px;
  height: 260px;
  filter: blur(20px);
  z-index: -1;
}*/

.line {
  display: block;
  margin: 0 auto;
}

/* tour_start */
.block-tour .caption {
  text-align: center;
  margin-bottom: 20px;
}

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

.block-tab {
  display: flex;
  justify-content: space-between;
}

.block-tab_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #001249;
  width: calc(100% / 9);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #001249;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

.block-tab_item.current {
  background-color: #001249;
  color: #fff;
}

.block-tab_contents {
  background-color: #001249;
  margin-bottom: 50px;
  padding: 15px 10px;
}

.tour-link:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}

.tour-template {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px;
}

.tour-template .image {
  width: 195px;
  height: auto;
}

.tour-template .image img {
  width: 195px;
  height: auto;
}

.tour-template .image .dept {
  border: solid 1px #001249;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #001249;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}

.tour-template .details {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: calc(100% - 195px - 20px);
}

.tour-template .details .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  padding-top: 10px;
}

.tour-template .details .details-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.tour-template .details .details-inner .price {
  font-size: 20px;
  font-weight: 700;
  color: #FF0000;
}

.tour-template .details .details-inner .button {
  background-color: #c40d00;
  padding: 3px;
}

.tour-template .details .details-inner .button span {
  display: block;
  border: solid 1px #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 5px 40px;
}

.notour {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
}

/* tour_end */

/* point_start */
.group-point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1024px;
  height: auto;
  margin: 0 auto;
}

.group-point li {
  box-shadow: 0px 10px 10px -10px #999999;
  margin-bottom: 35px;
}

/* point_end */

/* present_start */
.group-present {
  width: 1024px;
  height: auto;
  margin: 0 auto 50px;
}

.group-present dd ul {
  display: flex;
  justify-content: space-between;
}

.group-present dd ul li {
  width: calc(100% / 3);
}

/* present_end */

/* movie_start */
.block-movie {
  width: 1024px;
  height: auto;
  margin: 0 auto;
}

.block-movie .caption {
  text-align: center;
  margin-bottom: 20px;
}

.block-movie .play {
  margin-bottom: 50px;
}

/* movie_end */

/* hotel_start */
div[class^="hotel-"] {
  position: relative;
  padding-top: 70px;
}

.block-hotel h3 {
  margin-bottom: 20px;
}

.block-hotel h4 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #E7D674;
  text-align: center;
  padding: 30px 0 3px;
}

.hotel-01 {
  background-image: url(/attending/media/yaeyama/images/hotel-bg01.png);
  background-repeat: no-repeat;
  width: 1038px;
  height: 1683px;
  margin: 0 auto;
}

.hotel-02 {
  background-image: url(/attending/media/yaeyama/images/hotel-bg02.png);
  background-repeat: no-repeat;
	background-size: 100% 100%;
  width: 1038px;
  height: 1640px;
  margin: 0 auto 50px auto;
}

.hotel-03 {
  background-image: url(/attending/media/yaeyama/images/hotel-bg03.png);
  background-repeat: no-repeat;
  width: 1038px;
  height: 1421px;
  margin: 0 auto;
}

.block-hotel_inner {
  width: 902px;
  height: auto;
  margin: 0 auto;
}

.block-hotel .group01-hotel01,
.block-hotel .group02-hotel01,
.block-hotel .group03-hotel01 {
  margin-bottom: 20px;
	margin-top: 25px;
}

/* HIYORI オーシャンリゾート沖縄 */
.group01-hotel01 {
  display: flex;
  justify-content: space-between;
}

.group01-hotel01 li span {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  font-weight: 600;
  color: #E7D674;
  margin-top: 10px;
}

.group01-hotel01 li span::before {
  content: "▲";
  font-size: 11px;
  font-weight: 600;
  color: #E7D674;
  margin-right: 5px;
}

.group01-hotel02 {
  display: flex;
  justify-content: space-between;
}

.group01-hotel02 div:nth-child(1) {
  width: 343px;
  height: auto;
}

.group01-hotel02 div:nth-child(1) .caption-01 {
  margin-top: 10px;
}

.group01-hotel02 div:nth-child(2) {
  width: calc(100% - 343px - 20px);
}

.group01-hotel02 .caption-01 {
  font-size: 16px;
  color: #E7D674;
}

.hotel-01 .image-01 {
  position: absolute;
  bottom: 81px;
  right: 7px;
}

.hotel-01 .image-01_txt {
  position: absolute;
  bottom: 102px;
  right: 307px;
  font-size: 13px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #E7D674;
}

/* .group01-hotel02 .float {
  float: right;
  display: flex;
  flex-direction: column;
  width: 241px;
  height: auto;
  font-size: 13px;
  margin: 10px 0 0 10px;
}

.group01-hotel02 .float img {
  margin-bottom: 10px;
} */

/* ホテル日航アリビラ */
.group02-hotel01 {
  display: flex;
  justify-content: space-between;
}

.group02-hotel01 li span {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  font-weight: 600;
  color: #E7D674;
  margin-top: 10px;
}

.group02-hotel01 li span::before {
  content: "▲";
  font-size: 11px;
  font-weight: 600;
  color: #E7D674;
  margin-right: 5px;
}

.group02-hotel02 {
  display: flex;
  justify-content: space-between;
}

.group02-hotel02 div:nth-child(1) {
  width: 380px;
  height: auto;
}

.group02-hotel02 div:nth-child(1) img:first-child {
  margin-bottom: 20px;
}

.group02-hotel02 div:nth-child(2) {
  width: calc(100% - 380px - 20px);
}

.group02-hotel02 .caption-01 {
  font-size: 16px;
  color: #E7D674;
}

.hotel-02 .image-01 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* .group02-hotel02 .float {
  float: right;
  display: block;
  margin: 10px 0 0 10px;
} */

/* ホテルコレクティブ那覇 */
.group03-hotel01 {
  display: flex;
  justify-content: space-between;
}

.group03-hotel01 li span {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  font-weight: 600;
  color: #E7D674;
  margin-top: 10px;
}

.group03-hotel01 li span::before {
  content: "▲";
  font-size: 11px;
  font-weight: 600;
  color: #E7D674;
  margin-right: 5px;
}

.group03-hotel02 {
  display: flex;
  justify-content: space-between;
}

.group03-hotel02 div:nth-child(1) {
  width: 380px;
  height: auto;
}

.group03-hotel02 div:nth-child(2) {
  width: calc(100% - 380px - 20px);
}

.group03-hotel02 .caption-01 {
  font-size: 16px;
  color: #E7D674;
}

.group03-hotel02 .float {
  float: right;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 13px;
  margin: 10px 0 0 10px;
}

.hotel-03 .image-01 {
  position: absolute;
  bottom: 67px;
  right: 0px;
}

.hotel-03 .image-01_txt {
  position: absolute;
  bottom: 102px;
  right: 287px;
  font-size: 13px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #E7D674;
}

/* .group03-hotel02 .float img {
  margin-bottom: 10px;
} */

/* hotel_end */

/* meal_start */
.block-meal_inner {
  width: 1024px;
  height: auto;
  margin: 60px auto 0;
}

.group-meal {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  z-index: 1;
}

.group-meal::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  z-index: -1;
}

.group-meal.il-01::after {
  background-image: url(/attending/media/yaeyama/images/meal-il01.png);
  width: 181px;
  height: 166px;
  top: -140px;
  right: 20px;
}

.group-meal.il-02 {
  margin-bottom: 100px;
}

/*.group-meal.il-02::after {
  background-image: url(/attending/media/yaeyama/images/meal-il02.png);
  width: 314px;
  height: 270px;
  bottom: -220px;
  left: 280px;
}*/

.group-meal.il-03 {
  margin-bottom: 200px;
}

.group-meal.il-03::after {
  background-image: url(/attending/media/yaeyama/images/meal-il03.png);
  width: 223px;
  height: 159px;
  bottom: -140px;
  right: 50px;
}

.group-meal .image {
  width: 457px;
  height: auto;
}

.group-meal .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: calc(100% - 457px - 40px);
  font-size: 18px;
}

.group-meal .text h4 {
  text-align: center;
  margin-bottom: 10px;
}

/* meal_end */

/* sightseeing_start */
.block-sightseeing_inner {
  width: 1024px;
  height: auto;
  margin: 0 auto;
}

.group-sigthseeing01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.group-sigthseeing01 .image01 {
  width: 440px;
	/*width: 628px;*/
  height: auto;
}
.group-sigthseeing01 .image01 img {
	width: 100%;
}

.group-sigthseeing01 dl {
  width: 530px;
  height: auto;
	margin-top: 5px;
}

.group-sigthseeing01 dl dt {
  text-align: center;
}

.group-sigthseeing01 dl .text {
  /*font-size: 18px;*/
	font-size: 1.6rem;
	letter-spacing: -0.05em;
  margin-top: 10px;
}

.group-sigthseeing01 dl .image02 {
  position: relative;
  /*width: 371px;*/
  margin-top: 20px;
	background-color: #bee9f2;
	text-align: center;
}
.group-sigthseeing01 dl .image02 img {
	width: 100%;
	height: auto;
}

.group-sigthseeing01 dl .image02::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/attending/media/yaeyama/images/sigthseeing-il01.png);
  background-repeat: no-repeat;
	background-size: 110px auto;
  width: 115px;
  height: 125px;
  bottom: -30px;
  right: -30px;
}

.group-sigthseeing02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
	flex-wrap: wrap;
}

.group-sigthseeing02 li {
  width: 327px;
	margin-bottom: 30px;
}

.group-sigthseeing02 li h3 {
  padding: 10px 0 20px;
	text-align: center;
}

/* sightseeing_end */

/* banner_start */
.block-banner_inner {
  width: 940px;
  height: auto;
  margin: 50px auto 0;
}

.block-banner_inner p {
  font-size: 14px;
  margin-top: 5px;
}

/* banner_end */

/* スケジュールモーダル */
button.mfp-close {
  display: none;
}

.mfp-auto-cursor .mfp-content {
  text-align: center;
}

.popup-modal-dismiss {
  position: absolute;
  left: 0;
  right: 0;
      bottom: 46px;
    width: 290px;
    height: 50px;
  margin: 0 auto;
  text-indent: -9999px;
  cursor: pointer;
}

/*start_リニューアル2021対応*/
:where(.contents) *,
:where(.contents)::after,
:where(.contents)::before {
  box-sizing: content-box;
}

:where(.contents) img {
  width: auto;
}

/*end_リニューアル2021対応*/


/*---------------------------------------
	2025/08/07
---------------------------------------*/

.posiRe {
	position: relative;
}

.block-tour {
	background-image: url("/attending/media/yaeyama/images/seo_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	padding: 30px 0px 80px;
}

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

.block-point {
	background-image: url("/attending/media/yaeyama/images/point_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	padding: 30px 0px 80px;
}

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

.hotelBlock01 {
	background-image: url("/attending/media/yaeyama/images/hotel_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	padding: 70px 0px 80px;
}
.contH201 {
	padding: 0px;
}
.hotelCont01 {
	margin-top: 40px;
	color: #ffffff;
}
.hotelH301 {
	background-color: #012444;
	padding: 10px 0px;
}
.hotelMainImg01 {
	background-image: url("/attending/media/yaeyama/images/hotel_SP24-041964D.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 474px;
}
.hotelMainImg02 {
	background-image: url("/attending/media/yaeyama/images/hotel_SP19-081467D.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 474px;
}

.hotelBox01 {
	display: flex;
	gap: 0px 20px;
	margin-top: 12px;
}
.hotelBox01 .p01 {
	margin-top: -35px;
}
.contText16_15_n {
	font-size: 16px;
	line-height: 1.5em;
}
.hotelFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 45px 0px;
	margin-top: 60px;
}
.hotelFlex01 li {
	width: 490px;
	position: relative;
}
.hotelRibbon01 {
	position: absolute;
	top: -36px;
	left: -44px;
}

.hotelImg01 {
	margin-top: 13px;
}

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

.mealBlock01 {
	background-image: url("/attending/media/yaeyama/images/meal_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	padding: 80px 0px 80px;
}
.mealContBox01 {
	background-color: #ffffff;
	position: relative;
	padding: 76px 20px 20px;
	margin-top: 60px;
	letter-spacing: -0.02em;
}

.mealH301 {
	width: 100%;
	position: absolute;
	left: 0px;
	top: -28px;
}
.mealFlex01 {
	display: flex;
	gap: 0px 25px;
}
.textSpaceTop15 {
	margin-top: 15px;
}

.mealContFlex01 {
	display: flex;
	gap: 0px 20px;
}

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

.sightBlock01 {
	background-image: url("/attending/media/yaeyama/images/sight_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	padding: 80px 0px;
}
.sightMap01 {
	margin: 42px auto 60px;
}
.sightContBox01 {
	margin-top: 70px;
}
.sightH301 {
	margin-bottom: 20px;
}

.w380 {
	width: 380px;
}
.w492 {
	width: 492px;
}

.sightFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 0px;
}
.sightFlex01 li {
	position: relative;
}
.sightBadge01 {
	position: absolute;
	top: 10px;
	left: 10px;
}
.sightDl01 {
	margin-top: 15px;
}
.sightDl01 dt {
	color: #0e4799;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: bold;
}
.sightDl01 dd {
}

.sight02 .sightDl01 dt {
	color: #24b224;
}
.sight03 .sightDl01 dt {
	color: #ff9600;
}
.sight04 .sightDl01 dt {
	color: #ff69b1;
}

.mt0 {
	margin-top: 0px !important;
}









