@charset "utf-8";

/* 見出し */
.ctm_pageTtl.hc01{
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    padding: 10px;
    border-bottom: dotted 1px #cccccc;
}
.contents_ttlLv1{
    color: #cc0000;
}


@media all and (min-width: 740px) {
    .pcNon {
        display: none !important;
    }
}

@media all and (max-width: 739px) {
    .spNon {
        display: none !important;
    }
}
.hotel-type--recommend .ctm_bdrColumn[class*="bc"] .colWrap .col {
    position: relative;
    border: 1px solid #cccccc;
}
.hotel-type--recommend .ctm_bdrColumn.bc02 .colWrap.clm_1_2col:nth-of-type(n+2){
    margin-top: 25px;
}
@media all and (min-width: 740px){
    .hotel-type--recommend .ctm_bdrColumn.bc02 .colWrap.clm_1_2col:nth-of-type(n+2){
        margin-top: 45px;
    }   
}
.hotel-type--recommend .ctm_bdrColumn.bc02 .colWrap .col:nth-of-type(n+2){
    margin-top: 25px;
}
@media all and (min-width: 740px){
    .hotel-type--recommend .ctm_bdrColumn.bc02 .colWrap .col:nth-of-type(n+2){
        margin-top: 0;
    }
    .hotel-type--recommend .ctm_bdrColumn.bc02 .colWrap .col:nth-of-type(n+3){
        margin-top: 40px;
    }
}
.hotel-type--recommend .ctm_bdrColumn.bc03 .colWrap.clm_1_3col:nth-of-type(n+2){
    margin-top: 10px;
}
@media all and (min-width: 740px){
    .hotel-type--recommend .ctm_bdrColumn.bc03 .colWrap.clm_1_3col:nth-of-type(n+2){
        margin-top: 25px;
    }
}
.hotel-type--recommend .ctm_bdrColumn.bc03 .colWrap .col:nth-of-type(n+4){
    margin-top: 25px;
}
.hotel-type--recommend [class^="icon-type"] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    top: -1em;
    display: none;
}
.hotel-type--recommend .ctm_bdrColumn .colWrap .col.with-label [class^="icon-type"] {
    display: block;
}
.hotel-type--recommend [class^="icon-type"][class*="--1st"] {
    background-color: #1606ac;
}
.hotel-type--recommend [class^="icon-type"][class*="--2nd"] {
    background-color: #1606ac;
}
.hotel-type--recommend [class^="icon-type"][class*="--3rd"] {
    background-color: #1606ac;
}
.hotel-type--recommend [class^="icon-type"][class*="--4th"] {
    background-color: #1606ac;
}
@media all and (max-width: 739px) {
    .hotel-type--recommend [class^="icon-type"] {
        font-size: 16px;
    }
}
.hotel-type--recommend .hotel-info {
    padding-top: 1em;
}
.hotel-type--recommend .hotel-info dt{
    font-weight: 700;
    font-size: 1.8rem;
    position: relative;
    padding-right: 1.5em;
}
.hotel-type--recommend .hotel-info dt [class^="icon-bath"]{
    position: absolute;
    text-align: center;
    font-size: 10px;
    top: -1.5em;
    right: 0;
    display: none;
}
.hotel-type--recommend .col.type-bath--none .hotel-info dt [class^="icon-bath"][class*="--none"]{
    display: none;
}
.hotel-type--recommend .hotel-info dt [class^="icon-bath"] i {
    display: block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    padding: 4px 0;
}
.hotel-type--recommend .col.type-bath--free .hotel-info dt [class^="icon-bath"][class*="--free"],
.hotel-type--recommend .col.type-bath--paid .hotel-info dt [class^="icon-bath"][class*="--paid"]{
    display: block;
}
.hotel-type--recommend .hotel-info dt [class^="icon-bath"][class*="--free"] i{
    background-color: #ff66b8;
}
.hotel-type--recommend .hotel-info dt [class^="icon-bath"][class*="--paid"] i{
    background-color: #ff66b8;
}
.hotel-type--recommend .hotel-info dd{
    margin-top: 15px;
}
.hotel-type--recommend .col .hotel-info dd .hotel-image figcaption{
    margin-top: 15px;
    padding: 10px;
    background-color: #fff2cc;
    font: 1.4rem;
    display: block;
}
.hotel-type--recommend .col .hotel-info dd .txt-example{
    font-size: 1.6rem;
    text-align: center;
    margin-top: 25px;
}
.hotel-type--recommend .col .hotel-info dd .price-guide{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.hotel-type--recommend .col .hotel-info dd .price-guide li {
    width: 100%;
    display: flex;
    align-items: baseline;
}
.hotel-type--recommend .col .hotel-info dd .price-guide li:nth-of-type(n+2){
    margin-top: 10px;
}
.hotel-type--recommend .col .hotel-info dd .price-guide li:not(:first-child){
    width: 50%;
}
.hotel-type--recommend .col .hotel-info dd .price-guide li span b {
    font-size: 1.6rem;
}
.hotel-type--recommend .col .hotel-info dd .price-guide li .price{
    font-size: 2.8rem;
    color: #cc0000;
    font-weight: 700;
    margin-left: 1em;
}
@media all and (max-width: 739px){
    .hotel-type--recommend .col .hotel-info dd .price-guide li .price{
        margin-left: 0.5em;
    }
}
.hotel-type--recommend .col .hotel-info dd .price-guide li:not(:first-child) .price{
    font-size: 2rem;
}
.hotel-type--recommend .col .hotel-info dd .price-guide li .price .yen{
    font-size: 1.4rem;
}
.hotel-type--recommend .col .hotel-info dd .hotel-conditions{
    margin-top: 20px;
    border: 1px solid #cccccc;
    padding: 10px;
    background-color: #fffcd1;
}
.hotel-type--recommend .col .hotel-info dd .gadget-box{
    margin-top: 10px;
}
.hotel-type--recommend .col .hotel-info dd .gadget-box .tripBox180,
.hotel-type--recommend .col .hotel-info dd .gadget-box .tripBox250{
    margin: 0 auto;
}
.hotel-type--recommend .col .hotel-info dd .gadget-box .tripBox250 img{
    width: 119px;
}


.ctm_bdrColumn .colWrap .col {
    padding: 20px;
}
.ctm_bdrColumn.attention {
    margin-top: 20px;
}
.icon_milecampaign {
    color: #ed570a;
    border: 1px solid #ed570a;
    border-radius: 3px;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 5px;
}

.box_typeC {
    background: #f5f5f5;
    padding: 15px 20px;
}

@media all and (max-width: 739px){
    .clm_order01 .colWrap .col:nth-child(1) { order: 2; }
    .clm_order01 .colWrap .col:nth-child(2) { order: 1; margin-top: 0; margin-bottom: 20px; }
    .clm_order02 .colWrap .col:nth-child(1) { margin-bottom: 20px; }
    .clm_order02 .colWrap .col:nth-child(2) { margin-top: 0; }
    .clm_order03 .colWrap .col:nth-child(1) { order: 2; }
    .clm_order03 .colWrap .col:nth-child(2) { order: 1; margin-top: 0; margin-bottom: 20px; }
}

@media all and (max-width: 739px){
    .tabs_sp_scroll { overflow-x: auto; }
    .tabs_sp_scroll .tabs_parent {
        width: 950px;
    }
}

@media all and (min-width: 740px) {
    .height2line {
        min-height: 54px;
    }
}