@charset "UTF-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

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

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.lineheight2 {
  line-height: 2;
}

.txt--w {
  color: #fff;
}

.txt--br {
  color: #b68010;
}

.txt--bl {
  color: #007789;
}

.txt--red {
  color: #B40B00;
}

.txt--gn {
  color: #14A73C;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 740px) {
  .pc-txtCenter p {
    text-align: center !important;
  }
}

.contentsInr {
  width: auto;
  padding: 0px;
  margin: 0 auto;
}
.contentsInr .contentsUnit {
  padding: 0 10px;
}

@media (min-width: 740px) {
  .contentsInr .contentsUnit {
    width: 960px;
    padding: 0px;
    margin: 0 auto;
  }
}
.clm_1_3col.colWrap .col:nth-of-type(n+2) {
  margin-top: 0px !important;
}

.mv_ttl_font {
  font-weight: bold;
}

.mv_sub_txt {
  text-align: center;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background-image: linear-gradient(90deg, rgb(56, 160, 218), rgb(192, 226, 245) 90%, rgb(240, 249, 254));
  color: #ffffff;
  padding-top: 20px;
}
.mv_sub_txt p {
  width: 90%;
  margin: 0 auto;
  font-size: 2.4rem;
}

.mv_txt {
  text-align: center;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background-image: linear-gradient(90deg, rgb(56, 160, 218), rgb(192, 226, 245) 90%, rgb(240, 249, 254));
  color: #ffffff;
}
.mv_txt .ttlLv2 {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.mv_txt h3 {
  margin-top: 0;
  font-size: 3.6rem !important;
  font-weight: 0;
  letter-spacing: 2px;
}
.mv_txt h3 span {
  font-size: 5rem;
}

.caution_txt {
  text-align: center;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background-image: linear-gradient(90deg, rgb(56, 160, 218), rgb(192, 226, 245) 90%, rgb(240, 249, 254));
  color: #ffffff;
  padding-bottom: 20px;
}
.caution_txt p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
}

.sec {
  padding-bottom: 50px;
}

.sec_bg_pg {
  background: #BADBF3;
}

/* @media (min-width: 740px){
  .inner {
  padding: 0px;
  }
} */
.ttlLv1:after {
  background-color: #006ECF;
}

.ttlLv2 .heading {
  border-left: 5px solid #006ECF;
}

.mgb30 {
  margin-bottom: 30px;
}

/* sec02 */
.contents_ttl .ttlLv2 {
  background-color: #00A4E2;
  text-align: center;
  border: none;
  padding: 10px;
  font-size: 3.1rem;
  color: #fff;
  margin-top: 80px;
}
.contents_ttl .ttlLv2 h3 {
  border-left: 0;
  padding-bottom: 10px;
}

.contents_txt {
  margin-bottom: 20px;
}

.sec02_list .txtList {
  margin-bottom: 80px;
}
.sec02_list .txtList li {
  margin-left: -25px;
  margin-bottom: 40px;
  font-size: 1.35rem !important;
}
.sec02_list .txtList li span:first-child {
  width: 5em;
  display: block;
  margin-right: 20px;
  margin-bottom: 0;
  min-width: 5em;
  background: #006ECF;
  text-align: center;
  padding: 2px 10px;
  color: #fff;
  margin-bottom: 10px;
}

@media (min-width: 740px) {
  .sec02_list .txtList li {
    margin-left: -10px;
  }
}
@media (min-width: 740px) {
  .sec02_list .txtList li span:first-child {
    display: inline-block;
    margin-bottom: 0px;
  }
}
.txtList > li:before {
  content: none;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 85.25%;
  padding-top: 101.25%;
  z-index: 1;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* sec03 */
.sec03 .ttlLv3 {
  margin-top: 0px;
}

@media (min-width: 740px) {
  .sec03 .ttlLv3 {
    margin-top: -40px;
  }
}
/* sec04 */
.pdb80 {
  padding-bottom: 80px;
}

.sec_list .colWrap .col .aem-Grid {
  height: 100%;
}
.sec_list .colWrap .col .aem-Grid .responsivegrid {
  height: 100%;
}
.sec_list .sec_list_box {
  background: #fff;
  padding: 15px;
  border: 1px solid #CBCBCB;
  margin-top: 20px;
}
.sec_list .sec_list_box .ttlLv3 {
  padding-top: 10px;
}

@media (min-width: 740px) {
  /* .sec_list .colWrap .col .aem-Grid .responsivegrid {
    height: auto;
  } */
}
.mgt {
  margin-top: 23px;
}

.bold_txt p {
  font-weight: bold;
}

@media (min-width: 740px) {
  .clm_1_3col.colWrap .col {
    width: calc((100% - 50px) / 3);
  }
}
.rink_btn {
  text-align: end;
}

/* sec05 */
.sec05_list .sec05_list_box {
  padding: 15px;
  border: 1px solid #CBCBCB;
  margin-top: 20px;
}
.sec05_list .sec05_list_box .ttlLv3 {
  padding-top: 10px;
}

/* sec06 */
.caution_box {
  padding: 20px;
  border: 1px solid #CBCBCB;
}

.sec04_list .sec04_list_box {
  margin-top: 20px;
}

/*終了対応*/
.entryEnd {
  padding: 20px;
  border: 2px solid #cc0000;
}

/*241112*/
.sec02_list .txtList li span {
  height: fit-content;
}

@media screen and (min-width: 740px) {
  .sec02_list .txtList li {
    display: flex;
  }
}
.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.pageTtl {
  margin-bottom: 0 !important;
}

/* 250818更新 */
.schedule {
  position: relative;
}
@media screen and (min-width: 740px) {
  .schedule::before {
    content: "";
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/furusato/higashikawa/img_sites/250818/img_schedule.png) no-repeat;
    background-size: contain;
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 740px) {
  .schedule .colWrap {
    justify-content: flex-end;
  }
}
.schedule .colWrap .col {
  border: 1px solid #ddd;
  padding: 5px;
  margin-left: 0;
}
@media screen and (min-width: 740px) {
  .schedule .colWrap .col {
    width: 30%;
  }
}
.schedule .schedule__day {
  background: #006ECF;
  color: #fff;
  padding: 4px;
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .schedule .schedule__day {
    font-size: 1.6rem;
  }
}
.schedule .schedule__box {
  font-size: 1.4rem;
}
.schedule .schedule__box .schedule__box--airplain p {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.schedule .schedule__box .schedule__box--airplain img {
  width: 40px;
}
.schedule .schedule__box .car-time {
  background: #e6f7fd;
  padding: 7px 0 5px;
}
.schedule .schedule__box .car-time p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule .schedule__box .car-time img {
  width: 30px;
}
.schedule .schedule__box .lunch p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.schedule .schedule__box .lunch p img {
  width: 40px;
}
.schedule .schedule__box .schedule__box--flex {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.2rem;
}
.schedule .schedule__box .schedule__box--flex > div:first-of-type {
  width: 52%;
}
.schedule .schedule__box .schedule__box--flex > div:last-of-type {
  width: 48%;
}
.schedule .schedule__box .schedule__box--flex.row > div:first-of-type {
  width: 48%;
}
.schedule .schedule__box .schedule__box--flex.row > div:last-of-type {
  width: 52%;
}

.spot__flex .colWrap .col {
  background: #fff;
  padding: 15px;
  border: 1px solid #CBCBCB;
}
@media screen and (min-width: 740px) {
  .spot__flex.flex-01 .colWrap .col:first-of-type {
    width: calc(66.6666666667% - 10px);
  }
}
@media screen and (min-width: 740px) {
  .spot__flex.flex-01 .colWrap .col:last-of-type {
    width: calc(33.3333333333% - 15px);
    margin-left: 25px;
  }
}
.spot__flex.flex-01 .col-02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 740px) {
  .spot__flex.flex-01 .col-02 {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.spot__flex.flex-01 .col-02 > div {
  width: 100%;
}
@media screen and (min-width: 740px) {
  .spot__flex.flex-01 .col-02 > div {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 740px) {
  .spot__flex.flex-01 .col-02 > div:last-of-type {
    margin-left: 20px;
  }
}
.spot__flex.flex-02 .colWrap {
  row-gap: 20px;
}

.sec_list .colWrap {
  row-gap: 20px;
}