@charset "UTF-8";

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

common

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

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

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


div[class*="pic"] img {
  vertical-align: top;
}


.c-courseSec {
  position: relative;
  z-index: 0;
}
.c-courseSec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 18px;
  background: url("/jp/ja/domtour/jaldp/oka/asobimanabu/img_sites/bg_mountain.png") repeat-x center/contain;
  z-index: 0;
}
.c-courseSec::after {
  content: '';
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vw; */
  height: 100%;
  z-index: -1;
}


.c-innerWrap {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 20px;
}

.c-courseSec .c-innerWrap {
  padding: 100px 0;
}

@media screen and (max-width: 960px) {
  .c-innerWrap {
    width: 100%;
    padding: 40px 10px 0;
  }

  .c-courseSec .c-innerWrap {
    padding: 60px 20px;
  }
}


.c-secTit {
  text-align: center;
  margin: auto;
}

.c-txt {
}


.c-btnWrap {
  text-align: center;
}

.c-btnWrap .c-linkBtn a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c90000;
  padding: 15px 30px;
  min-width: 335px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #c90000;
}

@media screen and (max-width: 960px) {
  .c-btnWrap .c-linkBtn a {
    padding: 10px 20px;
    min-width: auto;
    width: 100%;
    line-height: 2;
  }
}


/* ------------------------------------------------------------------------------------------
compo none
------------------------------------------------------------------------------------------ */

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

.ctm_contentsFull {
  width: 100vw !important;
  margin-left: calc((-100vw + 100%) / 2);
  padding: 0 0 60px 0 !important;
  background: none !important;
}

@media screen and (max-width: 960px) {
  .fs18 {
    font-size: 1.6rem !important;
  }
}

/* ------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------ */


.ctm_contentsFull.full01 { 
  background-color: #fff;
  padding: 20px 0;
}

.ctm_contentsFull.full02 { 
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/bg.jpg") no-repeat;
  background-position: top;
  background-size: cover;
  padding: 100px 0;
}

.contentsUnit {
  width: 960px !important;
  margin: auto;
}

@media screen and (max-width: 960px) {
    .contentsUnit {
        width: 335px !important;
      }
}

.settei {
  font-size: 24px;
  color: #e13932;
  letter-spacing: .1em;
}

.box_typeA {
  border: 1px solid #cc0000;
  padding: 20px;
}

.ctm_bdrColumn .colWrap .col {
    border: none !important;
    padding: 0 !important;
}

@media screen and (max-width: 960px) {
  .ctm_contentsFull.full01 {
    background-color: #fff;
    padding: 10px 0;
  }

  .ctm_contentsFull.full02 {
      padding: 60px 20px;
  }

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

  .settei {
      font-size: 16px;
  }

  .box_typeA {
    border: 1px solid #cc0000;
    padding: 20px 15px 20px 10px;
    font-size: 13px;
  }
}

/* ------------------------------------------------------------------------------------------
パーツリスト
------------------------------------------------------------------------------------------ */
.-mgt10 {
    margin-top: 10px !important;
}

.-mgt15 {
    margin-top: 15px !important;
}

.-mgt20 {
    margin-top: 20px !important;
}

.-mgt25 {
    margin-top: 25px !important;
}

.-mgt30 {
    margin-top: 30px !important;
}

.-mgt35 {
    margin-top: 35px !important;
}

.-mgt40 {
    margin-top: 40px !important;
}

.-mgt45 {
    margin-top: 45px !important;
}

.-mgt50 {
    margin-top: 50px !important;
}

.-mgt55 {
    margin-top: 55px !important;
}

.-mgt60 {
    margin-top: 60px !important;
}

.-mgb10 {
    margin-bottom: 10px !important;
}

.-mgb15 {
    margin-bottom: 15px !important;
}

.-mgb20 {
    margin-bottom: 20px !important;
}

.-mgb25 {
    margin-bottom: 25px !important;
}

.-mgb30 {
    margin-bottom: 30px !important;
}

.-mgb35 {
    margin-bottom: 35px !important;
}

.-mgb40 {
    margin-bottom: 40px !important;
}

.-mgb45 {
    margin-bottom: 45px !important;
}

.-mgb50 {
    margin-bottom: 50px !important;
}

.-mgb55 {
    margin-bottom: 55px !important;
}

.-mgb60 {
    margin-bottom: 60px !important;
}

.-bgBlue {
    background-color: #1f5c99 !important;
}

.-bgBeige {
    background-color: #f0e5cf !important;
}

.-bgWhite {
    background-color: #ffffff !important;
}

.-bgRed {
    background-color: #cc0000 !important;
}

.-colBlue {
    color: #1f5c99 !important;
}

.-colRed {
    color: #cc0000 !important;
}

.-colWhite {
    color: #ffffff !important;
}

.-center {
    text-align: center;
}

.l-flex {
    display: flex !important;
}

.boxContent {
    padding: 65px 40px 40px !important;
    position: relative;
    border: 1px solid #c6c6c6;
}

.boxContent .title {
    width: auto !important;
    display: inline-block;
    position: absolute;
    padding: 10px 28px;
    background-color: #ffffff;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #1f5c99;
    overflow: hidden;
    border-radius: 26px;
}

.boxContent .subTitle {
    display: inline-block;
}

.subTitle .ttlLv2 {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    display: inline-block;
}

.subTitle .ttlLv2 .heading {
    border: 0 !important;
    padding-left: 0 !important;
    font-size: 28px !important;
    white-space: nowrap;
}

.facility_name {
    font-size : 20px;
    font-weight: 700;
    line-height : 35px;
}

.business_hours,
.business_access {
    font-size: 14px;
    line-height: 24p;
}

.business_reservation {
    font-size: 16px !important;
}

.business_hours > .aem-GridColumn:first-of-type,
.business_access>.aem-GridColumn:first-of-type,
.business_reservation>.aem-GridColumn:first-of-type {
    width: auto !important;
    white-space: nowrap !important;
    margin-right: 15px;
}

.annotation {
    position: relative;
    font-size : 12px;
    line-height : 20px;
    text-indent: -1em;
    padding-left: 1em;
}

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

.second-contents {
    margin-top: 90px !important;
}

.section01 h2.heading,
.section02 h2.heading,
.section03 h2.heading,
.section04 h2.heading,
.section05 h2.heading  {
    font-size : 38px !important;
    letter-spacing : 3.8px;
    position: relative;
    margin-bottom: 20px !important;
}

@media screen and (max-width: 960px) {
    .section01 h2.heading,
    .section02 h2.heading,
    .section03 h2.heading,
    .section04 h2.heading,
    .section05 h2.heading {
        font-size : 24px !important;
        line-height : 36px !important;
        letter-spacing : 2.4px !important;
        position: relative;
    }

    .l-flex {
        flex-direction: column;
    }

    .subTitle .ttlLv2 .heading {
        font-size: 20px !important;
        line-height: normal !important;
    }

    .boxContent .title {
        width: auto !important;
        display: inline-block;
        position: absolute;
        padding: 10px 28px;
        background-color: #ffffff;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #1f5c99;
        overflow: hidden;
        border-radius: 26px;
    }

    .boxContent {
        padding: 65px 20px 40px !important;
    }

    .business_hours > .aem-GridColumn:first-of-type,
.business_access>.aem-GridColumn:first-of-type,
.business_reservation>.aem-GridColumn:first-of-type {
    margin-right: 0px;
    margin-bottom: 10px;
}
}
/* ------------------------------------------------------------------------------------------
section01
------------------------------------------------------------------------------------------ */

.section01 {
    font-size: 20px !important;
    line-height : 35px;
}

.section01 h2::before,
.section01 h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 64px;
    top: 50%;
    background-repeat: no-repeat;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/steam_icon03.svg);
}

.section01 h2::before {
    left: -70px;
    transform: translateY(-50%);
}

.section01 h2::after {
    right: -70px;
    transform: translateY(-50%) scaleX(-1);
}

.section01 .finland {
    position: relative;
}

.section01 .finland::before,
.section01 .finland::after {
    content: "";
    position: absolute;
    top: 0;
    width: 300px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.section01 .finland::before {
    left: -100px;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/pic_finland_trolley.png);
}

.section01 .finland::after {
    right: -100px;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/pic_finland_zakka.png);
}


.section01 .sauna {
    font-size: 24px !important;
}

@media screen and (max-width: 960px) {
    .section01 {
        font-size: 18px !important;
        line-height : 30px;
    }

    .section01 h2::before,
    .section01 h2::after {
        width: 44px;
        height: 40px;
        top: 55%;
    }

    .section01 h2::before {
        left: 40px;
    }

    .section01 h2::after {
        right: 40px;
    }

    .section01 .finland::before,
    .section01 .finland::after {
        content: none;
    }
}

/* ------------------------------------------------------------------------------------------
section02
------------------------------------------------------------------------------------------ */
.section02 {
    font-size : 20px !important;
    line-height : 35px !important;
    font-weight: 700;
    background: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/bg_sauna.jpg) !important;
    background-position: center;
    background-size: cover;
    position: relative;
}
.section02 h2::before,
.section02 h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 64px;
    top: 50%;
    background-repeat: no-repeat;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/steam_icon01.svg);
}

.section02 h2::before {
    left: -70px;
    transform: translateY(-50%);
}

.section02 h2::after {
    right: -70px;
    transform: translateY(-50%) scaleX(-1);
}

.section02 .txtList {
    border-bottom: 1px solid #cc0000;
    padding: 30px 0;
    padding-left: 45px;
    position: relative;
}

.section02 .txtList::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/point_icon.svg);
}

.section02 .caption {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size : 12px !important;
    letter-spacing : 1.2px !important;
    font-weight: 500 !important;
}

@media screen and (max-width: 960px) {
    .section02 {
        font-size : 18px !important;
        line-height : 30px !important;
        background: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/bg_sauna_sp.jpg) !important;
        background-position: center;
        background-size: cover;
    }

    .section02 h2 {
        margin-bottom: 0 !important;
    }

    .section02 h2::before,
    .section02 h2::after {
        width: 44px;
        height: 40px;
        top: 65%;
    }

    .section02 h2::before {
        left: 10px;
    }

    .section02 h2::after {
        right: 10px;
    }
    
    .section02 .txtList {
        padding: 20px 0;
        padding-left: 45px;
    }
}

/* ------------------------------------------------------------------------------------------
section03
------------------------------------------------------------------------------------------ */

.section03 {
    padding: 90px 0 60px 0 !important;
}
/* ------------------------------------------------------------------------------------------
section04
------------------------------------------------------------------------------------------ */
.section04 .ctm_pageTtl h2::before,
.section04 .ctm_pageTtl h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 64px;
    top: 50%;
    background-repeat: no-repeat;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/steam_icon01.svg);
}

.section04 .ctm_pageTtl h2::before {
    left: -70px;
    transform: translateY(-50%);
}

.section04 .ctm_pageTtl h2::after {
    right: -70px;
    transform: translateY(-50%) scaleX(-1);
}

.section04 .day {
    font-size : 20px !important ;
}

.section04 .schedule-inner {
    border: 1px solid #c6c6c6;
    padding: 45px 40px 40px 40px;
}

.section04 .borderRed {
    border: 1px solid #cc0000;
    padding: 20px 15px;
}

.section04 .borderBlue {
    border: 1px solid #1f5c99;
    padding: 20px 15px;
    background-color: #e4ecf5;
}

.section04 .trip-days {
    font-size: 20px !important;
    position: relative;
    display: inline-block !important;
}

.section04 .trip-days::before {
    content: '/';
    position: absolute;
    transform: scaleX(-1);
    top: 0;
    left: -20px;
    color: #cc0000;
}

.section04 .trip-days::after {
    content: '/';
    position: absolute;
    top: 0;
    right: -12px;
    color: #cc0000;
}

.section04 .content-sauna__first {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #cbcbcb;
}
.section04 .content-sauna__second {
    padding-top: 30px !important;
}

#optionalplan::before {
    content: "";
    display: block;
    height: 40px; /* 20pxのスペースを追加 */
    margin-top: -40px; /* 元の位置を調整 */
  }

.section04 .plan span {
    font-weight: 700 !important;
}

@media screen and (max-width: 960px) {
    .section04 .ctm_pageTtl h2::before,
    .section04 .ctm_pageTtl h2::after {
        width: 44px;
        height: 40px;
        top: 75%;
    }

    .section04 .ctm_pageTtl h2::before {
        left: 20px;
    }

    .section04 .ctm_pageTtl h2::after {
        right: 20px;
    }

    .section04 .schedule-inner {
        padding: 40px 20px !important;
    }
}


/* ------------------------------------------------------------------------------------------
section05
------------------------------------------------------------------------------------------ */
.section05 h2::before,
.section05 h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 64px;
    top: 50%;
    background-repeat: no-repeat;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/steam_icon01.svg);
}

.section05 h2::before {
    left: -70px;
    transform: translateY(-50%);
}

.section05 h2::after {
    right: -70px;
    transform: translateY(-50%) scaleX(-1);
}

.section05 .schedule-inner {
    border: 1px solid #c6c6c6;
    padding: 45px 40px 40px 40px;
}

.section05 .ctm_bdrColumn .colWrap .col {
    background-color: #ffffff !important;
}

.section05 .ttlLv3 {
    margin-bottom: 0 !important;
}

.section05 .ttlLv3 .heading {
    border-left: 0 !important;
    font-size : 20px !important;
}

.section05 .hotelName .ttlLv3 {
    padding-top: 15px !important;
}

.section05 .hotel_list {
    padding: 30px 40px !important;
}

.section05 .hotel_list .hotel_list_title {
    font-size : 20px !important;
    font-weight: 700;
}

.section05 .hotel_list .colWrap {
    font-size : 14px !important;
}

.section05 .ctm_bdrColumn .colWrap .col {
    padding: 10px !important;
}

@media screen and (max-width: 960px) {
    .section05 h2::before,
    .section05 h2::after {
        width: 44px;
        height: 40px;
        top: 50%;
    }

    .section05 h2::before {
        left: 35px;
    }

    .section05 h2::after {
        right: 35px;
    }
}



.domestic h2::before,
.domestic h2::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 64px;
    top: 50%;
    background-repeat: no-repeat;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/intltour/eur/satabi_fin/img_sites/steam_icon01.svg);
}

.domestic h2::before {
    left: 220px;
    transform: translateY(-50%);
}

.domestic h2::after {
    right: 220px;
    transform: translateY(-50%) scaleX(-1);
}

@media screen and (max-width: 960px) {
    .domestic h2::before,
    .domestic h2::after {
        width: 44px;
        height: 40px;
        top: 50%;
    }

    .domestic h2::before {
        left: 50px;
    }

    .domestic h2::after {
        right: 50px;
    }
}
.summer-title {
    text-align: center;
    font-size: 23px;
    margin: 60px 0 30px;
    font-weight: 600;
    color: #1f5c99;
}