@charset "utf-8";
/* ===============================================
 共通
=============================================== */

html {
    font-size: 62.5%;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    color: #000;
    position: relative;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

div:after {
    content: none;
}

@media screen and (min-width: 1025px) {
    .sp {
        display: none;
    }
    .inner {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 1.2rem;
    }
    .pc {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}


/* hatsu----------- */

@media screen and (max-width: 1024px) {
    #hatsuLogo {
        width: 40%;
        margin-bottom: 1%;
    }
}


/* close----------*/

.closeBox h3 {
    color: #c9000f;
    font-weight: bold;
    font-size: 125%;
    line-height: 1.4;
}

.closeBox {
    text-align: center;
    margin: 5% 0;
}


/* ===============================================
 header
=============================================== */

@media screen and (min-width: 1025px) {
    #t-header,
    footer#all-footer {
        display: none;
    }
    #header #header_Left #logo {
        width: 98px;
    }
}

@media screen and (max-width: 1024px) {
    header#header,
    footer#footer {
        display: none;
    }
}


/* ===============================================
breadcrumbArea（パンくず）　
=============================================== */

@media screen and (min-width: 768px) {
    .breadcrumb {
        padding: 5px;
        /*margin-bottom: 10px;*/
    }
    .breadcrumb ul.breadlist {
        width: 992px;
        margin: auto;
        font-size: 0;
    }
    .breadcrumb ul.breadlist li {
        font-size: 12px;
        display: inline-block;
    }
    .breadcrumb ul.breadlist li a {
        text-decoration: underline;
    }
    .breadcrumb ul.breadlist li+li:before {
        content: "＞";
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 1.2vw 0.5vw;
        margin-bottom: 0;
    }
    .breadcrumb ul.breadlist {
        width: 100%;
        margin: auto;
        font-size: 0;
        white-space: nowrap;
        overflow: auto;
    }
    .breadcrumb ul.breadlist li {
        font-size: 1.2rem;
        display: inline-block;
    }
    .breadcrumb ul.breadlist li a {
        text-decoration: underline;
    }
    .breadcrumb ul.breadlist li+li:before {
        content: "＞";
        margin: 0 0.3vw;
    }
}


/* ===============================================
 main
=============================================== */

main {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
}

main .sp {
    display: none;
}

main .bold {
    font-weight: bold;
}

main .red {
    color: #C9000F;
}

@media screen and (min-width: 1025px) {
    main .inner {
        width: 992px;
    }
}

@media screen and (max-width: 1024px)and (min-width: 767px) {
    main .pc {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    main {
        font-size: 1.4rem;
        color: #333;
    }
    main .pc {
        display: none;
    }
    main .sp {
        display: inline-block;
    }
}


/*  btn
-------------------------------------------------*/


/*  MainVisual
-------------------------------------------------*/

#mv {
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding: 3rem 0 2rem 0;
}

@media screen and (min-width: 768px) {
    #mv {
        background-image: url(../img/coupon_mv_pc.jpg);
        background-size: cover;
        background-position-x: center;
    }
}

@media screen and (max-width: 767px) {
    #mv {
        background-image: url(../img/coupon_mv_sp.jpg);
        background-size: cover;
        background-position-x: center;
    }
}

#mv .toptxt {
    font-size: 110%;
    font-weight: bold;
    border: solid 1px #fff;
    width: 14%;
    padding: 8px 0;
    margin: 1% auto 1.6%;
    line-height: 1.3em;
}

#mv .subtxt {
    font-size: 4.5rem;
    font-weight: bold;
    margin: 1rem 0 0.5rem;
    line-height: 1.2em;
}

#mv .subTitle {
    font-size: 4.5rem;
    font-weight: bold;
    border: solid 6px #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem;
    margin: -2.5rem 1rem 2rem;
}

#mv .subtxt .icon {
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 1.0rem;
    margin: 0 2rem .6rem 0;
	font-size: 3.5rem;
}

#mv h2 {
    font-size: 6rem;
    font-weight: bold;
}

#mv h2 .vertical {
    font-size: 40%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 3rem;
    display: inline-block;
    margin: 0 .5rem -2.8rem;
}

#mv h2 .small {
    font-size: 50%;
}

#mv h2 .txt01 {
    font-size: 150%;
}

#mv h2 .txt02 {
    font-size: 150%;
}

#mv h2 .txt03 {
    font-size: 70%;
}

#mv .date {
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

#mv .date span {
    display: inline-block;
    vertical-align: middle;
    font-size: 160%;
    margin-right: .5rem;
}

#mv .date small {
    display: inline-block;
    vertical-align: middle;
    font-size: 70%;
    padding: 0 .5rem .2em .5rem;
}

#mv #countdown {
    margin-bottom: 3.5rem;
}

#mv #countdown>div {
    margin-bottom: -3rem;
}

#mv .timer {
    font-size: 2.5rem;
    background-color: #fff;
    display: inline-block;
    color: #333;
    padding: 1rem 3rem .8rem;
    margin: 1rem 0 2rem 0;
}

#mv .timer .end {
    padding: 0 3rem;
}

#mv #TimeLeft span {
    color: #c9000f;
    padding-left: .8rem;
}

#mv .innerEnd {
    background: #fff;
    color: #333;
    border-radius: 5px;
    margin: 1rem 0;
    padding: 2rem 0 1.5rem 0;
}

#mv .innerEnd .endTtl {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

#couponArea {
    margin-top: 6rem;
}

#mv .text_shadow {
    text-shadow: 0px 0px 10px #000;
}

@media screen and (min-width: 768px) {
    /* firefox */
    @-moz-document url-prefix() {
        #mv h2 .vertical {
            margin: -0.6em .5rem -2em;
            vertical-align: text-top;
        }
    }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
    #mv h2 {
        font-size: 6vw;
    }
    #mv .subtxt {
        font-size: 4.5vw;
    }
    #mv .date {
        font-size: 2vw;
    }
    #mv .timer {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 767px) {
    #mv {
        padding: 1.2rem 0 0.7rem;
    }
    #mv .subtxt {
        font-size: 2.5rem;
    }
    #mv .toptxt {
        font-size: 100%;
        width: 35%;
        padding: 1.6% 0 .8%;
    }
    #mv .subTitle {
        font-size: 2rem;
        border: solid 3px #fff;
        display: inline-block;
        vertical-align: middle;
        padding: .4rem 1rem .2rem;
        margin: 0 1rem 1rem;
        font-weight: bold;
    }
    #mv .subtxt .icon {
        font-size: 60%;
        font-weight: normal;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        display: inline-block;
        vertical-align: middle;
        padding: .6rem 1rem;
        margin: 0 1rem .7rem;
    }
    #mv .subtxt .sp_sml {
        font-size: 2.2rem;
    }
    #mv .subtxt .sp_none {
        display: none;
    }
    #mv h2 {
        font-size: 4rem;
        line-height: 1.2;
    }
    #mv h2 .vertical {
        letter-spacing: 2.6rem;
    }
    #mv h2 .txt02 {
        margin-left: .8rem
    }
    #mv h2 .txt02 {
        font-size: 120%;
    }
    #mv .date {
        font-size: 1.3rem;
        margin: 1rem 0 0;
    }
    #mv .timer {
        font-size: 1.6rem;
        margin: 1rem 0 0;
    }
    #mv .innerEnd {
        margin-left: 2rem;
        margin-right: 2rem;
        padding: 1rem 2rem;
    }
    #mv .innerEnd .endTtl {
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 320px) {
    #mv h2 {
        font-size: 12vw;
    }
    #mv .subtxt {
        font-size: 6.5vw;
    }
    #mv .date {
        font-size: 4vw;
    }
    #mv .timer {
        font-size: 4.5vw;
    }
}


/*  targetArea
-------------------------------------------------*/

#targetArea p {
    font-weight: bold;
    text-align: center;
    background: #333;
    box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.3);
    color: #fff;
}

#targetArea dl {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    #targetArea p {
        font-size: 2.7rem;
        padding: 1.1rem 0;
    }
    #targetArea dl {
        font-size: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 3rem 0 4.7rem;
    }
    #targetArea dt {
        width: 20%;
        border: solid 1px #333;
        text-align: center;
        padding: 1.2rem 1rem 1rem;
        margin-right: 1.4rem;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    #targetArea dd {
        margin-right: 1.4rem;
    }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
    #targetArea dl {
        margin: 3rem 2rem 4.7rem;
    }
    #targetArea dt {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    #targetArea p {
        font-size: 1.5rem;
        padding: .5rem 1rem;
    }
    #targetArea dt {
        display: none;
    }
    #targetArea dd {
        text-align: center;
        margin: 2rem 4rem;
    }
}


/*  couponArea
-------------------------------------------------*/

.coupon-list {
    margin: 6rem auto;
}

.coupon-list>li {
    border: 5px solid #c9000f;
    margin: 0 auto 2.0rem;
    padding-bottom: 1.5rem;
    position: relative;
    background: #FFF;
}

.target {
    background: #c9000f;
    padding: 1.0rem;
    font-size: 2.7rem;
    font-weight: bold;
    color: #FFF;
    text-align: center
}

.coupon-price {
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 6rem;
    color: #c9000f;
    line-height: 1.0;
    padding-bottom: 1.0rem;
    margin: 2.0rem 1.0rem;
    border-bottom: 2px dotted #c9000f;
}

.coupon-price .txt01 {
    font-size: 150%
}

.coupon-price .txt02 {
    display: block;
    font-size: 30%
}

.coupon-price .small {
    font-size: 50%
}

.valid-date {
    text-align: center;
}

.copy {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #c9000f;
    margin-top: 10px;
    padding: 0 1.0rem
}

.copy-area {
    text-align: center
}

.copy-area input {
    border: 2px solid;
    padding: 1.0rem;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin: 1.0rem auto;
    display: block
}

.copy-area button {
    font-size: 1.6rem;
    text-align: center;
    border: none;
    border-radius: 10px;
    line-height: 48px;
    padding: 0 2.0rem
}

.button{
    max-width: 600px;
    font-size: 1.6rem
  }

/*  tourArea
-------------------------------------------------*/
.area_box {
    margin-bottom: 120px;
}

@media screen and (min-width: 768px) {
.overview{
  width: 992px;
  margin: 20px auto 50px;
}
.overview__title{
  font-size:28px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ff6600;
  padding-bottom: 10px;
}
.overview__title span{
  display: block;
	  font-size:20px;
}

.overview__day{
	background: #e5e9e9;
    margin: 30px 0;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
}
/*
.overview__day span{
	font-size:16px;
}
*/
.overview__txt{
  margin: 20px 40px;
  text-align: center;
  font-size: 16px;
}
.overview-discount-list{
  margin: 10px auto;
}
.overview-discount-list li{
  font-size:20px;
  font-weight: bold;
  text-align: center
}
.overview-discount-list li .price{
  color: #F01C1C;
}
.overview-notice{
  border: 1px dotted #333;
  padding: 15px;
}
.overview-notice__title{
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #ff6600;
  padding-bottom: 10px;
  margin: 50px auto 30px;
}
.overview-noticebox{
  padding: 10px;

}
.overview-noticebox dl{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.overview-noticebox dl:last-child{
  border-bottom: 1px solid #ccc
}
.overview-noticebox .notice-midashi{
  width: 6em;
  flex-shrink:0;
  padding: 10px;
  background: #f6f6f6;
  font-size: 16px;
}
.overview-noticebox .notice-detail{
  flex: 1;
  padding: 10px;
  font-size: 16px;
}
.heading {
    color: #0e7fb7;
    background: url(/kokunai/dst/hokkaido/hotel/hokkaido/images/bg_ttl_dst.png) no-repeat center center / 100%;
}

.heading::before,
.heading::after,
.heading-sub::before,
.heading-sub::after {
    content: "";
    display: inline-block;
    width: 47px;
    height: 47px;
    margin: 0 10px;
    vertical-align: middle;
}

.heading::before,
.heading::after {
    background: url(/kokunai/dst/hokkaido/hotel/hokkaido/images/ico_ttl_dst.png) no-repeat;
    background-size: contain;
}

.heading-sub::before,
.heading-sub::after {
    background: url(/kokunai/dst/hokkaido/hotel/hokkaido/images/ico_ttl_season.png) no-repeat;
    background-size: contain;
}

.heading::after,
.heading-sub::after {
    transform: scale(-1, 1);
}

.heading, .heading-sub {
    margin: 50px auto 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tour-card{
    margin-left: 1%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.tour-card li {
    box-shadow: 3px 4px 0px 0px rgb(0 0 0 / 23%);
}
.tour-card.tour-card__type4>li {
    width: calc(96% / 4);
    margin-right: 1%;
    background: #FFF;
    position: relative;
    margin-bottom: 20px;
}
.tour-card>li a {
    display: block;
}
.card-photo.card-photo__type4 {
    height: 180px;
}
.card-photo {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.card-photo>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    vertical-align: top;
}
.stay-area {
    display: block;
    width: 100%;
    padding: 6px 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #FFF;
    background: #062d91;
}

.tour-card.tour-card__type4>li .card-item {
    padding: 4px;
}
.tour-card li .icon {
    position: relative;
    margin: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2.0;
}
.tour-card.tour-card__type4>li .card-item .card-title {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    color: #1A0DAB;
}
.card-point {
    font-size: 13px;
    margin-top: 15px;
    padding-left: 1em;
    position: relative;
}
.card-point::before {
    content: "◆";
    position: absolute;
    top: 0px;
    left: 0px;
}
.card-price{
    text-align: right;
}
.card-price .air_tour_code {
    display: block;
    font-size: 18px;
    color: #C00;
    font-weight: bold;
}
.card-price .card-price__detail {
    display: block;
    color: #333;
    font-size: 11px;
    font-weight: normal;
}
.course-day-price {
    text-align: right;
    line-height: 1.1;
    margin-top: 7px;
    margin-bottom: 5px;
}
.course-day-price .pricetext {
    padding-bottom: 3px;
    margin-top: 5px;
    font-size: 0.8rem;
}
.course-price {
    display: inline-block;
    color: #CC0000;
    font-weight: 500;
    font-size: 2.3rem;
}
.course-price.small {
    font-size: 1.5rem;
    margin-top: 5px;
    font-weight: 200;
}
.course-day-price .coupon_after {
    background-color: #cc0000;
    padding: 3px;
    color: white;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 1.2rem;
}
.course-day-price .coupon_after:after {
    border: 10px solid transparent;
    border-top-color: #cc0000;
    border-bottom-width: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
}
}


@media screen and (max-width: 767px) {
.overview{
  margin: 0 auto 40px;
}
.overview__title{
  font-size: calc(36vw / 750 * 100);
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ff6600;
  padding-bottom: calc(20vw / 750 * 100);
}
.overview__title>span{
  display: block;
	  font-size: 90%;
}

.overview__day{
	background: #e5e9e9;
    margin: 5%;
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    font-size: calc(36vw / 750 * 100);
    font-weight: bold;
}
/*
.overview__day span{
	font-size:16px;
	font-size: 80%;
}
*/
.overview__txt{
  margin: calc(10vw / (750 / 100));
  text-align: center;
  font-size: calc(26vw / (750 / 100));
}
.overview-discount-list{
  margin: 10px auto;
}
.overview-discount-list li{
  font-size: calc(30vw / 750 * 100);
  font-weight: bold;
  text-align: center
}
.overview-discount-list li .price{
  color: #F01C1C;
}
.overview-notice{
  border: 1px dotted #333;
  padding: calc(20vw / (750 / 100));
}
.overview-notice__title{
  font-size: calc(30vw / 750 * 100);
  text-align: center;
  border-bottom: 1px solid #ff6600;
  padding-bottom: 10px;
  margin: calc(50vw / 750 * 100) auto calc(30vw / 750 * 100);
}
.overview-noticebox{
}
.overview-noticebox dl{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.overview-noticebox dl:last-child{
  border-bottom: 1px solid #ccc
}
.overview-noticebox .notice-midashi{
  width: 6em;
  flex-shrink:0;
  background: #f6f6f6;
  padding: calc(10vw / 750 * 100);;
  font-size: calc(26vw / 750 * 100);
}
.overview-noticebox .notice-detail{
  flex: 1;
  padding: calc(10vw / 750 * 100);;
  font-size: calc(26vw / 750 * 100);
}
.heading,
.heading-sub {
    margin: calc(100vw / (750 / 100)) auto calc(20vw / (750 / 100));
    text-align: center;
    font-size: calc(45vw / (750 / 100));
    font-weight: 900;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    position: relative;
    line-height: 7vw;
}

.heading {
    color: #0e7fb7;
    background: url(/kokunai/dst/hokkaido/hotel/hokkaido/images/bg_ttl_dst.png) no-repeat center center / 100%;
}

.heading-sub {
    color: #ce0845;
    background: url(/kokunai/dst/hokkaido/hotel/hokkaido/images/bg_ttl_season.png) no-repeat center center / 100%;
}

.heading::before,
.heading::after,
.heading-sub::before,
.heading-sub::after {
    content: "";
    width: calc(50vw / (750 / 100));
    height: calc(50vw / (750 / 100));
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.heading::before,
.heading::after {
    background: url(/kokunai/dst/hokkaido/hotel/hokkaido/images/ico_ttl_dst.png) no-repeat center center / contain;
}

.heading-sub::before,
.heading-sub::after {
    background: url(/kokunai/dst/hokkaido/hotel/hokkaido/images/ico_ttl_season.png) no-repeat center center / contain;
}

.heading::after,
.heading-sub::after {
    transform: scale(-1, 1);
}

.heading>span,
.heading-sub>span {
    font-size: calc(36vw / (750 / 100));
    color: #000;
    padding: 0 1vw;
}

.heading::before,
.heading-sub::before {
    left: calc(70vw / (750 / 100));
}

.heading::after,
.heading-sub::after {
    right: calc(70vw / (750 / 100));
}

.heading.no-title {
    display: none;
}
    .coupon-list {
        width: calc(100% - 4.8rem);
    }
    .target {
        background: #c9000f;
        padding: 1.0rem;
        font-size: 1.8rem;
        font-weight: bold;
        color: #FFF;
        text-align: center
    }
    .coupon-price {
        text-align: center;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        font-size: 3.2rem;
        color: #c9000f;
        line-height: 1.0;
        padding-bottom: 1.0rem;
        margin: 2.0rem 1.0rem;
        border-bottom: 2px dotted #c9000f;
    }
    .coupon-price .txt02 {
        display: block;
        font-size: 50%
    }
    .copy-area input {
        width: 80%;
        border: 2px solid;
        padding: 1.0rem;
        font-size: 130%;
        font-weight: bold;
        text-align: center;
        color: #333;
        margin: 1.0rem auto;
        display: block
    }
    .copy-area button {
        text-align: center;
        border: none;
        border-radius: 10px;
        line-height: 48px;
        padding: 0 2.0rem;
        background-color: #EFEFEF
    }
  
  .button{
    max-width: 80vw;
    font-size: 1.2rem
  }
  
  .innerbox {
    width: 94vw;
    margin: auto;
}
  
.tour-card{
	margin-bottom: 10%;
}

.tour-card li{
  box-shadow: 3px 4px 0px 0px rgb(0 0 0 / 23%);
}

.tour-card>li {
    background: #FFF;
    position: relative;
    margin-bottom: 10px;
}

.tour-card * {
    box-sizing: border-box;
}

.tour-card>li:after {
    content: "";
    border: 6px solid transparent;
    border-bottom: 6px solid #0366D6;
    border-right: 6px solid #0366D6;
    position: absolute;
    bottom: 0;
    right: 0;
}

.card-photo {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.card-product{
  display: flex;
  justify-content: space-between;
}
.card-photo.card-photo__type4{
  width: calc(260vw / (750 / 100));
  flex-shrink: 0;
  height: calc(200vw / (750 / 100));
}
    
.card-item{
  flex: 1;
  padding:  calc(10vw / (750 / 100))
}
.card-title{
  font-size: calc(28vw / (750 / 100))
}
.card-price,
.card-dap{
  text-align: right;
}
.tour-card li .icon{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 2.0
} 

.tour-card li .icon .no{
  display: none;
}

.icon span {
    line-height: normal;
}

.tour-card li .icon span::after{
  padding: 0 calc(5vw / (750 / 100));
  font-size: calc(24vw / (750 / 100));
  color: #FFF;
  text-align: center;
	display: block;
  margin-right: calc(5vw / (750 / 100))
}
.tour-card li.car .icon .car::after{
  content: "レンタカー付";
  background: #ce0845;

}
.tour-card li.jimoto .icon .jimoto::after{
  content: "地元割";
  background: #F50A0A;
}
.tour-card li.bf .icon .bf::after{
  content: "朝食付";
  background: #7258ad;
}

.tour-card li.lu .icon .lu::after{
  content: "昼食付";
  background:#168250;
}
.tour-card li.dn .icon .dn::after{
  content: "夕食付";
  background: #1784AB;
}
.tour-card li.onsen .icon .onsen::after{
  content: "温泉";
  background: #ce7a9c;
}
.tour-card li.con .icon .con::after{
  content: "コンドミニアム";
  background: #966636;
}
.tour-card li.cot .icon .cot::after{
  content: "コテージ";
  background: #966636;
}

.tour-card li.sin .icon .sin::after{
  content: "一人旅";
  background: #6a6a6a;
}

.tour-card li.long .icon .long::after{
  content: "連泊・長期滞在";
  background: #6a6a6a;
}
.tour-card li.nomi .icon .nomi::after{
  content: "飲み放題付";
  background: #be8349;
}

.stay-area {
    display: block;
    width: 100%;
    padding: calc(8vw / (750 / 100)) calc(5vw / (750 / 100)) calc(5vw / (750 / 100));
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: calc(24vw / (750 / 100));
    color: #FFF;
    background: #062d91;
}

.course-day-price{
	text-align: right;
	line-height: 1.1;
	margin-top:7px;
	padding:5px;
}

.course-day-price .pricetext{
	padding-bottom: 3px;
	margin-top: 5px;
	font-size:1.2rem
}


.course-day{
	font-size: 1.3rem;
    color: #333333;
    display: block;
    padding: 10px 0 10px 20px;
    /*margin-top: 5px;*/
}

.course-price{
	display: inline-block;
	color: #CC0000;
	font-weight: 500;
	font-size: 2.3rem;
}

.course-room{
	display: inline-block;
	color: #CC0000;
	font-size: 1.1rem;
}

.course-price span{
	font-size: 1.2rem;
}

.course-price.small{
	font-size: 1.4rem;
	/*margin-top: 5px;*/
	font-weight: 200;
}

.course-day-price .coupon_after{
	background-color: #cc0000;
	padding: 3px;
	color: white;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
}

.course-day-price .coupon_after:after {
    border: 10px solid transparent;
    border-top-color: #cc0000;
    border-bottom-width: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
}

.card-item {
    padding: 0.3em;
    /*border:1px solid #0366D6;*/
}

.card-icon {
    line-height: 1.3;
}

.card-title {
    margin-top: 5px;
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.2em;
    color: #1A0DAB;
}

.card-holdon {
    background: #c09e40;
    padding: 3px 3px 3px 6em;
    margin: 5px auto;
    color: #FFF;
    font-size: calc(22vw / (750 / 100));
    position: relative
}

.card-holdon::before {
    content: "催行決定日:";
    position: absolute;
    top: 3px;
    left: 3px;
}

.card-point {
    font-size: 2.8vw;
    margin-top: 5px;
    padding-left: 1.0em;
    position: relative;
}

.card-point:before {
    content: "◆";
    position: absolute;
    top: 0;
    left: 0;
}

.card-price .air_tour_code {
    display: block;
    font-size: 4.8vw;
    color: #C00;
    font-weight: bold;
}

.card-price .card-price__detail {
    display: block;
    color: #333;
    font-size: 2.8vw;
    font-weight: normal;
}

/*.card-price .card-price__detail:before {
    content: "（";
}

.card-price .card-price__detail:after {
    content: "）";
}
*/

/* .card-price:not(.no-goto)::before {
  content: "GoToトラベル表示価格より最大半額補助";
  background-color: #C00;
  font-size: calc(22vw / 750 * 100);
  color: #FFF;
  padding: 0.3em;
  display: inline-block;
  margin: 3px auto;
} */

.card-dap {
    color: #333;
    font-size: 2.8vw;
}

.card-dap:after {
    content: "出発";
}

.card-date {
    color: #333;
    font-size: 2.8vw;
}

.card-date:after {
    content: "出発";
}

.js-d-price__area {
    width: 94vw;
    margin: auto;
}

.d-price__note {
    margin: calc(20vw / (750 / 100)) auto;
    padding-left: 1.0em;
    font-size: calc(22vw / (750 / 100));
    position: relative
}

.d-price__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

}

@media screen and (max-width: 1024px)and (min-width: 768px) {
    #couponArea {
        margin: 0 2rem;
    }
}


/*  infoArea
-------------------------------------------------*/

.infoArea h3 {
    text-align: center;
}

.notice-list>li {
    padding-left: 1.0em;
    position: relative;
}

.redtxt {
    color: #c9000f;
}

.redtxt_b {
    color: #c9000f;
	font-weight: bold;
}

.icon_txt {
	background-color: #c9000f;
    color: #ffffff;
}

.notice-list>li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 768px) {
    .infoArea h3 {
        font-size: 3.2rem;
        margin: 6rem 0 2rem;
    }
    .infoArea h4 {
        font-size: 2rem;
        font-weight: bold;
    }
    .infoArea h4::before {
        display: inline-block;
        content: "";
        width: 0.5em;
        height: 1em;
        background: #333;
        vertical-align: middle;
        margin-right: 7px;
    }
    .infoArea .infotxt {
        line-height: 1.8em;
        margin-bottom: 1.6rem;
    }
    .infoArea .infotxt .info-list .donai-tag,
    .infoArea .infotxt .info-list .dom-tag,
    .infoArea .infotxt .info-list .ovs-tag,
    .infoArea .infotxt .info-list .domdonai-tag {
        position: relative;
        padding-left: 6em;
    }
	.infoArea .infotxt .info-list .donai-tag,
    .infoArea .infotxt .info-list .dom-tag,
    .infoArea .infotxt .info-list .domdonai-tag
     {
        margin-bottom: 5px
    }
    .infoArea .infotxt .info-list .donai-tag::before {
        content: "道内ホテル・宿:";
        font-weight: bold;
        /*position: absolute;*/
        top: 0;
        left: 0;
    }
        .infoArea .infotxt .info-list .dom-tag::before {
        content: "国内ツアー:";
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
    }
    .infoArea .infotxt .info-list .ovs-tag::before {
        content: "海外旅行:";
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
    }
    .infoArea .infotxt .info-list .domdonai-tag::before {
        content: "国内ツアー・道内ホテル・宿:";
        font-weight: bold;
        /*position: absolute;*/
        top: 0;
        left: 0;
    }
    .infoArea .infotxt .info-list .note-tag {
        position: relative;
        padding-left: 1.0em;
        font-size: 1.4rem
    }
    .infoArea .infotxt .info-list .note-tag::before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
    .infoArea {
        margin: 0 2rem;
    }
}

@media screen and (max-width: 767px) {
    .infoArea {
        margin: 2.2rem;
    }
    .infoArea h3 {
        font-size: 2.4rem;
        margin: 3rem 0 0;
    }
    .infoArea .infoBox {
        padding: 1.5rem 0;
    }
    .infoArea .infoBox:not(:last-child) {
        border-bottom: solid 1px #888888;
    }
    .infoArea .infoBox h4 {
        font-weight: bold;
    }
    .infoArea h4::before {
        display: inline-block;
        content: "";
        width: 0.5em;
        height: 1em;
        background: #333;
        vertical-align: middle;
        margin-right: 7px;
    }
    .infoArea .infoBox .infotxt {
        width: 100%;
    }
    .infoArea .infoBox .infotxt .donai-tag,
    .infoArea .infoBox .infotxt .dom-tag,
    .infoArea .infoBox .infotxt .ovs-tag 
    .infoArea .infoBox .infotxt .domdonai-tag{
        position: relative;
        padding-top: 1.5em;
        margin-bottom: 0.8rem
    }
    .infoArea .infoBox .infotxt .donai-tag::before {
        content: "道内ホテル・宿";
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
    }
    .infoArea .infoBox .infotxt .dom-tag::before {
        content: "国内旅行";
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
    }
    .infoArea .infoBox .infotxt .ovs-tag::before {
        content: "海外旅行";
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0;
    }
     .infoArea .infoBox .infotxt .domdonai-tag::before {
        content: "国内ツアー・道内ホテル・宿\A";
        white-space: pre;
        font-weight: bold;
        /*position: absolute;*/
        top: 0;
        left: 0;
    }
    .infoArea .infoBox .infotxt .note-tag {
        position: relative;
        padding-left: 1.0em;
    }
    .infoArea .infoBox .infotxt .note-tag::before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0;

    }
    .infoArea .infoBox .infotxt .att {
        font-size: 1rem;
    }
    .infoArea .infoBox .infotxt .tel a {
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        color: #2488FF;
        max-width: 350px;
        border: solid 1px #2488FF;
        border-radius: 4px;
        display: block;
        position: relative;
        padding: 1rem 0 .8rem;
        margin: 1rem auto;
    }
    .infoArea .infoBox .infotxt .tel a:before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 28px;
        margin: 0 4px -8px 0;
        background-repeat: no-repeat;
        background-size: 28px 28px;
        vertical-align: baseline;
        background-image: url(/cmn/headfoot/images/icon-phone-kaigai.png);
    }
    .infoArea .infoBox .infotxt .tel a:after {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #2488FF;
        border-right: solid 2px #2488FF;
        display: block;
        position: absolute;
        top: 50%;
        right: 1.7rem;
        transform: rotate(45deg) translate(0, -50%);
    }
    .infoArea .infoBox .infotxt .imgArea .img {
        text-align: center;
    }
    .infoArea .infoBox .infotxt .imgArea img {
        max-width: 317px;
        width: 100%;
        height: auto;
        margin: .7rem 0 2rem;
    }
    .infoArea .infoBox .infotxt .imgArea p {
        font-weight: bold;
        margin-top: 2rem;
    }
    .graybtn p+p {
        margin-top: 1rem;
    }
    .graybtn a {
        font-size: 1.4rem;
        text-align: center;
        width: 80%;
        max-width: 350px;
        padding: 1rem 1rem;
        margin: 0 auto;
    }
	
}


/* itemList----------*/

.itemList li .img {
    position: relative;
    overflow: hidden;
}

.itemList li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .itemList ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .itemList li {
        width: 33.33%;
    }
    .itemList li:not(:last-child) {
        padding-right: 1.6rem;
    }
    .itemList li .img {
        height: 130px;
        margin-bottom: 2rem;
    }
    .itemList li img {
        width: 100%;
    }
    .itemList li .txt {
        margin-bottom: 2rem;
    }
    .itemList li .txt h4 {
        font-weight: bold;
    }
    .itemList li .txt p {
        font-size: 1.4rem;
    }
    .itemList .graybtn {
        margin: 2rem 0 6.8rem;
        text-align: center;
    }
    .itemList .graybtn a {
        border-radius: 30px;
        padding: 1rem 8rem;
    }
}

@media screen and (max-width: 767px) {
    .itemList li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .itemList li:not(:last-child) {
        border-bottom: solid 1px #888888;
    }
    .itemList li .img {
        width: 5.6rem;
        height: 5.6rem;
    }
    .itemList li img {
        height: 100%;
        max-width: unset;
    }
    .itemList li .txt {
        font-weight: bold;
        width: calc(100% - 5.6rem);
        padding: 1.5rem 0 1rem 1.3rem;
    }
    .itemList li .txt h4 {
        font-weight: bold;
    }
    .itemList li .txt p {
        font-size: 1.2rem;
    }
    .itemList .btn03 {
        margin-top: 1rem;
    }
}


/* pageTop----------*/

.goTop {
    display: none;
}

@media screen and (max-width: 767px) {
    .goTop {
        width: 54px;
        height: 49px;
    }
    #couponArea .coupontxt:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "DISCOUNT";
        background: #B2B2B2;
        color: #fff;
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}