@charset "UTF-8";
/*-----------------PC-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

body {
  font-size: 62.5%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
} */

/* .contentsBox{

} */
.sec {
  font-family: "Noto Sans JP", sans-serif;
}
.sec * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec *::before, .sec *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sec * img {
  max-width: 100%;
  display: block;
}

.secInner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.mgnB5 {
  margin-bottom: 5px;
}

.mgnB10 {
  margin-bottom: 10px;
}

.mgnB15 {
  margin-bottom: 15px;
}

.mgnB20 {
  margin-bottom: 20px;
}

.mgnB30 {
  margin-bottom: 30px;
}

.mgnB40 {
  margin-bottom: 40px;
}

a[href^="tel:"] {
  cursor: default;
}

.title-box {
  display: none;
}

a {
  text-decoration: none;
  display: inline-block;
}
a:hover, a:active {
  text-decoration: none;
}

/*---------------TOP------------------*/
.topMv {
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.topMv img {
  width: 100%;
  display: block;
}

.topMap {
  background: url(/domtour/award/img/top/bg_top_01.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.topMap h2 {
  position: absolute;
  top: -35px;
  width: 100%;
}
.topMap h2::before {
  content: "";
  background: url(/domtour/award/img/top/img_border.svg) repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 42px;
  left: 0;
}
.topMap h2 img {
  position: relative;
  max-width: 528px;
  margin: 0 auto;
}
.topMap .topMap__inner {
  /* background: url(/domtour/award/img/top/img_top_03.svg) no-repeat center center; */
  width: 950px;
  background-position-y: 130px;
  background-position-x: 160px;
  min-height: 950px;
  margin: 0 auto;
  position: relative;
}
.topMap .topMap__inner .topMap__list .topMap__listBtn {
  position: absolute;
  max-width: 320px;
}
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn01 {
  top: 50px;
  left: 150px;
}
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn02 {
  top: 250px;
  left: -30px;
}
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn03 {
  top: 220px;
  right: 40px;
}
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn04 {
  bottom: 30px;
  left: -30px;
}
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn05 {
  bottom: 160px;
  left: 280px;
}
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn06 {
  bottom: 20px;
  right: 0px;
}

/*---------------下層------------------*/
.secMv {
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 40px;
}
.secMv img {
  width: 100%;
}

.topVideo {
  margin-bottom: 30px;
}
.topVideo .topVideo__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.topVideo .topVideo__inner .youtube {
  margin-bottom: 35px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.topVideo .topVideo__inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.topVideo .topVideo__text {
  color: #EB0000;
  max-width: 800px;
  border: 2px solid #EB0000;
  background: #FCFCDD;
  padding: 15px 15px 20px;
  margin: 0 auto;
  font-size: 1.8rem;
}
.topVideo .topVideo__text img {
  display: inline;
  transform: translateY(8px);
  margin-right: 5px;
  width: 30px;
}

.topBtn {
  background: url(/domtour/award/img/common/240208/bg_sec_04.jpg) no-repeat;
  background-size: cover;
  padding: 45px 20px 10px;
  margin-top: 54px;
}
.topBtn .topBtn__inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.topBtn .topBtn__inner .topBtnList {
  margin-bottom: 25px;
}
.topBtn .topBtn__inner .topBtnList:last-of-type ul {
  border-bottom: none;
}
.topBtn .topBtn__inner .topBtnList h2 {
  margin-bottom: 5px;
}
.topBtn .topBtn__inner .topBtnList h2 img {
  margin: 0 auto;
}
.topBtn .topBtn__inner .topBtnList h3 {
  text-align: center;
  font-weight: bold;
  color: #503200;
  font-size: 2rem;
  margin-bottom: 10px;
}
.topBtn .topBtn__inner .topBtnList.platina p {
  position: relative;
  border-bottom: 2.5px dotted #503200;
  padding-bottom: 15px;
}
.topBtn .topBtn__inner .topBtnList.platina p a {
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: 500;
  width: 100%;
  filter: drop-shadow(2px 3px 5px rgba(50, 20, 0, 0.3));
}
.topBtn .topBtn__inner .topBtnList.platina p a img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.topBtn .topBtn__inner .topBtnList.platina p a span {
  position: relative;
}
.topBtn .topBtn__inner .topBtnList.platina p a span::after {
  content: "";
  background: url(/domtour/award/img/common/ico_arrow.svg) no-repeat;
  width: 13px;
  height: 11px;
  background-size: contain;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.topBtn .topBtn__inner .topBtnList ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2.5px dotted #503200;
  padding-bottom: 20px;
  gap: 10px 25px;
}
.topBtn .topBtn__inner .topBtnList ul li {
  width: 48%;
}
.topBtn .topBtn__inner .topBtnList ul li a {
  display: flex;
  text-align: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  filter: drop-shadow(2px 3px 5px rgba(50, 20, 0, 0.3));
  position: relative;
}
.topBtn .topBtn__inner .topBtnList ul li a::after {
  content: "";
  background: url(/domtour/award/img/common/ico_arrow.svg) no-repeat;
  width: 13px;
  height: 11px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.topBtn .topBtn__inner .topBtnList ul li a span {
  transform: translateY(10px);
  display: inline-block;
}
.topBtn .topBtn__inner .topBtnList ul li a img {
  margin-right: 10px;
}
.topBtn .topBtn__inner .topBtnList ul li a.fontSmall {
  font-size: 1.5rem;
  padding: 10px 15px;
}
.topBtn .topBtn__inner .topBtnList ul li a.fontSmallest {
  font-size: 1.3rem;
  padding: 10px 15px;
}

.cont {
  position: relative;
  padding: 70px 0 45px;
}
.cont::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  /* background: url(/domtour/award/img/common/bg_sec_03.svg) repeat-y; */
  background-size: 100%;
  height: 100%;
  width: 100%;
}
.cont .cont__topBg {
  position: absolute;
  top: 0;
  width: 100%;
}
.cont .cont__inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.cont .cont__inner h2 {
  position: relative;
}
.cont .cont__inner h2 img {
  margin: 0 auto;
}
.cont .cont__inner .cont__wrap {
  background: url(/domtour/award/img/common/bg_sec_04.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 46px 32px 30px 32px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  border: 2.5px solid #AA8800;
}
.cont .cont__inner .cont__wrap .cont__icon {
  position: absolute;
  top: -15px;
  left: 40px;
}
.cont .cont__inner .cont__wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  text-align: center;
  color: #321E00;
  font-weight: bold;
  border-bottom: 2px dotted #AA8800;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.cont .cont__inner .cont__wrap h3 img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.cont .cont__inner .cont__wrap .cont__flex {
  display: flex;
  justify-content: space-between;
}
.cont .cont__inner .cont__wrap .cont__flex .leftCont {
  width: 50%;
}
.cont .cont__inner .cont__wrap .cont__flex .leftCont .fontSmall {
  font-size: 1.5rem;
}
.cont .cont__inner .cont__wrap .cont__flex .leftCont .leftCont__img {
  margin-bottom: 25px;
}
.cont .cont__inner .cont__wrap .cont__flex .leftCont .leftCont__img img {
  width: 100%;
}
.cont .cont__inner .cont__wrap .cont__flex .rightCont {
  width: 46%;
}
.cont .cont__inner .cont__wrap .cont__flex .rightCont .rightCont__text {
  margin-bottom: 40px;
}
.cont .cont__inner .cont__wrap .cont__flex .rightCont h4 {
  font-weight: bold;
  color: #AA8800;
  /* border-bottom: 1px solid #AA8800; */
  font-size: 1.5rem;
  /* margin-bottom: 15px; */
}
.cont .cont__inner .cont__wrap .cont__flex .rightCont .rightCont__flex {
  display: flex;
  gap: 20px;
}
.cont .cont__inner .cont__wrap .cont__flex .rightCont .rightCont__flex p:first-of-type {
  width: 35%;
}
.cont .cont__inner .cont__wrap .cont__flex .rightCont .rightCont__flex p:first-of-type img {
  width: 100%;
}
.cont .cont__inner .cont__wrap .cont__flex .rightCont .rightCont__flex p:last-of-type {
  width: 65%;
  font-size: 1.4rem;
}
.cont.cont01 {
  background: #3F1E5A;
}
.cont.cont02 {
  background: #660505;
}
.cont.cont02 .cont__wrap {
  position: relative;
}
.cont.cont02 .cont__wrap.gold {
  background: url(/domtour/award/img/common/bg_sec_05.png) no-repeat;
  background-size: cover;
  border: 2.5px solid #AA8800;
}
.cont.cont02 .cont__wrap.silver {
  background: url(/domtour/award/img/common/bg_sec_06.png) no-repeat;
  background-size: cover;
  border: 2.5px solid #919182;
}
.cont.cont02 .cont__wrap.silver .cont__flex .rightCont h4 {
  font-weight: bold;
  color: #919182;
  /* border-bottom: 1px solid #919182; */
}
.cont.cont02 #kanto02 h3 span {
  transform: translateY(10px);
  display: inline-block;
}
.cont.cont03 {
  background: #194123;
}
.cont.cont03 .cont__wrap {
  position: relative;
}
.cont.cont03 .cont__wrap.gold {
  background: url(/domtour/award/img/common/bg_sec_07.png) no-repeat;
  background-size: cover;
  border: 2.5px solid #AA8800;
}
.cont.cont03 .cont__wrap.silver {
  background: url(/domtour/award/img/common/bg_sec_08.png) no-repeat;
  background-size: cover;
  border: 2.5px solid #919182;
}
.cont.cont03 .cont__wrap.silver .cont__flex .rightCont h4 {
  font-weight: bold;
  color: #919182;
  /* border-bottom: 1px solid #919182; */
}
.cont.cont04 {
  background: #B99132;
}
.cont.cont04::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  /* background: url(/domtour/award/img/common/bg_sec_11.svg) repeat-y; */
  background-size: 100%;
  height: 100%;
  width: 100%;
}
.cont.cont04 h2 {
  margin-bottom: 35px;
}
.cont.cont04 .cont__subTtl {
  position: relative;
  margin-bottom: 35px;
}
.cont.cont04 .cont__subTtl img {
  margin: 0 auto;
  position: relative;
}
.cont.cont04 .cont__subTtl.border::before {
  content: "";
  background: url(/domtour/award/img/common/img_border.svg) repeat-x;
  height: 3px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: absolute;
  bottom: 38px;
  left: 0;
}
.cont.cont04 .cont04__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px 30px;
  margin-bottom: 110px;
}
.cont.cont04 .cont04__list:last-of-type {
  margin-bottom: 0;
}
.cont.cont04 .cont04__list .cont__wrap {
  background: #fff url(/domtour/award/img/common/bg_sec_09.png) no-repeat top;
  background-size: 100%;
  position: relative;
  padding: 10px 30px 30px 30px;
  width: 48%;
}
.cont.cont04 .cont04__list .cont__wrap.gold {
  background: #fff url(/domtour/award/img/common/bg_sec_09.png) no-repeat top;
  border: 2.5px solid #AA8800;
  background-size: 100%;
}
.cont.cont04 .cont04__list .cont__wrap.silver {
  background: #fff url(/domtour/award/img/common/bg_sec_10.png) no-repeat top;
  border: 2.5px solid #919182;
  background-size: 100%;
}
.cont.cont04 .cont04__list .cont__wrap.silver h4 {
  font-weight: bold;
  color: #919182;
  /* border-bottom: 1px solid #919182; */
}
.cont.cont04 .cont04__list .cont__wrap .cont__icon {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 110px;
}
.cont.cont04 .cont04__list .cont__wrap h3 {
  font-size: 2.3rem;
  border-bottom: none;
  margin-bottom: 10px;
  padding-left: 115px;
  padding-bottom: 0;
  text-align: left;
  height: 82px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.cont.cont04 .cont04__list .cont__wrap .hotel__img {
  margin-bottom: 10px;
}
.cont.cont04 .cont04__list .cont__wrap .hotel__text {
  font-size: 1.5rem;
  /* margin-bottom: 15px; */
  min-height: 180px;
}
.cont.cont04 .cont04__list .cont__wrap h4 {
  font-weight: bold;
  color: #AA8800;
  /* border-bottom: 1px solid #AA8800; */
  font-size: 1.5rem;
  /* margin-bottom: 15px; */
}
.cont.cont04 .cont04__list .cont__wrap .btmCont__flex {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.cont.cont04 .cont04__list .cont__wrap .btmCont__flex p:first-of-type {
  width: 23%;
}
.cont.cont04 .cont04__list .cont__wrap .btmCont__flex p:first-of-type img {
  width: 80px;
}
.cont.cont04 .cont04__list .cont__wrap .btmCont__flex p:last-of-type {
  width: 77%;
  font-size: 1.4rem;
  min-height: 190px;
}
.cont .btnRD {
  border-radius: 5px;
  width: 100%;
  padding: 7px 15px 7px !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 50px;
}
.cont .btnRD span {
  display: block;
  background: url(/commonY15/img/icon_arrow_right_white_01.png) 0 center no-repeat;
}

.secBtm {
  background: #50504B;
  padding: 53px 0;
}
.secBtm .secBtm__inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.secBtm .secBtm__inner .secBtm__link {
  display: flex;
  justify-content: space-between;
}
.secBtm .secBtm__inner .secBtm__link li {
  width: 14.2857142857%;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  width: 100%;
  max-width: 132px;
  height: 100%;
  min-height: 74px;
  position: relative;
  line-height: 1.3;
}
.secBtm .secBtm__inner .secBtm__link li::before {
  content: "▶︎";
  font-size: 1.2rem;
  color: #EB0000;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.secBtm .secBtm__inner .secBtm__link li.active {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C8C8C5;
}
.secBtm .secBtm__inner .secBtm__link li.pdngL {
  padding-left: 10px;
}
.secBtm .secBtm__inner .secBtm__link li a {
  width: 100%;
  height: 100%;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secBtm .secBtm__inner .secBtm__link li a:hover {
  opacity: 0.8;
}

.c-pagetop {
  background: none;
}
.c-pagetop a {
  width: auto;
  height: auto;
  background: none;
  border: none;
  text-indent: inherit;
}
.c-pagetop:hover {
  background: none;
  opacity: 0.8;
}

.contBlock .heading {
  font-weight: bold;
}
.contBlock .link {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.contBlock .telUnit p {
  font-size: 1.4rem;
}

/*230425 追加 */
.topVideo .topVideo__text{
  position: relative;
}
.topVideo .topVideo__text .redCaution{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 3;
  color: #cc0000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topVideo .topVideo__text .redCaution span{
  /* border: #cc0000 2px solid; */
  padding: 10px;
  font-size: 1.8rem;
  background: #fff;
  width: 80%;
  text-align: center;
}
/* 230807 */
.cont.cont04 .cont04__list {
  justify-content: flex-start;
}

/* 240208更新 */

/* 各エリアの受賞施設さまはこちらから */

/* 点線 */
.topMap h2::before {
  content: "";
  background: url(/domtour/award/img/top/img_border.svg) repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 34px;
  left: 0;
}

.topMap h2 img {
  position: relative;
  max-width: 820px;
  margin: 9px auto;
}

.topMap h2 img {
  position: relative;
  max-width: 44%;
  margin: 9px auto;
  bottom: -10px;
}

/* 北海道 */
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn01 {
  top: 105px;
  left: 187px;
  z-index: 2;
}
 .topMap__listname01 {
    position: absolute;
    left: -50px;
    top: 0px;
}

/* 関西・南紀・山陰・山陽 */
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn02 {
  top: 333px;
  left: -70px;
  z-index: 3;
}

.topMap__listname02 {
  position: absolute;
  left: 332px;
  top: 5px;
}

/* 関東・東北・北陸・中部 */
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn03 {
  top: 265px;
  right: -60px;
  z-index: 4;
}

.topMap__listname03 {
  position: absolute;
  left: 142px;
  top: -76px;
}

/* 九州・奄美 */
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn04 {
  bottom: 15px;
  left: -70px;
  bottom: 53px;
}

.topMap__listname04 {
  position: absolute;
  left: 4px;
  top: -47px;
}

/* 四国 */
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn05 {
  bottom: 96px;
  left: 315px;
}

.topMap__listname05 {
  position: absolute;
  left: 3px;
}

/* 沖縄 */
.topMap .topMap__inner .topMap__list .topMap__listBtn.btn06 {
  bottom: 15px;
  right: -60px;
}

.topMap__listname06 {
  position: absolute;
  left: 7px;
  top: -47px;
}

/* 各エリアの受賞施設さまはこちらからの背景 */
.topMap {
  background: url(/domtour/award/img/top/240208/bg_top_01.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

/* JALPAK大賞 */
/* .sec * img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
} */

.topmap__map {
  position: absolute;
  mix-blend-mode: multiply;
  top: 43%;
  left: 50%;
  transform: translate(-36%, -47%);
  max-width: 100%;
  z-index: 1;
}

.contentsBox{
  overflow-x: hidden;
}


/* 下層 */

/* top */
.mv_bg{
  text-align: center;
  position: relative;
}

.mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

span {
  font-weight: bold;
}

.mv_btn{
  background-color: #C60A00;
  color: #fff;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 27px;
  padding-bottom: 7px;
  margin-left: 10px;
  margin-right: 10px;
}

.ico_arrow01{
  position: absolute;
  margin-left: 6px;
  margin-top: 5px;
}

.contentsBox{
  overflow-x: hidden;
}

 .mv_caption{
  position: relative;
}

/* クーポン獲得はこちらからの吹き出し */
.topLead_text.text_p03{
  position: relative;
  background: #CD0F00;
  width: 950px;
  height: 50px;
  font-weight: bold;
  color: #ffffff;
  margin: 47px auto;
  font-size: 17px;
  text-align: center;
  padding-top: 23px;
  padding-bottom: -12px;
}
.topLead_text.text_p03:before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #CD0F00;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.topLead_text_tyusyakuBox{
  margin: 10px auto;
}
.topLead_text_tyusyaku{
  text-align: left;
  white-space: nowrap;
}

/* JALマイレージバンク会員の方と会員以外の方のBOX */
.topLead_box{
  display: flex;
  width: 950px;
  margin: 0 auto;
  gap: 22px;
  padding-bottom: 70px;
}

/* 2つめのさっそくクーポンを獲得しよう！のボタン */
.topLead_text.text_p04 .topLead_btn{
  background-color: #C60A00;
  color: #fff;
  padding: 15px;
  display: block;
  width: 320px;
  margin: 10px auto;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 14px;
}

/* ボタンの矢印 */
.topLead_text.text_p04 .topLead_btn .ico_arrow01{
  position: inherit;
  margin: 0;
  position: absolute;
  right: 17px;
  width: 3%;
  top: 12px;
}

/* JALマイレージ（JMB）のボタン */
.topLead_text.text_p05 .topLead_btn{
  background-color: #C60A00;
  color: #fff;
  padding: 15px;
  display: block;
  width: 320px;
  margin: 10px auto;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 14px;
}

/* ボタンの矢印 */
.topLead_text.text_p05 .topLead_btn .ico_arrow01{
  position: inherit;
  margin: 0;
  position: absolute;
  right: 9px;
  width: 3%;
  top: 12px;
}

.ico_window{
  display: flex;
}

/* マイレージバンク（JMB）会員の方 */
.topLead_text.text_p04{
  border:1px solid #707070;
  width: 464px;
  padding: 15px;
}

/* 会員以外の方 */
.topLead_text.text_p05{
  border:1px solid #707070;
  width: 464px;
  padding: 15px;
}

.ico_arrow02 {
  position: absolute;
  margin-left: 38px;
  margin-top: 0px;
}

.ico_arrow03 {
  position: absolute;
  margin-left: 15px;
  margin-top: 0px;
}

.cont__topBg {
  width: 100%;
}

/* JALPAK AWARD2023の背景 */
.topLead {
  background: url(/domtour/award/img/common/240208/bg_sec_01.jpg)no-repeat;
  background-size: cover;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  border-radius: 48px;
}
.topLead .topLead_inner{
  padding: 40px;
  height: 100%;
}
.topLead .topLead_text{
  text-align: center;
}
.topLead .topLead_text.text_p01{
  font-size: 1.8rem;
}
.topLead .topLead_text.text_p01 span{
  font-size: 2.8rem;
}
.topLead .topLead_text.text_p02{
  font-size: 1.5rem;
  margin-top: 10px;
}
.topLead .topLead_text.text_p06 span{
  font-size: 2.6rem;
}

.topLead .topLead_text.text_p02.flex{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

/* 1つ目のさっそくクーポンを獲得しようのボタン */
.topLead .topLead_text.text_p02.flex .topLead_btn{
  background-color: #C60A00;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
/* ボタンの矢印 */
.topLead .topLead_text.text_p02.flex .topLead_btn .ico_arrow01{
  position: inherit;
  margin: 0;
}

/* .topLead .topLead_text.text_p02 span{
  font-size: 2.6rem;
} */
.topLead .topLead_text_p01 span{
  font-size: 2rem;
}

.topLead_text.text_p04 span{
  font-size: 1.5rem;
}

.topLead_text.text_p04{
  font-size: 1.3rem;
}

.topLead_text.text_p05 span{
  font-size: 1.5rem;
}
.topLead_text.text_p05 span:last-child{
  color: #cc0000;
}

.topLead_text.text_p05{
  font-size: 1.3rem;
}

/* JALマイレージバンク会員限定の丸 */
/* .topLead .topLead_maru{
  width: 120px;
  height: 120px;
  background: #cc0000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -13px;
  left: 50px;
  line-height: 1.5em;
} */

/* セールス賞文章左寄せ */
.topBtn .topBtn__inner .topBtnList ul li a {
  display: flex;
  text-align: left;
  align-items: last baseline;
  background: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  filter: drop-shadow(2px 3px 5px rgba(50, 20, 0, 0.3));
  position: relative;
}

/* セールス賞の後ろ背景 */
.cont.cont04 .cont04__list .cont__wrap.gold {
  background: #fff url(/domtour/award/img/common/240208/bg_sec_08.png) no-repeat top;
  border: 2.5px solid #AA8800;
  background-size: 100%;
}
.cont.cont04 .cont04__list .cont__wrap.silver {
  background: #fff url(/domtour/award/img/common/240208/bg_sec_10.png) no-repeat top;
  border: 2.5px solid #919182;
  background-size: 100%;
}

/* JALPAKコメント */
.cont .cont__inner .cont__wrap .cont__flex .rightCont h4 {
  font-weight: bold;
  color: #AA8800;
  font-size: 1.5rem;
}


/* JALPAKコメント金線 */
.rightCont_box{
  position: relative;
	padding: 1.4em;
	border: 2px solid #AA8800;
  border-radius: 18px;
  margin:35px 0 15px;
  background-color: #ffffff;
  line-height: 1.7;
}
.rightCont__flex{
  position: absolute;
	padding: 0 0.5em;
	left: 30px;
	top: -10px;
	background: #fff;
	font-weight: bold;
	color: #AA8800;
}

/* JALPAKコメント銀線 */
.cont__wrap.silver .rightCont_box{
  position: relative;
	padding: 1.4em;
	border: 2px solid #919182;
  border-radius: 18px;
}

/* セールス賞からのJALPAKコメント */
.btmCont__flex{
  position: absolute;
	padding: 0 0.5em;
	left: 30px;
	top: -10px;
	background: #fff;
	font-weight: bold;
	color: #AA8800;
}

/* 銀賞の点線 */
.cont .cont__inner .cont__wrap.silver#kanto03 h3 {
  border-bottom: 2px dotted #919182;
}
.cont .cont__inner .cont__wrap.silver#kanto06 h3 {
  border-bottom: 2px dotted #919182;
}

/* セールス賞からの王冠マーク */
.cont04.cont .cont__inner .cont__wrap h3 img {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* セールス賞のレイアウト変更 */
.cont.cont04 .cont04__list .cont__wrap h3 {
  font-size: 2.3rem;
  border-bottom: none;
  padding-left: 104px;
  padding-bottom: 0;
  text-align: left;
  height: 82px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-top: 38px;
}

/* JALPAK大賞の背景 */
.topBtn {
  background: url(/domtour/award/img/common/240208/bg_sec_04.jpg) no-repeat;
  background-size: cover;
  padding: 45px 20px 10px;
  margin-top: 54px;
  position: relative;
}
.topBtn .topBtn__inner .topBtnList h2 img {
  margin: 20px auto;
}
/* JALPAK大賞のゴールド線 */
.kanto .kanto__topBg {
  position: absolute;
  top: 0;
  width: 100%;
  top:0;
  left: 0;
}

/* 画像サイズ変更 */
.cont.cont04 .cont04__list .cont__wrap .cont04__list p img {
  width: 80px;
}

/* セールス賞からのホテル写真と盾画像レイアウト */
.hotel_text_box{
  display: flex;
  margin: 30px 0 30px;
  gap: 5px;
  min-height: 295px;
}

.cont__wrap.silver .hotel_text_box{
  display: flex;
  margin: 30px 0 30px;
  gap: 5px;
  min-height: 295px;
}

.cont.cont01 .cont01__list .cont__wrap .hotel__text{
  font-size: 1.5rem;
  min-height: 180px;
  width: 100%;
  background-image: url(/domtour/award/img/common/240208/bg_sec_09.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cont_hoteltate_img{
  width: 30%;
}

.cont .cont__inner .cont__wrap .cont__flex .rightCont .rightCont__text {
  margin-bottom: 40px;
  background-image: url(/domtour/award/img/common/240208/bg_sec_09.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 画像回り込みレイアウト */
.flot_img{
  float: right;
  width: 35%;
  clear: both;
  margin-left: 10px;
}
.flot_img img{
  float: right;
  width: 100%;
  clear: both;
  margin-left: 10px;
  margin-top: 10px;
}
.clear-after {
  clear: both;
  height: 0;
}
.clear {
  clear: both;
}
.space {
  float: right;
  height: 6em;
}

/* JALPAK大賞背景 */
.cont01 .rightCont_flot{
  background-image: url(/domtour/award/img/common/240208/bg_sec_05.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* お客様評価賞背景 */
.cont02 .rightCont_flot{
  background-image: url(/domtour/award/img/common/240208/bg_sec_06.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* 銀賞ver */
.cont02 .cont__wrap.silver .rightCont_flot{
  background-image: url(/domtour/award/img/common/240208/bg_sec_11.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 企画部門賞背景 */
.cont03 .rightCont_flot{
  background-image: url(/domtour/award/img/common/240208/bg_sec_07.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* 銀賞ver */
.cont03 .cont__wrap.silver .rightCont_flot{
  background-image: url(/domtour/award/img/common/240208/bg_sec_12.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* セールス賞背景 */
.cont04 .cont__wrap.gold .hotel_text_box {
  font-size: 1.5rem;
  min-height: 295px;
  width: 100%;
  background-image: url(/domtour/award/img/common/240208/bg_sec_09.png);
  background-repeat: no-repeat;
  background-size: contain;
}


/* 銀賞ver */
.cont04 .cont__wrap.silver .hotel_text_box {
  font-size: 1.5rem;
  min-height: 295px;
  width: 100%;
  background-image: url(/domtour/award/img/common/240208/bg_sec_13.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* セールス賞の幅 */
.topBtn .topBtn__inner .topBtnList ul li a {
  display: flex;
  text-align: left;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  filter: drop-shadow(2px 3px 5px rgba(50, 20, 0, 0.3));
  position: relative;
  line-height: 1.2;
}

.flot_text{
  font-size: 16px;
  line-height: 1.7;
}
.cont.cont04 .cont04__list .cont__wrap .hotel__text {
  font-size: 1.5rem;
  min-height: 180px;
  width: 100%;
  line-height: 1.7;
}

/* 期間限定！割引クーポン */
.topLead_coupon{
  margin-top: 10px;
}

/* 北海道 JALPAK大賞のゴールド線 */
.hokkaido__topBg.kansai__topBg  {
  position: absolute;
  top: 0;
  width: 100%;
  top:0;
  left: 0;
}

/* 北海道 JALPAK大賞のゴールド線 */
.hokkaido .hokkaido__topBg {
  position: absolute;
  top: 0;
  width: 100%;
  top:0;
  left: 0;
}

/* 関西 JALPAK大賞のゴールド線 */
.kansai .kansai__topBg {
  position: absolute;
  top: 0;
  width: 100%;
  top:0;
  left: 0;
}

/* 九州 JALPAK大賞のゴールド線 */
.kyusyu .kyusyu__topBg {
  position: absolute;
  top: 0;
  width: 100%;
  top:0;
  left: 0;
}

/* 四国 JALPAK大賞のゴールド線 */
.shikoku .shikoku__topBg {
  position: absolute;
  top: 0;
  width: 100%;
  top:0;
  left: 0;
}

/* 沖縄 JALPAK大賞のゴールド線 */
.okinawa .okinawa__topBg {
  position: absolute;
  top: 0;
  width: 100%;
  top:0;
  left: 0;
}

.cont__btn　fontSmall {
  font-size: 1.5rem;
  padding: 3px 15px;
}

/* 241126更新 */
/* JALマイレージバンク会員限定の丸 */
.topLead .topLead_maru{
  width: 155px;
  height: 155px;
  background: #cc0000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -42px;
  right: 30px;
}
.topLead_maru p{
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
}
.topLead_maru span{
  font-size: 1.4rem;
  font-weight: bold;
}
/* 20250318追加 */
.btnlayout{
	width:950px;
	margin: 0 auto 10px;
	text-align: right;
}
.btnlayout_area{
	width:950px;
	margin: -30px auto 30px;
	text-align: right;
}