@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

a {
  transition: .4s;
}

a:hover {
  opacity: .7;
  transition: .4s;
}

/* ----pc,sp表示切替---- */
.-pcOnly {
  display: inline-block !important;
}

.-spOnly {
  display: none !important;
}

.c-icon {
  height: 62px;
  margin: auto;
}

.c-Tit {
  font-size: 36px;
  color: #4646a5;
  letter-spacing: .05em;
  margin: 25px 0 50px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .-pcOnly {
    display: none !important;
  }

  .-spOnly {
    display: block !important;
  }

  .c-icon {
    height: 32px;
    margin: auto;
  }

  .c-Tit {
    font-size: 26px;
    margin: 30px 0 20px;
  }
}



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

comp reset

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

.pageTtl {
  margin-bottom: 0px;
}

.contentsInr {
  width: 100%;
}

.contentsUnit {
  width: 950px;
  margin: auto;
}

.contentsArea .ttlLv1 {
  display: contents;
}

.contentsArea .ttlLv1 .heading, .ttlLv2 .heading {
  display: contents !important;
  font-size: inherit;
  font-weight: lighter;
}

@media screen and (max-width:960px) {
  .contentsInr {
    padding: 0;
  }

  .contentsUnit {
    width: auto;
    padding: 0 20px;
  }
}

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

couponArea

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

.ctm_contentsFull.couponArea {
  background: #feeeef;
  padding: 36px 0;
}

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

.couponBtn {
  width: 335px;
  margin: 25px auto 0;
}

.couponTxt {
  font-size: 12px;
  color: #666;
  letter-spacing: .1em;
}

.couponBlock .colWrap {
  justify-content: space-between;
}

.couponBlock .colWrap.clm_1_2col .col:nth-child(1) {
  width: 60%;
}

.couponBlock .colWrap.clm_1_2col .col:nth-child(2) {
  width: 35%;
}

.couponBlock .clm_1_2col.colWrap .col {
  margin-left: 0px;
}

@media screen and (max-width:960px) {
  .ctm_contentsFull.couponArea {
    padding: 20px;
  }

  .couponBtn {
    width: auto;
    margin: 15px auto;
  }

  .couponBlock .colWrap {
    flex-direction: column;
  }

  .couponBlock .colWrap.clm_1_2col .col:nth-child(1) {
    width: 100%;
  }

  .couponBlock .colWrap.clm_1_2col .col:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}

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

aboutArea

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

.aboutArea .contentsUnit {
  padding: 80px 20px 100px;
}

.aboutTitArea {
  position: relative;
  letter-spacing: .4em;
  color: #4646a5;
  font-weight: bold;
  display: block;
  width: max-content;
  margin: auto;
  line-height: 1.2;
}

.aboutTitArea::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/sugar-road/img_sites/about_img.png") no-repeat;
  background-size: contain;
  width: 150px;
  height: 120px;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}

.aboutTit {
  font-size: 48px;
}

.aboutSubTit {
  font-size: 24px;
  letter-spacing: .1em;
}

.aboutTxt {
  font-size: 16px;
  line-height: 2.2;
  color: #666;
  position: relative;
  display: block;
  width: max-content;
  margin: 30px auto 0;
  letter-spacing: .1em;
}

.aboutTxt::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/sugar-road/img_sites/about_deco01.png") no-repeat;
  background-size: contain;
  width: 68px;
  height: 140px;
  top: -40px;
  left: 20px;
}

.aboutTxt::after {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/sugar-road/img_sites/about_deco02.png") no-repeat;
  background-size: contain;
  width: 84px;
  height: 88px;
  bottom: 50px;
  right: 20px;
}

@media screen and (max-width:960px) {
  .aboutArea .contentsUnit {
    padding: 50px 15px;
  }

  .aboutTitArea {
    position: relative;
    letter-spacing: .4em;
    color: #4646a5;
    font-weight: bold;
    display: block;
    width: auto;
    margin: auto;
    line-height: 1.2;
  }

  .aboutTit {
    font-size: 34px;
  }

  .aboutSubTit {
    font-size: 16px;
  }

  .aboutTitArea::before {
    width: 110px;
    height: 80px;
    right: -25px;
  }

  .aboutTxt {
    font-size: 14px;
    line-height: 2;
    width: auto;
    margin: 20px auto 0;
  }

  .aboutTxt::before {
    width: 38px;
    height: 110px;
  }

  .aboutTxt::after {
    width: 54px;
    height: 58px;
    bottom: 20px;
  }
}

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

mapArea

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

.mapArea {
  background: url("/jp/ja/domtour/jaldp/sugar-road/img_sites/map_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.mapArea .contentsUnit {
  padding: 80px 0 100px;
}

.c-icon.mapIcon {
  width: 120px;
}

.map {
  width: 860px;
  margin: auto;
}

@media screen and (max-width:960px) {
  .mapArea .contentsUnit {
    padding: 50px 20px;
  }

  .c-icon.mapIcon {
    width: 90px;
  }

  .map {
    width: auto;
  }
}

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

spotArea

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

.spotArea {
  background: url("/jp/ja/domtour/jaldp/sugar-road/img_sites/spot_bg.jpg");
  background-size: contain;
  background-position: top;
}

.c-icon.spotIcon {
  width: 60px;
}

.spotArea .c-Tit {
  margin-bottom: 0;
}

.spotArea .contentsUnit {
  padding: 80px 0 100px;
}

.spotBlock {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 60px;
}

.spotBox {
  position: relative;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.spotBox::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/sugar-road/img_sites/spot_deco01.png") no-repeat;
  background-size: contain;
  width: 177px;
  height: 177px;
  top: -90px;
  right: -55px;
}

.spotPhotoBox {
  padding: 30px;
  color: #666;
}

/* ----spotBox color---- */
.spotBlock.nagasaki .spotBox {
  background-color: #78c3d2;
}

.spotBlock.nagasaki .spotPhotoBox {
  background-color: #ddf0f4;
}

.spotBlock.ureshino .spotBox {
  background-color: #78bea0;
}

.spotBlock.ureshino .spotPhotoBox {
  background-color: #ddefe7;
}

.spotBlock.ogi .spotBox {
  background-color: #f09b78;
}

.spotBlock.ogi .spotPhotoBox {
  background-color: #fbe6dd;
}

.spotBlock.kitakyushu .spotBox {
  background-color: #aa87be;
}

.spotBlock.kitakyushu .spotPhotoBox {
  background-color: #eae1ef;
}

/* ----/spotBox color---- */

.spotItemBox.spotTit {}

.spotItemBox .colWrap.clm_1_2col {
  align-items: center;
}

.spotItemBox .colWrap.clm_1_2col .col:nth-child(1) {
  width: 30%;
}

.spotItemBox .colWrap.clm_1_2col .col:nth-child(2) {
  width: 66%;
}

.spotItemTit {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #fff;
}

.spot_sugar_img {
  margin: 20px auto 10px;
  border-radius: 30px;
  overflow: hidden;
}

.spot_sugar_item {
  color: #fff;
}

.spot_photo_item {
  justify-content: center;
  align-items: baseline;
}

.spot_area {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  margin-top: 7px;
}

.spot_photo_tit {
  margin-top: 10px;
  font-size: 16px;
}

.spot_photo_txt {
  font-size: 14px;

}

.spotItemTxt {
  color: #fff;
  line-height: 2.2;
}

.spot_photo_item .colWrap.clm_1_2col {
  justify-content: center;
}

.spot_photo_item .colWrap.clm_1_2col .col,
.spot_photo_item .clm_1_3col.colWrap .col {
  width: calc((100% - 60px) / 3);
}

.spot_photo_item .clm_1_2col.colWrap .col:nth-of-type(n+3) {
  margin-top: 0;
  margin-left: 30px;
}

.spot_photo_itemBox_img {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width:960px) {
  .spotArea .contentsUnit {
    padding: 50px 20px;
  }

  .c-icon.spotIcon {
    width: 50px;
  }

  .spotBox {
    position: relative;
    padding: 20px;
    display: flex;
    border-radius: 10px 10px 0 0;
  }

  .spotItemBox .colWrap.clm_1_2col {
    flex-direction: column;
  }

  .spotItemBox .colWrap.clm_1_2col .col:nth-child(1) {
    width: 100%;
  }

  .spotItemTit {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  .spotItemBox .colWrap.clm_1_2col .col:nth-child(2) {
    width: 100%;
  }

  .spotItemTxt {
    color: #fff;
    line-height: 1.8;
    font-size: 14px;
  }

  .spotPhotoBox {
    padding: 20px;
  }

  .spot_photo_item .colWrap.clm_1_2col {
    flex-direction: column;
  }

  .spot_photo_item .colWrap.clm_1_2col .col, .spot_photo_item .clm_1_3col.colWrap .col {
    width: auto;
  }

  .spot_photo_item .clm_1_2col.colWrap .col:nth-of-type(n+2),
  .spot_photo_item .clm_1_3col.colWrap .col:nth-of-type(n+2) {
    margin-top: 25px;
  }

  .spot_photo_itemBox_img {
    border-radius: 10px;
  }

  .spot_area {
    font-size: 14px;
  }

  .spotBlock {
    border-radius: 10px;
    padding-top: 20px;
  }

  .spotItemBox .clm_1_2col.colWrap .col:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

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

infoArea

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

.infoArea .contentsUnit {
  padding: 55px 0 120px;
}

.c-icon.infoIcon {
  width: 140px;
}

.infoBnr {
  box-shadow: 0 0px 8px rgb(0 0 0 / 10%);
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width:960px) {
  .infoArea .contentsUnit {
    padding: 50px 20px;
  }

  .c-icon.infoIcon {
    width: 120px;
  }

  .infoBnr {
    margin-top: 10px;
    border-radius: 10px;
  }
}

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

dis_couponArea

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

.dis_couponArea {
  background: #feeeef;
}

.dis_couponArea .contentsUnit {
  padding: 55px 0 120px;
}

.c-icon.couponIcon {
  width: 85px;
}

.dis_couponArea .c-Tit {
  margin-bottom: 30px;
}

.dis_couponListBox {
  border: 3px solid #cc0000;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.txtList>li+li {
  margin-top: 0.8em;
}

@media screen and (max-width:960px) {
  .dis_couponArea .contentsUnit {
    padding: 50px 20px;
  }

  .c-icon.couponIcon {
    width: 75px;
  }

  .dis_couponListBox {
    border-radius: 10px;
    padding: 20px 10px 20px 5px;
    font-size: 14px;
  }

  .txtList>li+li {
    margin-top: 0.5em;
  }
}


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

moduleArea

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

.moduleArea .contentsUnit {
  padding: 100px 0 0;
}

.moduleTit {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  letter-spacing: .05em;
}

@media (min-width: 740px) {
  .contentsInr .ticketModule_unit {
    margin: 40px auto 0;
    width: 950px;
  }
}

@media screen and (max-width:960px) {
  .moduleArea .contentsUnit {
    padding: 50px 0 0;
  }

  .contentsInr .ticketModule_unit {
    margin: 20px 10px 0;
  }
}


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

add 240614

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

.ctm_contentsFull.wrap01 {
  background-color: #feeeef;
}

.ctm_pageTtl.hc02.coupon__block--ttl .ttlLv3 .heading span {
  font-size: 150%;
  color: #D64330;
}

.ctm_pageTtl.hc03 {
  color: #ffffff;
  background-color: #666;
}

.hc03_txt01 {
  font-size: 120%;
}

.hc03_txt02 {
  font-size: 60%;
  display: block;
}

.coupon__block--r {
  border-left: 1px solid #ccc;
  padding-left: 30px;
  padding-bottom: 10px;
}

.coupon__block--ttl .ttlLv3 {
  margin-top: 0;
  margin-bottom: 0;
}

.couponArea_detail .colWrap.clm_1_2col {
  align-items: center;
}

.couponArea_detail .colWrap.clm_1_2col .col:nth-child(1) {
  width: 54%;
}

.couponArea_detail .colWrap.clm_1_2col .col:nth-child(2) {
  width: 42%;
}



@media screen and (max-width:960px) {
  .coupon__block--r {
    padding-left: 0px;
    padding-bottom: 0px;
    border-left: none;
  }
  .couponArea_detail .colWrap.clm_1_2col .col:nth-child(1) {
    width: 100%;
  }
  
  .couponArea_detail .colWrap.clm_1_2col .col:nth-child(2) {
    width: 100%;
  }
}