@charset "utf-8";
/*
* ★★CSS for smartphone
* @date 2022.5.30
*/
._pc {display: none;}
.pc{display: none;}
#contentsArea a:hover{ opacity:0.8;}
#contents.column1{background:#f3f3f3; }
/* ---KeyVisual--- */
#KeyVisualSp{
    position: relative;
    overflow: hidden;
}
.pr_absolute::before{ z-index: 3;}
.pr_absolute.bg-black50::before {
    background-color: rgba(0, 0, 0, .5);
}
.pr_absolute::before {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    line-height: 1;
    padding: 4px 0;
    content: "PR";
}
#KeyVisualSp .mainText{
    position: absolute;
    top: 0;
    padding:5px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
#KeyVisualSp .mainText img{
    width: 100%;
}
#KeyVisualSp ul li{
    width: 100%;
    line-height: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#KeyVisualSp ul li:nth-child(2){
    justify-content: right;
}
#KeyVisualSp ul img{
    width: 100%;
    opacity: 0.55;
}
/* ---cpn--- */
#contents .cpn{ margin: 0 8px;}
#contents .cpn h2{
    margin-top: 20px;
    font-family: "Hiragino Mincho Pro W";
    color: #2C2E35;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}
.cpOutLink {
	width: 266px;
	margin: 16px auto 0;
	position: relative;
}
.cpn .cpOutLink a.arr-green-windowA {
	background-color: #ffffff;
	border-radius: 5px;
	font-weight: normal;
	margin-right: 8px;
	padding: 4px 8px;
	color: #444444;
	text-decoration: none;
	font-size: 12px;
}
.cpn .cpOutLink a.arr-green-windowA:hover{ text-decoration: none;}
.cpOutLink::after {
	background: url(https://img.travel.rakuten.co.jp/select/keikyu/202405/images/Linkwindow.svg) center center no-repeat;
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	right: 3px;
	top: 50%;
	margin-top: -8px;
	background-size: 16px;
}
/* ---search--- */
.column1 #search-box{
    padding: 0;
    margin: 0;
    border: none;
}
.column1 #search-box h2{
    background: #ED6D00;
    color: #fff;
    font-size: 95%;
    margin: 0;
    padding: 8px;
    position: relative;
    line-height: 1.7;
}
#search-box h2.open::after, #search-box h2.close::after{border:none;}
#search-box h2.open::after{
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    width: 7px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(35deg);
    transform: rotate(135deg);
    padding-right: 2px;
    margin-top: -8px;
}
#search-box h2.close::after{
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    width: 7px;
    height: 9px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding-right: 2px;
}
.column1 #search-box .f_chu_1000{ display: none;}
/* ---cpninfo--- */
#cpInfo{ margin:24px 8px;}
#cpInfo h2{ font-size: 22px; text-align: center;}
#cpInfo dl{ font-size: 82%; line-height: 1.5em;}
#cpInfo dt {
    color: #bf0a0a;
    font-weight: bold;
    margin: 16px 0 8px;
}
#cpInfo dd {
    margin: 16px 0;
}
#cpInfo a{ text-decoration: underline!important; color: #bf0a0a!important;}
#cpInfo a :hover{ text-decoration: none;}
/* ---totop--- */
#contents .toPpageTop{
    position: fixed;
    right: 8px;
    bottom: 8px;
    width: 12%;
    line-height: 0;
    opacity: 0.7;
    z-index: 6;
}
#contents .toPpageTop img{ width: 100%;}
#contents {position: relative; padding: 10px 0 0 0;}
.surveyArea{background-color: #fff;}
/* coupon1click */
.cpnholder{ background: none;}
.cpnholder li{ border: none;}
.cpnholder .btmarea{ padding-bottom: 20px;}



/* hotels_box */
ul.hotelsBox{    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    flex-wrap: wrap;
	justify-content: space-between;	
    padding: 0 15px;
 }
ul.hotelsBox li.htboxL4{
	width: 48%;
    border: 1px solid #CECECE;
    background: #fff;
    padding: 6px;
    line-height: 1.5;
	margin-bottom: 18px;
    box-sizing: border-box;
}

ul.hotelsBox li img{width: 100%;}

ul.hotelsBox li .htlName{ 
	line-height: 1.5;
	font-size: 12px; 
	padding-bottom: 12px; }
ul.hotelsBox li .htlName em{ display: block;}
ul.hotelsBox li .htlName span{ font-size: 14px;
	font-weight: bold;
	line-height: 2;
	display: block;}

ul.btn{ padding-top: 0; }

ul.btn li{
	box-sizing: border-box;
	width: 96%;
	margin: 2%;
	text-align: center; 
	float: left;}
ul.btn li a{ 
    color: #fff;
		font-size: 12px;
		padding: 8px;
        background-color: #342D2B;
		border: 1px solid #342D2B;
display: block;}
ul.btn li a:hover{background: #2C2E35; color: #fff !important;}

dl.hotels_1 { margin:15px; background: #fff; overflow: hidden; padding: 10px; color: #000;}
.tmbox {
    background: #473934;
    overflow: hidden;
    padding: 25px 0;
}
.tmbox2 dl.hotels_1{background: #AB9366; }
dl.hotels_1 dt img{ width: 100%;}
dl.hotels_1 h2{ 
    font-size: 18px;
    padding: 0;    font-family: "Noto Sans JP";

    font-weight: bold;
    line-height: 1.5;

}
dl.hotels_1 .pr{ font-size: 12px; line-height: 2; margin-bottom: 0px;}
dl.hotels_1 dd {padding: 0 10px;}

dl.hotels_1 dd .btn{
    font-family: "Noto Sans JP";

    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
    dl.hotels_1 dd .btn li {
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 6px 1%;
        width: 98%;
        border-radius: 0;
        border: none;
        display: flex;
        height: 36px;
        margin: 6px;
    }
    dl.hotels_1 dd .btn a {     
        border: none;
        background: #342D2B;
                color: #fff !important;
        font-size: 14px;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .tmbox2 dl.hotels_1 dd .btn a {
        color: #AB9366 !important;}
    
        .tmbox2 dl.hotels_1 dd .btn li a:hover{color: #AB9366 !important;}
    
        h2.title {color: #FFF;

            text-align: center;
            font-family: "Hiragino Mincho Pro W";
            font-size: 22px;
            font-style: normal;
            font-weight: 600;
            letter-spacing: 4.6px;
        }
        
        div.brand ul { display: flex; justify-content: space-around; margin: 20px auto; flex-wrap: wrap;}
        div.brand ul li { width: 47%;}
        div.brand ul li img { width: 100%;}
    div.brand p{ display: block;color: #FFF;

        text-align: center;
        font-family: "Noto Sans";
        font-size: 15px;
        padding: 0 10px ;
        font-style: normal;
        font-weight: 100;
        line-height: 149.6%; /* 26.928px */
        letter-spacing: 1.8px;
        margin-bottom: 20px;
    }
        .ss-container { border: none; background:none;}
        #search-box .searchCategory li, #search-box .squeeze li, #search-box .setCars p, #search-box .searchSelectCar li {
            margin-bottom: 7px;
            padding: 0;
            border: 0;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: none;
            background-color: #fff;
            color: #444;
            line-height: 1.2;}
            #search-box.verB .searchUndate input[type="checkbox"] + label { color: #000;}
            #search-box.verB.test #dh-search-form .chkDate dl.fltDl.chkIn dt, #search-box.verB.test #dh-search-form .chkDate dl.fltDl.chkOut dt {
    padding-left: 42px;
    color: #333333;
    box-sizing: border-box;
}
#search-box.verB.test #dh-search-form .chkDate dl.fltDl.chkIn dd, #search-box.verB.test #dh-search-form .chkDate dl.fltDl.chkOut dd {
    padding-left: 42px;}
    #search-box.verB .searchUndate { margin-bottom: 20px;}
    #search-box.verB.test #dh-search-form .ninzu .ninzu ul li {
        padding-top: 12px;
        min-height: 44px;
    }
    #search-box .squeeze li {
        margin-bottom: 7px;
        padding: 6px 0 6px 8px;}
        .TTLh2 {
            text-align: center;
            padding-top: 32px;
            font-family: "Noto Sans JP";

            padding-bottom: 12px;
        }
        .TTLh2 em {
            font-size: 23px;
            padding: 0 12px;
        }

            .column1 #Searchbox h2 {
        padding: 8px;
        text-align: center;
        font-size: 20px;
        color: #424242;
    }

        #greeting {font-family: "Hiragino Mincho Pro W6";

            padding:  0 0;
            background: linear-gradient(#eff8ff, #ffffff);
        }
        
        #greeting h2 {letter-spacing: 5px;
            margin: 0 auto;
            padding: 0 0 20px;
            color: #473933;
            font-size: 22px;
            font-weight: normal;
            line-height: 150%;
            text-align: center;
        }
        #greeting h2 span {
            font-size: 0.75em;
        }
        #greeting .sp_open,
        #greeting .to_close {
            display: none;
        }
        #greeting p {
        letter-spacing: 0.4px;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
        line-height: 2;
        padding: 10px;
        }
        #greeting.pre {
            padding-bottom: 50px;
        }
		
		