@charset "utf-8";
/* CSS Document */

.br_sp{
    display: none;
}
.bg_01{background-color: #e8f4f4;}

.bld{font-weight: bold;}
/*-------------------タイトル-------------------*/
.vn_ttl h1 {
    padding: 0rem 1rem;
    border-left: 7px solid #6ad1c8;
}

.vn_ttl h2{
	background-color: #1aaeb4;
    padding: 10px 20px !important;
    font-weight: bold !important;
    color: #fff!important;
    border-left: solid 10px #2e8183;
}
.vn_ttl h3 {
	font-size: 1.7rem!important;
}

/*-------------------ナビゲーション-------------------*/
.vn_navi li{
	height: 60px!important;
    font-size: 1.8rem;
	z-index: 2;
}
.vn_navi li span:after {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
	border-top:none;
    width: 10px;
    height: 10px;
    margin: -17px 0 0 90%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#vn01,#vn02,#vn03,#vn04,#vn05,#vn06,#vn07,#vn08,#vn09,#vn10,#vn11,#vn12{
  padding-top: 80px;
  margin-top:-40px;
}
/*-------------------出発日-------------------*/
.date_box{
	margin: 0px;
}
.date{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 1em;
}
.date span{
	font-size: 1.2rem;
	font-weight: normal;
}

/*-------------------1カラム-------------------*/
.clm1_box{
	border: solid #ccc 1px;
    padding: 0 0 0 10px;
	background-color: #fff;
}
.outside_txt{
		margin-left: 5px;
	    margin-top: 2rem;
	}


.base_prod .hotel li{background-color: #fff;
}

/*-------------------プラスイイね-------------------*/
.plus_box{
    margin: 1em 0;
    line-height: 150%;
    background-color: #f5f5f5;
    padding: 8px;
}
.plus_midashi{
	background-color: #1aaeb4;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
    margin-bottom: 8px;
	margin-right: 5px;
}

/*条件*/
.plas_note_box{
	margin-top: -30px;
}
.plas_ttl{
	font-weight: bold;
	margin: 0 10px;
	/*display: inline-block;*/
}
.plas_note{
	font-size: 0.9em;
	padding: 10px 1em 0 1em;
}
.plas_note li{
    text-indent: -1em;
    padding: 1px 4px 1px 1em!important;
    font-size: 1.1rem!important;
    border: none!important;
    width: 100%!important;
	background-color: transparent!important;
}

/*表示価格注意が改行されてしまう対応*/
.base_prod.side_box .hotel li>a .details_box, .base_prod.sort li:nth-child(-n+2)>a .details_box {
    width: 100%;
	padding-right: 10px;
}
.details_box{
	margin: 0 5px!important;
}

/*日帰りプラン対応*/
.txt{font-size: 1.1rem;}

@media screen and (max-width: 568px) {
	.br_sp{
        display: block;
    }
	#vn01,#vn02,#vn03,#vn04,#vn05,#vn06,#vn07,#vn08,#vn09,#vn10,#vn11,#vn12{
  padding-top: 100px;
  margin-top: -50px;
		
}
	.vn_navi li{
		position: relative;
	z-index: 2;
}
	.date_box{
		margin: 0px;
}
	.date{
		font-size: 1.4rem;
}
	.clm1_box {
		padding: 0px;
		margin: 0 10px!important;
}
	.outside_txt{
		margin-left: 0px;
	}
	.plan_box{
		padding: 0 10px;
	}
	
	.plas_note_box{
		margin-top: 0px;
		padding: 0 10px;
}
.plas_ttl{
	font-weight: bold;
	margin: 0px;
}
.plas_note{
	font-size: 0.9em;
	padding: 10px 0 0 1em;
}
.plas_note li{
    text-indent: -1em;
    padding: 1px 0px 1px 1em!important;
    font-size: 1.1rem!important;
    border: none!important;
    width: 100%!important;
	margin-left: -10px!important;
}
	
	.base_prod.bdr li {
		width: 100%;
		padding-left: 10px;
}
	.base_prod .hotel{padding: 10px; margin-top:1em;}
	.base_prod .clm1_r{
		padding: 0px;
    	margin: 0px 5px;
	}
	
	base_prod.sort li:nth-child(-n+2)>a .details_box, .base_prod.side_box .hotel li>a .details_box {
     margin-left: 0%!important; 
}
	.details_box{
	margin: 0px!important;
}
	.tokusyu_img {
    margin: 0px auto!important;
}
	/*SPで画像上のラベル位置が変わる対応*/
	    .base_prod.clm2 .hotel li>a .img_box>.ribbon {
        display: block;
         position: absolute; 
        margin: 0 0 3%;
            padding: .35rem 1.75rem;
    }

	
	
}
