@charset "utf-8";
/*
 *  Common Style
 ************************/
article {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #333;
}
/*article img {
    width: 100%;
}*/
article a {
    color: #333;
}
article a:hover {
    text-decoration: none;
}
/* Color */
article .pink {
    color: #f53d7e;
}
article .comments {
    font-size: 12px;
}
/* Buttons */
.btn-main-pink {
    display: block;
    min-height: 44px;
    margin: 15px 0;
    padding: 14px 10px;
    background: #f53d7e;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.section-search-more {
    width: 100%;
}
.btn-more {
    position: relative;
    display: inline-block;
    padding: 20px 50px 20px 25px;
    background: url("/static/img/index/bg-stripe-pink.png") left top;
    border-radius: 3em;
    font-weight: bold;
    font-size: 15px;
    color: #333;
}
.btn-more::after{
    position: absolute;
    right: 20px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f53d7e;
    margin-left: 15px;
}
.btn-more:hover {
    color: #333;
    text-decoration: underline;
}
button:focus {
    outline: none;
}
button.card-plan-01{
    cursor: pointer;
    display: flex;
}
button.card-plan-01 img{
    line-height: 1;
}
button.card-plan-01 dl{
    text-align: left;
}

/*
 *  #Hero
 ************************/
#Hero{

}
.img-pc{
	display: none;
}
.title-erea{

}


@media(min-width:576px) {
#Hero{

}
.inner-hero h1{
	padding: 0 15px;
}
.img-pc{
	display: inline-block !important;
}
.img-sp{
	display: none !important;
}
	
.title-erea{

	}	
	
	
}




/*
 *  section-main
 ************************/
.section-main {
    margin-bottom: 0px;
}
.title-main {
    position: absolute;
    bottom: 7%;
    left: 6%;
    z-index: 3;
	width: 47%;
}
.ver-usj{
    background: #f53e7d;
    overflow: hidden;
}
.col-logo-bushoteltitle{
    padding-top: 1px;
}
.row-usj{
    align-items: center;
    justify-content: center;
}
.row-usj > div{
    text-align: center;
}
.row-usj img{
    margin: 0 auto;
}
.section-main-inner {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}
.main-inner-sub {
    overflow: hidden;
    margin-top: -1px;
    padding: 12px 15px 15px;
    background: #dd6460;
}
.main-inner-sub-inner {
    font-size: 12px;
    color: #fff;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*
.main-inner-sub dl {
    display: inline;
    float: left;
}*/
.main-inner-sub dt {
    display: contents;
    font-weight: normal;
}

.img-main {
    overflow: hidden;
    width: auto;
    height: 100%;
    margin-left: -20%;
}

.title-main img.logo-megrip{

}


.flex-center .main-inner-hotelarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-inner-head-hotelarea {
    float: left;
    padding-right: 5px;
    white-space: nowrap;
}
.main-inner-pref-hotelarea {
    display: flex;
    padding-right: 10px;
    float: left;
    font-weight: bold;
    font-size: 25px;
    color: #ffe900;
    line-height: .6em;
    white-space: nowrap;
}
.main-inner-head-targetarea {
    display: inline-block;
    float: left;
    padding-right: 5px;
}
.main-inner-targetarea dd {
    display: inline;
    color: #ffe900;
    line-height: 1.6em;
}
.main-inner-targetarea dd:last-child::after {
    content: "";
}
.main-inner-targetarea dd::after {
    content: "・";
    font-size: 80%;
    letter-spacing: -.4em;
}
/*
 *  section-main (Tablet)
 ************************/
@media (min-width: 768px) {
    .section-main {
        margin-bottom: 0px;
    }
    .section-main-inner {
        height: auto;
    }
.title-main {
	top:20%;
    left: 9%;
    z-index: 3;
	width: 45%;
}
	
	.title-main img.logo-megrip{
		width: 62%;
		height: auto;
	}
	
    .img-main {
        width: 100%;
        max-width: 1366px;
        margin: 0 auto;
    }
    .main-inner-sub {
        display: block;
        padding-top: 15px;
    }
    .main-inner-sub-inner {
        /*min-height: 60px;*/
        font-size: 14px;
    }
    .main-inner-sub dt {
        display: block;
    }
    .main-inner-sub-text {
        float: right;
        width: 100%;
        padding-top: 5px;
    }
    .main-inner-hotelarea {
        display: inline-flex;
        float: left;
    }
    .main-inner-head-hotelarea {
        width: 3em;
        padding-right: 0;
    }
    .main-inner-pref-hotelarea {
        display: inline-block;
        float: none;
        padding: 0 10px;
        font-size: 30px;
        letter-spacing: .1em;
        white-space: nowrap;
    }
    .main-inner-head-targetarea {
        position: absolute;
        left: 0;
        width: 5em;
        padding-right: 0;
    }
    .main-inner-targetarea {
        float: left;
        overflow: hidden;
    }
    .main-inner-targetarea dl {
        position: relative;
        padding-left: 6em;
    }
    .main-inner-targetarea dd {
        float: left;
    }
    .main-inner-targetarea dd::after {
        letter-spacing: 0;
    }
    .row-usj > .order-sm-1{
        text-align: right;
    }
    .row-usj > .order-sm-3{
        text-align: left;
    }
    .col-logo-bushoteltitle{
        padding-top: 0;
    }
}
/*
 *  section-main (PC)
 ************************/
@media (min-width: 992px) {
    .main-inner-sub {
        padding-top: 20px;
        position: relative;
    }
    .main-inner-sub-inner {
        z-index: 4;
        position: relative;
    }
    .main-inner-sub-text {
        width: 100%;
        padding: 0;
        display: flex;
    }
}

.section-header{
    margin-bottom: 24px;
}
/*
 *  section-header (Tablet)
 ************************/
@media (min-width: 768px) {
    .section-header {
        margin-bottom: 48px;
    }
}

/*
 *  section-price
 ************************/
.section-title-plan {
    margin-bottom: 30px;
    position: relative;
}
#directpage .section-title-plan {
    margin-bottom: 12px;
}
.section-title-plan span{
    position: relative;
}
.section-title-plan::after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 100%;
    max-width: 700px;
    height: 12px;
    background: url("/static/img/tour/megurip/section-title-dotline-purple.png") center left repeat-x;
    content: "";
    transform: translate(-50%, 0);
    z-index: 1;
}
#directpage .section-title-plan::after {
    display: none;
}
.section-title-plan .section-title-text {
    position: relative;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    color: #777;
    line-height: 1.4;
    text-align: left;
    padding-left: 120px;
}
.section-title-plan .section-title-text b{
    font-size: 160%;
    color: #333;
}
#directpage .section-title-plan .section-title-text b{
    font-size:inherit;
}
.img-point{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 110px;
    z-index: 3;
}
.section-price {
    background: #fafafa;
    padding: 24px 0 24px 0;
}
#directpage .section-price {
    background: #fafafa;
    padding: 12px 0 36px 0;
}
.section-point {
    padding: 48px 0 24px 0;
}
.section-title-hotel{
    margin-bottom: 48px;
    position: relative;
}
.section-title-hotel .section-title-text {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    z-index: 0;
}
.section-title-hotel .section-title-text::before {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 7px;
    background: #fff462;
    content: "";
    z-index: -10;
}
.section-title-hotel .section-title-text::after {
    position: absolute;
    top: -.5em;
    left: -.8em;
    width: 14px;
    height: 18px;
    background: url("/static/img/tour/megurip/icon-title-deco.png") center / contain no-repeat;
    content: "";
    z-index: 10;
}

@media (max-width: 768px) {
.section-title-plan .section-title-text::before{
    display: none;
}
#directpage .section-title-plan .section-title-text{
    color: #333;
}
#directpage .section-title-plan .section-title-text b{
    font-size: 110%;
    color: #aa66d0;
}
}
@media (max-width: 320px) {
.section-title-plan .section-title-text b{
    font-size: 120%;
}
}

/*
 *  section-price (Tablet)
 ************************/
@media (min-width: 768px) {
    .section-price{
        padding: 36px 0 48px 0;
    }
    #directpage .section-price{
        padding: 12px 0 36px 0;
    }
    .section-point{
        padding: 60px 0 72px 0;
    }
    .section-title-plan {
        padding: 0 15px;
        margin-bottom: 60px;
    }
    #directpage .section-title-plan::after {
        position: absolute;
        bottom: -15px;
        left: 50%;
        width: 100%;
        max-width: 700px;
        height: 12px;
        background: url("/static/img/tour/megurip/section-title-dotline-purple.png") center left repeat-x;
        content: "";
        transform: translate(-50%, 0);
        z-index: 1;
        display: block;
    }
    .section-title-price {
        padding: 0 15px;
    }
    .section-title-plan .section-title-text::after {
        top: -.4em;
    }
    .section-title-plan .section-title-text {
        font-size: 25px;
        display: inline-block;
        padding-left: 180px;
    }
    .img-point{
        max-width: 160px;
    }
    .section-title-hotel .section-title-text::after {
        top: -.4em;
    }
    .section-title-hotel .section-title-text {
        font-size: 25px;
    }
    .price-text span {
        font-size: 26px;
    }
}
/*
 *  section-price (PC)
 ************************/
@media (min-width: 992px) {
    .price-text {
        display: inline;
        padding-left: 25px;
    }
}
/*
 *  section-point (Max320)
 ************************/
@media (max-width: 320px) {
    .section-title-price .section-title-text {
        font-size: 18px;
    }
    .section-title-hotel .section-title-text {
        font-size: 18px;
    }
}



#othercontents,#hotellist{
    padding: 60px 0;
}
.section-title-other{
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
    font-weight: bold;
    position: relative;
}
.section-title-other:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 100%;
    max-width: 700px;
    height: 12px;
    background: url(/static/img/tour/megurip/section-title-dotline-purple.png) center left repeat-x;
    content: "";
    transform: translate(-50%, 0);
    z-index: 1;
}


.wrap-planbox{
    padding: 0px;
}
.wrap-setplan{
    background:#faf5ff;
    padding:12px 36px 36px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.wrap-setplan:before {
    border: 24px solid transparent;
    border-top: 24px solid #fff;
    left: 50%;
    content: "";
    display: block;
    top: 0;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, 0);
}
.img-cosupa{
    position: absolute;
    top: -45px;
    left: 20px;
    max-width: 100px;
}

/*.price-select{
    position: absolute;
    top: 50%;
    right: 0;
    text-align: right;
    transform: translate(0, -50%);
    z-index: 1;
}*/

#pref-search{
    position: relative;
    margin-bottom: 16px;
}
.wrap-select{
    width: 100%;
    max-width:240px;
    border:solid 2px #f53d7e;
    border-radius: 4px;
    margin-right: 6px;
    position: relative;
    display: inline-block;
}
.wrap-select:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f53d7e;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
}
.wrap-select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f53d7e;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
}
.btn-select span{
    font-weight: bold;
    /*color: #8d65b2;*/
}
.table-tr {
    width: 100%;
    display: none;
}
#directpage .table-tr {
    display: block;
}
#directpage .table-tr + .table-tr {
    border-top: 1px dotted #ccc;
}
.table-tr.defo-tr{
    display: block;
}
#pref-select{
    font-size: 20px;
    width: 100%;
    padding: 12px 16px 12px 30px;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    height: auto;
    display: block;
    text-align: left !important;
    line-height: 1;
    font-weight: bold;
}
#pref-select optgroup{
    font-size: 13px;
    padding: 6px 0;
}
#pref-select optgroup option{
    font-size: 16px;
}
#pref-select optgroup:first-child{
background:#ffe5e5;
}
#pref-select optgroup:nth-child(2){
background:#fff8ee;
}
#pref-select optgroup:nth-child(3){
background:#fffcee;
}
#pref-select optgroup:nth-child(4){
background:#eefff5;
}
#pref-select optgroup:nth-child(5){
background:#eefeff;
}
#pref-select optgroup:nth-child(6){
background:#eef5ff;
}
#pref-select optgroup:nth-child(7){
background:#f9f9ff;
}

.wrap-basicplan{
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 4px;
}
#directpage .wrap-basicplan{
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
.title-set-sample{
    font-size: 16px;
    margin-bottom: 48px;
    text-align: center;
    line-height: 1.6;
}
.title-set-sample img{
    margin-bottom: 24px;
}
.a-plan{
    background: #fff;
}
.a-plan.defo-tr{
    display: block;
    width: 100%;
    background: #fff;
    padding: 12px 24px 12px 24px;
    position: relative;
}
.a-plan > dl dd .price-text:after,
.wrap-price-sample .price-text:after{
    content: "予約へ進む";
    background: #f53d7e;
    color: #fff;
    padding: 8px 24px;
    font-size: 90%;
    position: relative;
    top: -6px;
    margin-left: 12px;
    font-weight: bold;
    border-radius: 4px;
    /*position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);*/
}
.a-plan:hover > dl dd .price-text:after,
.wrap-price-sample a:hover .price-text:after{
    background: #ffe900;
    color: #333;
}
.modal-body .wrap-price-sample .price-text:after{
    display: none;
}
.a-plan.a-set{
    padding: 36px;
}
.a-plan:hover{
    /*background:#feebf2;*/
    color: inherit;
}
.a-plan.a-set:hover:before {
    border-top: 24px solid #feebf2;
}
.a-plan > dl{
    width: 100%;
    display: flex;
}
.a-plan > dl dt{
    width: 40%;
    font-size: 16px;
}
.a-plan > dl dt small{
    margin-left: 6px;
    font-size: 14px;
    display: block;
}
.a-plan > dl dt small b{
    font-weight: bold;
}
#directpage .a-plan > dl dt small{
    display: inline-block;
}
.a-plan.a-set > dl dt{
    font-size: 24px;
}
.a-plan > dl dd{
    width: 60%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.a-plan > dl dd .price-text{
    position: relative;
    font-weight: bold !important;
    font-size: 20px;
}
.a-plan > dl dd .price-text span.num{
    font-weight: bold;
    color: #F14482;
    font-size: 18px;
}
.a-plan.a-set > dl dd .price-text span.num{
    font-size: 26px;
}
.a-plan > dl dd .num.min{
    margin-left: 6px;
}
.a-plan > dl dd .num.min:after{
    content: "～";
    font-size: 12px;
}
.a-plan.a-busonly > dl dd .num.min:after{
    content: "円～";
    font-size: 12px;
}
.a-plan > dl dd .num.max:after{
    content: "円";
    font-size: 12px;
}
.a-plan + .a-plan{
    border-top: 1px dotted #ccc;
}
.list-area{
    margin: 0;
    padding: 0;
}
.list-area li{
    float: left;
    display: inline-block;
    border: solid 1px #8d65b2;
    color: #8d65b2;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 2px;
}
.list-area li + li{
    margin-left: 6px;
}
.list-feature{
    margin: 6px 0 0 0;
    padding: 0;
}
.list-feature li{
    float: left;
    display: inline-block;
    border: solid 1px #8d65b2;
    color: #8d65b2;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 2px;
}
.list-feature li + li{
    margin-left: 6px;
}
.dd-address{
    padding-left: 16px;
    position: relative;
}
.dd-address:before{
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 992px) {
#pref-data{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.a-plan > dl dt{
    display: block;
}
.a-plan > dl dt small{
    display: block;
}
.a-plan > dl dt small{
    margin-left: 0px;
    font-size: 13px;
}
#directpage .a-plan > dl dt small{
    margin-left: 6px;
}
.a-plan > dl dd .price-text:after,
.wrap-price-sample .price-text:after{
    top: 0;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3px;
    display: block;
    max-width: 200px;
    text-align: center;
}
}
@media (max-width: 768px) {
.wrap-select{
    max-width:100%;
    margin-right: 0;
    position: relative;
    display: block;
    margin-bottom: 6px;
}
.btn-select span{
    display: block;
    text-align: right;
}
.img-cosupa{
    position: absolute;
    top: -25px;
    left: 20px;
    max-width: 80px;
}
.wrap-setplan{
    width: 100%;
    padding: 12px 12px 24px;
}
.a-plan,
.a-plan.a-set{
    padding: 20px;
}
.kotei.is-fixed .a-set{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    padding:6px 12px 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 20%);
    animation: UpAnime 2s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.kotei.is-fixed .a-set:before{
    display: none;
}
.a-plan.a-set > dl{
    width: 100%;
    display: block;
}
.a-plan.a-set > dl dt{
    width: 100%;
    font-size: 18px;
    display: block;
    margin-bottom: 12px;
}
.a-plan.a-set > dl dd{
    width: 100%;
    display: block;
}
.kotei.is-fixed .a-set > dl dt{
    display: none;
}
.a-plan.a-set > dl dd .price-text span.num{
    font-size: 24px;
}
.a-plan.a-set > dl dt small{
    display: block;
}
.a-plan.a-set > dl dd .price-text{
    margin-top: 6px;
}
.a-plan > dl dd .price-text:after,
.wrap-price-sample .price-text:after{
    margin-right: auto;
    max-width: 100%;
}
.wrap-price-sample .price-text:after{
    margin-left: auto;
    max-width: 60%;
}
}


.card-sample{
    /*box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%);*/
    background: #fff;
    padding: 12px;
    border-radius: 4px;
}
.wrap-price-sample{
    text-align: center;
    margin-top: 48px;
}
.wrap-price-sample a{
    display: block;
}
.wrap-price-sample .num{
    font-weight: bold;
    color: #F14482;
    font-size: 20px;
    margin-left: 6px;
}
/*.wrap-price-sample .num.min{
    font-size: 30px;
}*/
.wrap-price-sample .num.min:after{
    content: "～";
    font-size: 12px;
}
.wrap-price-sample .num.max:after{
    content: "円";
    font-size: 12px;
}
.title-cospa{
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
    display: block;
    position: relative;
    font-weight: bold;
}
.title-cospa span{
    background:#8d65b2;
    color: #fff;
    padding: 12px 8px 6px;
    display: block;
    font-size: 80%;
    text-align: center;
    border-radius: 4px 4px 0 0;
    margin: -12px -12px 12px;
}
.dl-cospa{
    margin-top: 12px;
}
.dl-cospa dt{
    font-size: 16px;
    margin-bottom: 12px;
    color: #8d65b2;
}
.dl-cospa dd{
    font-size: 13px;
}
.dl-cospa dd + dd{
    margin-top: 6px;
}
.row-set-btn{
    text-align: center;
    margin-top: 12px;
}
.row-setplan{
    counter-reset:renban;
}
.row-setplan .card-sample .title-cospa:before {
    counter-increment: renban;
    content: counter(renban) "";
    font-size: 18px;
    background: #333;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%, 0);
}
.dl-cospa .row-set-btn{
    text-align: right;
}
.row-set-btn a,
.row-set-btn button{
    margin-bottom: 0px !important;
    margin-top: 12px;
    min-height: auto;
    position: relative;
    text-align: center;
    display: inline-block;
    padding-left: 18px;
    text-decoration: none;
    color: #8d65b2;
    font-weight: bold;
    cursor: pointer;
    background: none;
}
.dl-cospa .row-set-btn a,
.dl-cospa .row-set-btn button{
    font-size: 14px;
    text-decoration: underline;
}
.row-set-btn a:hover,
.row-set-btn button:hover{
    text-decoration: none !important;
}
.row-set-btn a:before,
.row-set-btn button:before{
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 80%;
    top: 3px;
    left: 0px;
}
.box-photo{
    margin-left: -12px;
    margin-right: -12px;
    position: relative;
}
.ul-slider-room{
    margin-bottom: 0;
}
.ul-slider-room li{
    padding: 0 6px;
}
.ul-slider-room .prev-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 2%;
    z-index: 2;
    color: #fff;
}
.ul-slider-room .next-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 2%;
    z-index: 2;
    color: #fff;
}
.icon-osusume{
    position: absolute;
    bottom: -8px;
    right: 8px;
    z-index: 2;
    width: 100%;
    max-width: 60px;
}
@media (max-width: 768px) {
.title-set-sample{
    font-size: 15px;
    margin-bottom: 24px;
}
.title-set-sample img{
    zoom: 0.8;
}
.wrap-price-sample{
    margin-top: 12px;
}
.btn-sp-link{
    padding: 0;
    background: none;
    min-height: auto;
    text-decoration: underline;
}
.title-cospa{
    font-size: 16px;
}
.dl-cospa .row-set-btn a,
.dl-cospa .row-set-btn button{
    font-size: 14px;
    text-align: center;
}
.row-set-btn a:before,
.row-set-btn button:before{
    top: 50%;
    transform: translate(0, -50%);
}
}

@media (max-width: 320px) {
.wrap-select{
    margin-right: 12px;
}
/*.btn-select{
    display: flex;
}*/
}
/*@media (min-width: 321px) {
.btn-select br{
    display: none;
}
}*/



/*
 *  section-point
 *   - Recommend Hotel
 ************************/
.recommend-hotel {
    margin: 50px 0 0;
    /*padding: 15px;*/
}
.recommend-hotel .card-body {
    position: relative;
    padding: 0px;
}
.recommend-hotel .card-title {
    padding-bottom: 10px;
    font-size: 15px;
}
/*.badge-hotel {
    position: absolute;
    top: -15px;
    left: 15px;
    max-width: 70px;
}*/
.card-recommend-hotel {
    /*max-width: 314px;*/
    margin: 0 auto 15px auto;
}
.card-recommend-hotel dt{
    /*width: 100%;
    height: 63.513%;
    max-height: 200px;*/
    overflow: hidden;
}
.card-recommend-hotel dt img{
    width: 100%;
}
.card-recommend-text {
    font-size: 12px;
}
/*
 *  section-point (Tablet)
 ************************/
@media (min-width: 768px) {
    .recommend-hotel .card-title{
        font-size: 18px;
    }
    .recommend-hotel {
        margin: 50px 0 0px;
        /*margin-top: 100px;*/
    }
    /*.badge-hotel {
        top: -20px;
        left: 20px;
        max-width: 80px;
    }*/
    /*.recommend-hotel .card-body {
        padding-left: 120px;
    }*/
    /*.card-recommend-hotel {
        max-width: unset;
    }
    .card-recommend-hotel dt{
        max-height: 235px;
    }*/
    .card-recommend-text {
        font-size: 14px;
    }
}


.point-list {
    width: 100%;
    margin: 0 auto 24px;
    padding: 0 12px 0 12px;
}
.point-list li {
    position: relative;
    padding: 0 0 0 22px;
    font-weight: bold;
    font-size: 14px;
}
.point-list li + li{
    margin-top: 12px;
}
.point-list li:first-child {
    margin: 0;
}
.point-list li::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 18px;
    background: url("/static/img/tour/megurip/icon-check.png") top left / contain no-repeat;
    content: "";
}
@media (min-width: 768px) {
    .point-list {
        margin-top: 36px;
        margin-bottom: 0;
        width: 60%;
        font-size: 15px;
    }
    .point-list li {
        padding: 0;
        font-size: 15px;
        text-align: center;
    }
    .point-list li::before {
        position: relative;
        display: inline-block;
        top: 6px;
        width: 13px;
        height: 18px;
        margin-right: 12px;
    }
}


#yoyaku-howto .modal-header{
    background: #8d65b2;
    color: #fff;
    font-weight: bold;
}
.wrap-reservestep + .wrap-reservestep{
    margin-top: 36px;
}
.wrap-reservestep h2{
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #333;
    margin-bottom: 24px;
    margin-top: 36px;
    font-weight: bold;
    position: relative;
    padding-left: 80px;
}
.wrap-reservestep h2 span{
    background: #f53d7e;
    color: #fff;
    margin-right: 6px;
    padding: 3px 12px;
    font-size: 80%;
    position: absolute;
    top: 0;
    left: 0;
}
.wrap-reservestep p{
    font-size: 14px;
    line-height: 1.6;
    padding: 0 12px;
    margin-bottom: 0;
}
.wrap-reservestep p + p{
    margin-top: 12px;
}
.wrap-reservestep p + img{
    margin-top: 6px;
}
.wrap-reservestep img{
    padding: 6px;
    background: #fff;
    border: 1px solid #eee;
}
#yoyaku-howto .modal-footer {
    display: block;
    border-top: none;
    text-align: center !important;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    width: 99.5%;
    background: rgba(255,255,255,0.8);
    z-index: 10;
    padding: 6px;
}
#yoyaku-howto .modal-footer .btn-close {
    display: block;
    width: 100%;
    padding: 12px 6px;
    background: #333;
    color: #fff;
    border-radius: 4px;
}



.modal-hotel .modal-header{
    background: #8d65b2;
    color: #fff;
}





/*全国支援誘導パーツ*/
.ryokoshien-box{
    padding: 15px 30px;
    background: #fffdf6;
    border: solid 3px #8ec31f;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    border-radius: 4px;
}
.inner-ryokoshien-box{
    display: flex;
    width: 100%;
}
.inner-ryokoshien-box:before{
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(/static/img/campaign/ryokoshien/logo-goto-w.png) no-repeat;
    background-size: cover;
}
.inner-ryokoshien-box > div{
    width: calc(100% - 120px);
    padding-left: 20px;
}
.ryokoshien-box p{
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}
.title-ryokoshien-box{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin:-15px -32px 10px;
    text-align: center;
    background: #8ec31f;
    padding: 8px;
}
.ryokoshien-box dl{
    display: flex;
    font-size: 14px;
}
.ryokoshien-box dl + dl{
    margin-top: 5px;
}
.ryokoshien-box dt{
    width: 100px;
    text-align: left;
}
.ryokoshien-box dd{
    width: calc(100% - 100px);
    text-align: left;
}
@media(max-width:767px) {
.ryokoshien-box{
    padding: 10px 10px;
}
.title-ryokoshien-box{
    display: flex;
    font-size: 14px;
    text-align: left;
    margin:-12px -12px 10px;
}
.title-ryokoshien-box:before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(/static/img/campaign/ryokoshien/logo-goto-w.png) no-repeat;
    background-size: cover;
}
.title-ryokoshien-box > span{
    width: calc(100% - 60px);
    padding-left: 20px;
}
.inner-ryokoshien-box:before{
    display: none;
}
.inner-ryokoshien-box > div{
    width: 100%;
    padding-left:0px;
}
.ryokoshien-box dl{
    display: block;
}
.ryokoshien-box dt{
    width: 100%;
}
.ryokoshien-box dt:before{
    content: "▼";
    margin-right: 3px;
    color: #da4453;
}
.ryokoshien-box dd{
    width: 100%;
}
}

.txt-big{
	font-size: 1.2em;
}
@media(max-width:767px) {
	.txt-big{
	font-size: 1em;
}
	.card-plan-price span{
		font-size: 20px!important;
	}
}

/*ホテルセットプラン追加*/

.txt-hotelname{
	color: #8d65b2;
	
}
.card-plan-time{
	text-align: right;
	font-size: 13px;
}

.card-plan-time span{
	color: #8d65b2;
	font-weight: bold;
}





