@charset "UTF-8";

/* ================================

	共通

================================ */

/* ================================
	typo
================================ */
.noto {         font-family: 'Noto Sans Japanese';}
.medium {       font-weight: 500;}
.mplus{         font-family: 'M+ 1c medium';}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src:url('../font/NotoSansCJKjp-Medium.eot');
    src:url('../font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
        url('../font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}

@font-face {
    font-family: 'M+ 1c medium';
    src:url('../font/mplus-1c-medium-sub.eot');
    src:url('../font/mplus-1c-medium-sub.eot?#iefix') format('embedded-opentype'),
        url('../font/mplus-1c-medium-sub.woff') format('woff'),
        url('../font/mplus-1c-medium-sub.ttf') format('truetype');
}

/*	hide
---------------------- */
@media ( max-width : 767px ) {
	.sm-hide{
    	display: none;
	}
}
@media ( min-width : 768px ) {
	.xl-hide{
    	display: none;
	}
}


/*	.icn-arrw
---------------------- */
.icn-arrw{
    position: relative;
}
.icn-arrw::after{
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border: 0 solid #fff;
    border-width: 0 0 3px 3px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform:  rotate(45deg); 
}


/*	btn-toTop
---------------------- */
a.btn-toTop{
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    line-height: 83px;
    position: absolute;
    top: -110px;
    bottom: -60px;
    right: 20px;
    -webkit-transition: 400ms;
    transition: 400ms ;
}
a.btn-toTop:hover{
    background: rgba(0, 0, 0, 1);
}
.ie7 a.btn-toTop,
.ie8 a.btn-toTop{
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
}
a.btn-toTop:after{
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-right-width: 0;
    border-bottom-width: 0;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);   
}
.ie7 a.btn-toTop:after,
.ie8 a.btn-toTop:after{
    width: 0;
    height: 0;
    top: 0;
    margin-left: -10px;
    border: 13px solid transparent;
    border-width: 13px 9px;
    border-bottom-color: #fff;
}

a.btn-toTop.is_fixed{
    position: fixed;
    top: auto;
    bottom: 0;
}
@media ( min-width : 768px ) {
    a.btn-toTop{
    }
}


/* ================================================================ */

/* ================================

	ヘッダ
	.globalHeader

================================ */

/* ================================
	commonHeader
================================ */
.commonHeader{
    margin-bottom: 1em;
    border-bottom: 1px solid #f65a00;
}
.commonHeader > .inner{
    height: 72px;
    padding: 10px 10px !important;
}

.commonHeader_logo{
    display: block;
    width: 124px;
    height: 52px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: url(https://www.jalan.net/assets/img/common/sitetitle.png);
    position: relative;
    z-index: 100;
}
.commonHeader_txt{
    margin: 0;
    color: #666;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    bottom: .5em;
    right: 10px;
    z-index: 101;
}


/* ================================

	フッタ
	.globalFooter

================================ */
.globalFooter{
    border-top: 50px solid #000;
}
.globalFooter > .inner{
    padding: 20px 20px !important;
}
/*	footerNav
---------------------- */
.footerNav{
    overflow: hidden;
    padding-bottom: .2em;
    margin-bottom: 2em;
    border-bottom: 2px solid #999;
}
.footerNav ul{
    position: relative;
    overflow: hidden;
}
.footerNav li{
    float: left;
    border-right: 1px solid #ccc;
    padding-right: .5em;
    margin-right: .5em;
    position: relative;
}
.footerNav li:last-child{
    padding-right: 0;
    margin-right: 0;
    border: none;
}
.footerNav a:link{
    font-size: 11px;
    font-size: 1.1rem;
    color: #1b47ff;
}
.footerNav a:visited{
    color: #9720c9;
}


/* ================================================================ */

/* ================================

    メインフォト
	sec-mainPhoto

================================ */
.sec-mainPhoto{
    padding-top: 14%;
    z-index: 1000;
}
@media ( min-width : 581px ) {
    .sec-mainPhoto{
        padding-top: 79px;
    }	
}
@media ( min-width : 768px ) {
    .sec-mainPhoto{
        padding-top: 0;
    }	
} 

/* ================================
	mainPhoto
================================ */
.mainPhoto{
    position: relative;
}
.mainPhoto li{
    position: relative;
}

/*	mainPhoto img
---------------------- */
.mainPhoto img{
    width: 100%;
    height: auto;
}

/*	slider
---------------------- */
.slider{
    overflow: hidden;
    padding-top: 51.667%;
    position: relative;
}
.slider > li{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    display: none;
}
@media ( min-width : 1200px ) {
    .slider{
        width: 100%;
        height: 620px;
        padding-top: 0;
    }	
} 

/*	slideIcn
---------------------- */
#slideIcn{
    position: absolute;
    bottom: 10px;
    left: 50%;
}
#slideIcn li{
    margin: 0 3px 3px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #ccc;
    background: rgba(100,100,100, .5);
    float: left;
    position: relative;
    left: -50%;
    cursor: pointer;
}
#slideIcn li:hover{
    background: rgba(255,255,255, .6);    
}
#slideIcn li.is_active{
    background: #fff;
}

/* ================================
	thumbPhoto
================================ */
/*	bx-slider
---------------------- */
.bx-wrapper {
    max-width: 100% !important;
	position: relative;
	margin: 0 auto ;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

/*	ticker
---------------------- */
.ticker{
    overflow: hidden;
}
.ticker li{
    max-width: 180px;
    max-height: 120px;
    background: #000;
    float: left;
    position: relative;
}
.ticker figure{
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ticker li img{
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.ticker li:hover img,
.ticker li.is_active img{
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}
.ticker .thumbPhoto_yadname{
    display: block;
    width: 100%;
    padding: .5em 0;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ie7 .thumbPhoto_yadname,
.ie8 .thumbPhoto_yadname{
    left: 0;
    right: 0;
    margin: auto;
}

@media ( min-width : 768px ) {
    .ticker .thumbPhoto_yadname{
        font-size: 11px;
        font-size: 1.1rem;
    }
}

/* ================================
	ttl
================================ */
.ttl{
    width: 90%;
    max-width: 760px;
    padding: 2em 1em;
    background: #000;
    background: rgba(0,0,0,.6);
    color: #fff;
    border: 4px solid transparent;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2000;
}
.ttl h1{
    font-size: 45px;
    font-size: 4.5rem;
    white-space: nowrap;
}
.ttl h1 small{
    display: block;
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem; 
    line-height: 1;   
}

.ttl::after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}


/* ================================
	coupon
================================ */
.coupon{
    display: block;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    background: url(../images/header/backPtn_or.png) repeat 0 0 ;
    position: absolute;
    top: 0;
    z-index: 2000;
}
.coupon.is-fixed{
    position: fixed;
}
.coupon > .inner{
    padding: 0 10px;
}
.coupon h3{
    cursor: pointer;
}

.coupon .wrap-btn{
    display: none;
}
.coupon img{
    max-width: 100%;
    height: auto;
}
@media ( min-width : 927px ) {
	.coupon{
    	padding: 0;
	}
	.coupon h3{
        width: 30%;
        float: left;
        cursor: default;
    }
    .coupon .wrap-btn{
        display: block;
        float: left;
    }
    .ie8 .coupon .wrap-btn{
        width: 70%;
    }
    .coupon a{
        display: block;
        width: 33%;
        float: left;
    }
} 

/* ================================

    ピックアップ宿
	sec-pickup

================================ */
.sec-pickup {
    background: url(../images/backPtn_sand.png) repeat 0 0;
    *position: relative;
    *z-index: 1;
}
.sec-pickup > .inner{
    padding: 10px 10px;
}
@media ( min-width : 768px ) {
    .sec-pickup > .inner{
        padding: 40px 20px 80px;
    }	
} 

/* ================================
	article.yad
================================ */
.yad{
    padding: 15px 20px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background: #000;
    position: relative;
}
@media ( min-width : 768px ) {
	.yad{
    	padding-top: 25px;
	}
} 

/*	ttl&lead
---------------------- */
.yad_area{
    font-style: normal;
	position: relative;
	top: auto;
	right: auto;
}
.yad_ttl{
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    position: relative;
}
.yad_lead{
    float: none;
}
a.btn_stay{
    display: inline-block;
    width: auto;
    text-align: center;
    padding: .8em 2em .8em 1em;
    color: #fff;
    background: #e24e00;
    float: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    background: #e24e00;
}
.ie7 a.btn_stay:link,
.ie8 a.btn_stay:link{
    color: #fff;
    padding: .8em .7em .8em .7em;
}
a.btn_stay.icn-arrw::after{
    margin: -6px 0 0;
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    top: 50%;
    left: auto;
    right: 10px;
}
a.btn_stay:hover{
    background: rgba(0,0,0,.8);
    background: #c44700;
}
a.btn_stay:hover::after{
    right: 8px;
    -webkit-transition: .4s;
    transition: .4s;
    
}

@media ( min-width : 768px ) {
	.yad_area{
        position: absolute;
        top: 30px;
        right: 25px;
        z-index: 10;
    }
    .yad_lead{
        width: 74%;
        margin-top: 0;
        float: left;
    }
    .ie7 .yad_lead{
        padding-left: 13px;
    }
    a.btn_stay{
        width: 24%;
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 10px;
        border-width: 3px 3px 0 0;
        float: right;
    }
} 

/*	yad_photo
---------------------- */
.yad_photo{
    width: 100%;
    max-width: 870px;
    margin: 1em auto;
    overflow: hidden;
    position: relative;
}
.photoList{
    width: 500%;
}
.photoList li{
    float: left;
}
.photoList img{
    max-width: 100%;
    height: auto;
}
.photoList figcaption{
    display: block;
    width: 100%;
    padding: .4em 0;
    font-size: 12px;
    font-size: 1.2rem; 
    text-align: center;
    color: #000;
    background: #fff;
    position: absolute;
    bottom: 0;
}
@media ( min-width : 768px ) {
    .photoList figcaption{
        font-size: 14px;
        font-size: 1.4rem;        
    }
	
}

/* controll */
a.bx-prev,
a.bx-next{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(0,0,0,.6);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
}
a.bx-next{
    left: auto;
    right: 0;
}
a.bx-prev:hover,
a.bx-next:hover{
    background: rgba(0,0,0,.8);
}
a.bx-prev::after,
a.bx-next::after{
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border: 0 solid #fff;
    border-width: 0 0 3px 3px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform:  rotate(45deg);     
}
a.bx-next::after{
    border-width: 3px 3px 0 0;
    margin-left: -10px;
}

@media ( max-width : 767px ) {
	a.bx-prev::after{
    	border-width: 0 0 2px 2px;
	}
	a.bx-next::after{
    	border-width: 2px 2px 0 0;
	}
} 

/*	yad_plan
---------------------- */
.yad_plan{
    margin-bottom: 1em;
    overflow: hidden;
}

/* plan_ttl */
.plan_ttl{
    width: 100%;
    padding-bottom: .5em;
    margin-bottom: 1em;
    overflow: hidden;    	
    color: #f8f48f;
    border-bottom: 1px solid #fff;
}
.plan_ttl dt,
.plan_ttl dd{  
}
.plan_ttl dt{
    width: 10em;
    font-size: 12px;
    font-size: 1.2rem;
    white-space: nowrap;
}
.plan_ttl dd{
    font-size: 18px;
    font-size: 1.8rem;
    text-align: justify;
    line-height: 1.3;   
}
@media ( min-width : 768px ) {
	.plan_ttl{
        display: table;
        table-layout: fixed;
	}
    .plan_ttl dt,
    .plan_ttl dd{
        display: table-cell;    
    }
    .plan_ttl dt{
        font-size: 14px;
        font-size: 1.4rem;        
    }
    .plan_ttl dd{
        padding-left: 1.5em;  
    }
} 

/* plan_room */
.plan_room{
    margin-bottom: 1em;
}
.plan_room dt{
    font-size: 12px;
    font-size: 1.2rem;     
}
.plan_room dd{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;      
}
@media ( min-width : 768px ) {
	.plan_room{
        float: left;
        width: 25em;
    }
    .plan_room dt{
        font-size: 14px;
        font-size: 1.4rem;     
    }
    .plan_room dd{
        padding-top: .2em;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: justify;
        line-height: 1.3;      
    }
} 
@media ( min-width : 976px ) {
	.plan_room{
        float: left;
        width: 28em;
    }
    .plan_room dt{
        font-size: 14px;
        font-size: 1.4rem;     
    }
    .plan_room dd{
        padding-top: .2em;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: justify;
        line-height: 1.3;      
    }
} 

/* plan_price */
.plan_price{
    margin-bottom: 1em;
}
.plan_price dt{
    font-size: 12px;
    font-size: 1.2rem;   
}
.plan_price dd{
    font-size: 24px;
    font-size: 2.4rem;   
    line-height: 1;
    white-space: nowrap;
}
.plan_price small{
    padding-left: 1em;
}
@media ( min-width : 768px ) {
	.plan_price{
        float: left;
        width: 10.5em;
    }
    .plan_price dd{
        font-size: 24px;
        font-size: 2.4rem;   
        line-height: 1; 
    }
    .plan_price small{
        display: block;
        padding-left: 0;
    }
}
@media ( min-width : 976px ) {
	.plan_price{
        width: 11em;
    }
    .plan_price dd{
        font-size: 30px;
        font-size: 3.0rem;   
    }
} 

/* a.btn_plan */
a.btn_plan{
    display: block;
    width: 100%;
    padding: 1em 2em 1.3em 1em;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    background: #e24e00;
}
a.btn_plan:link{
    color: #fff;
}
a.btn_plan.icn-arrw::after{
    border-width: 2px 2px 0 0;    
    top: 50%;
    left: auto;
    right: 14px;
    margin: -9px 0 0;
}
a.btn_plan:hover{
    background: #c44700;
}
a.btn_plan:hover::after{
    right: 10px;
    -webkit-transition: .4s;
    transition: .4s;
}

@media ( min-width : 768px ) {
	a.btn_plan{
    	width: 100%;    	
        font-size: 14px;
        font-size: 1.4rem;
        float: right;
    }
    a.btn_plan.icn-arrw::after{
        border-width: 3px 3px 0 0;          
    }
} 
@media ( min-width : 868px ) {
	a.btn_plan{
    	width: auto;    	
        font-size: 14px;
        font-size: 1.4rem;
        float: right;
    }
} 
@media ( min-width : 976px ) {
	a.btn_plan{	
        font-size: 17px;
        font-size: 1.7rem;
    }
} 

/*	yad_otherPlan
---------------------- */
.other dt{
    font-size: 12px;
    font-size: 1.2rem;
}
.other dd{
    width: 50%;
    padding-left: 5px;
    float: left;
}
.other dd:not(:last-child){
    padding: 0 5px 0 0;
    text-align: right;
}
.other img{
    max-width: 100%;
    height: auto;
}
.other a{
    display: block;
}
@media ( min-width : 768px ) {
    .other{
        float: right;
        overflow: hidden;
    }
    .ie8 .other{
        width: 100%;
    }
    .other dt{
        display: inline-block;
        vertical-align: middle;
    }
    .other dd{
        display: inline-block;
        vertical-align: middle;
        width: 34%;
        padding: 0;
        float: none;
    }
    .ie7 .other dt,
    .ie7 .other dd,
    .ie8 .other dt,
    .ie8 .other dd{
        float: left;
        padding: 10px;
        position: relative;
        zoom: 1;      
    }
    .other dd:not(:last-child){
        margin: 0 30px 0 15px;
    }
} 
@media ( min-width : 813px ) {
    .other dd{
        width: auto;
    }
} 
