@charset "utf-8";
/* CSS Document */
.t_c{text-align: center;}
.txt12{font-size: 1.2em;}
.txt11{font-size: 1.1em;}
.txt09{font-size: 0.9em;}
.txt08{font-size: 0.8em;}


.mb_m30{margin-bottom: -30px!important;}





.fade {
	-webkit-transition: opacity 1ms ease-in;
    -o-transition: opacity 1ms ease-in;
    transition: opacity 1ms ease-in!important;
}
.ttl_back{
	background-image: url(/content/dam/jretravel/site/page/feature/fujiq/images/ttl_bg.png);
	background-color: #ffec4e;
	background-repeat  : no-repeat;
	background-position: top center;
}

.ttl_txt{
	color: #000000;
    width: auto;
    padding: 10px 10px 0px 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    line-height: 1.4;
    font-size: 16px;
    text-align: center;
}

.ttl_tv{
	position: relative;
	background-image: url(/content/dam/jretravel/site/page/feature/fujiq/images/ttl_tv.png);
    background-repeat: no-repeat;
    background-position: 230px center;
    height: 364px;
}
.ttl_mainbox{
	z-index: 1;
}
.ttl_mainimg{
	border-radius: 40px;
    border: solid #000 4px;
    height: 245px;
    width: 438px;
    top: 35px;
    right: -25px;
}

.ttl_takabisha{
	position: absolute;
    top: -10px;
    left: 0px;
    width: 230px;
}

.ttl_dodonpa{
	position: absolute;
    top: -10px;
    right: 0px;
    width: 230px;
}

.ttl_eejanaika{
	position: absolute;
    top: 140px;
    left: -100px;
    width: 230px;
}

.ttl_fujiyama{
	position: absolute;
    top: 160px;
    right: -70px;
    width: 230px;
}

.ttl_tentekomai{
	position: absolute;
    top: 270px;
    left: 20px;
    width: 230px;
}

@media screen and (max-width: 568px){
	.ttl_takabisha,.ttl_dodonpa,.ttl_eejanaika,.ttl_fujiyama,.ttl_tentekomai{
		display: none;
	}
	.ttl_mainimg{
		box-sizing: border-box;
		border-radius: 0px;
		/*overflow:hidden;*/
		border: solid #000 4px;
		padding: 0px;
		height: 100%;
		width: 100%;
		top: 0px;
		left: 0px;
}
	.ttl_tv{
		background-image: none;
		padding: 5px;
		height: auto;
}
	.ttl_txt{
    font-size: 14px;
}
}




/*商品説明*/
.plan_ttl h2{
	font-size: 1.8em!important;
	font-weight: bold!important;
	margin-bottom: 5px!important;
}
.plan_list .listitem li {
    background-color: #fff;
}

.price{
	font-size: 2.5rem;
	font-weight: bold;
	color: #E60012;
}


/*見出し画像のサイズ*/
@media screen and (max-width: 568px){
.fourcols_title img {
	max-height: 150px!important;
	margin-bottom: -10px;
	}
	}


/*アトラクション説明*/
.attraction_box{
	background-color: #fff;
    padding: 20px;
    border: solid #000 5px;
    border-radius: 30px;
}

.p_r05{padding-right: 5px;}
.p_l05{padding-left: 5px;}
.p_l10{padding-left: 10px;}


@media screen and (max-width: 568px){
	.p_r05,.p_l05,.p_l10,.sp_p_10{
		padding: 10px;
	}
}


.ttl_attraction h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
    font-weight: bold!important;
	font-size: 150%!important;
}

.attraction_lead{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 1em;
	margin-bottom: 1em;
    line-height: 150%;
}

.attraction_spec{
	padding-left: 1em;
}
.attraction_spec li{
	list-style:disc;
}


.attraction_title{
	padding: 7px 0 0 45px;
    background-image: url(/content/dam/jretravel/site/page/feature/fujiq/images/logo_q_big.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    font-size: 1.6em;
    font-weight: bold;
    background-size: 40px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
	line-height: 130%;
	opacity: 1!important;
}

/*1カラムの写真との位置調整*/
.attraction_txt{padding-left: 10px;}


@media screen and (max-width: 568px){
	.attraction_txt{padding-left: 0px;}
}

/*ボタン*/
.btn01_rt {
	width: auto;
    margin: 20px auto;
    text-align: center;
}
.btn01_rt a {
    background: #000;
    font-size: 1.3em;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    line-height: 130%;
    padding: 15px 60px 15px 32px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
}
.btn01_rt a:hover{
	background-color: #E50012;
	opacity: 1;
}
.btn01_rt a::after {
    /*content: '';*/
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: rotate(45deg) translate(-35%,-40%);
    transform: rotate(45deg) translate(-35%,-40%);
}
@media screen and (max-width: 568px){
.btn01_rt, .btn01_btm {
    width: 85%;
    background: #029E9A;
    border-radius: 10px;
    position: relative;
    padding: 0;
	margin-top: -10px;
}}

/*ふじやま温泉*/
.onsen_bg{
	background-color: #fff;
	padding: 1em;
	margin: 10px;
}
.onsen_title{
	padding: 3px 0 0 38px;
    background-image: url(/content/dam/jretravel/site/page/feature/fujiq/images/onsen.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    font-size: 1.7em;
    font-weight: bold;
    background-size: 30px auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
}
.onsen_spec{
	padding-right: 1em;
}
.onsen_att{
	padding-left: 1em;
	inpadding-left:1em;
	text-indent:-1em;
	font-size: 0.8em;
	margin-bottom: 1em;
}

/*コラム部分*/
.column_btn .clm_list_txt{
	height: 0px;
	overflow: visible;
}





/*--------------GoToキャンペーン用ここから---------------------*/
.goto_box{
	margin-top: 40px;
}
.goto_container{
	display: table;
    width: 95%;
    margin: 0 auto;
    table-layout: fixed;
}
.goto_img{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 400px;
    padding-right: 30px;
}
.goto_item{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.bg_white{
	background-color: #fff;
    padding: 0px!important;
    margin-bottom: -10px !important;
}

.codeitem .listitem li {
	padding: 20px;
	margin-bottom: 0px!important;
}
@media screen and (max-width: 568px){
.goto_box{
	margin: 0px 10px;
	padding: 0 10px;
}
}

/*--------------GoToキャンペーン用ここまで---------------------*/


