@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main img {
    width: 100%;
    height:auto;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

/* タイトル
------------------------------------------ */
h1 {
	background: #224b8f;
	padding: 0px 10px;
	color: #fff;
	font-size:12px;
	line-height:22px;
	margin: 0px;
}
.titTop {
	padding:0px;
	margin:0px;
}
#boxTitle {
	position:relative;
}
#boxTitle h2 {
	padding:0px;
	margin:0px;
}
#boxTitle p {
	position: absolute;
    left: 23%;
    top: 41%;
    width: 54%;
    font-size: 8px;
    line-height: 12px;
    color: #000;
    padding: 0px;
    margin: 0px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif,HGS明朝E,メイリオ,Meiryo;
	text-align:center;
}

#boxTab {
	background-image: url(../images/bg_tab.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 100%;
}
#boxTab ul {
	margin:0px;
}
.btnTab1 {
	float: left;
    background: #455765;
    height: 56px;
    width: 31.2%;
    font-family: "メイリオ", Meiryo;
    font-size: 11px;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 0px;
    margin: 0 1%;
}
.btnTab1 a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-top:5%;
}
.btnTab1 a:hover {
	color:#ffffff;
}
.btnTab2 {
	float: left;
    background: #455765;
    height: 56px;
    width: 31.2%;
    font-family: "メイリオ", Meiryo;
    font-size: 11px;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 0px;
    margin: 0 1%;
}
.btnTab2 a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-top:5%;
}
.btnTab2 a:hover {
	color:#ffffff;
}
.btnTab3 {
	float: left;
    background: #455765;
    height: 56px;
    width: 31.2%;
    font-family: "メイリオ", Meiryo;
    font-size: 11px;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 0px;
    margin: 0 1%;
}
.btnTab3 a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-top:5%;
}
.btnTab3 a:hover {
	color:#ffffff;
}

#boxJR {
	margin-bottom:20px;
}
.titMain {
	background-image: url(../images/ti_main.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	font-family:"メイリオ", Meiryo;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#FFF;
	text-indent:17px;
	padding:16px 0px 0px 0px;
	margin:0px;
	    clear: both;
}
.linkPlan {
	padding:0px 0px 0px 548px;
	margin:0px 0px 12px 0px;
}
.linkPlan a {
	color:#6e6e6e;
	text-decoration:none;
}
.linkPlan a:hover {
	color:#F33;
}
.linkJR {
	float:left;/*←航空セットプラン表示の際はこちらを適用*/
	/*float:right;*/
	width:190px;
	font-family:"メイリオ", Meiryo;
	color:#6e6e6e;
	font-size:16px;
	line-height:24px;
	text-indent:17px;
	background-image: url(../images/ic_arrow_jr.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.linkAir {
	/*float:left;*/
	float:right;
	width:200px;
	font-family:"メイリオ", Meiryo;
	color:#6e6e6e;
	font-size:16px;
	line-height:24px;
	text-indent:17px;
	background-image: url(../images/ic_arrow_air.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.btnPlan {
	padding:0px 0px 0px 6px;
	margin:0px;
}
.btnPlan  a {
	display:block;
	width:451px;
	height:100px;
	text-decoration:none;
	color:#444444;
}
.btnPlan  a:hover {
	color:#F33;
}


#boxthemepark {
	width: 100%;
	padding-bottom:13px;
	margin-bottom:30px;
}
#boxthemepark h3 {
	height: 45px;
	width: 100%;
	font-family:"メイリオ", Meiryo;
	font-size:20px;
	line-height:24px;
	color:#FFF;
	text-indent:325px;
	padding:55px 0px 0px 0px;
	margin:0px 0px 17px 0px;
}
.titOsusume {
	background-color: #666;
    width: 100%;
    font-family: "メイリオ", Meiryo;
    font-size: 20px;
    /* line-height: 24px; */
    /* text-indent: 20px; */
    font-weight: normal;
    padding: 8px 0px;
    /* margin: 0px 0px 0px 15px; */
    text-align: center;
    color: #FFF;
}
#boxOsusume {
	background-color: #FFF;
	width: 100%;
}
#boxOsusumeIn {
    padding: 2% 3%;
}
.Osusume {
    float: left;
    width: 48%;
    margin: 3% 1%;
}
.Osusume p {
	float:left;
	background-image: url(../images/bg_im_osusume.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 176px;
	padding:0px;
	margin:0px;
}
.Osusume p img {
	max-width: 97%;
}
.Osusume p span {
    display: none;
}
.Osusume dl {
	float:left;
    width: 100%;
	padding:0px;
	margin:0px;
}
.Osusume dt {
	background-image: url(../images/ln_osusume.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    line-height: 20px;
    padding: 3%;
}
.Osusume dd {
	font-size:12px;
	line-height:20px;
	padding:0px 0px 0px 13px;
	margin:0px;	
}

/*h2*/
h2.title_h2{
	width: 100%;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
}

/*日本の国立公園へ行くお得なプラン*/
.p-cont__cont.p-cont__cont--accordion{padding:0 3%;}

.p-cont .p-cont__ttl--accordion.open {
    border-bottom: none;
}

.p-cont .p-cont__ttl--accordion {
    border-top: 1px dashed #000;
    padding-left: 40px;
    cursor: pointer;
}

.p-cont .p-cont__ttl--1 {
    font-size: 125%;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.p-cont .p-cont__ttl--accordion {
    border-top: 1px dashed #000;
    padding-left: 40px;
    cursor: pointer;
}

.p-cont .p-cont__ttl--1 {
    font-size: 125%;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.c-list{margin-bottom:20px;}

.c-list h2{
	font-size:20px;
	cursor:pointer;
	color: #FFF;
    border-radius: 5px;
    width: 80%;
	padding: 1% 8%;
	margin: 0 auto 1% auto;
}

.c-list .opener {
    background: url(../images/close.gif) no-repeat #224b8f 1.5% 50%;
    background-size: 5%;

}
.c-list .opener.active{
	background:url(../images/active.gif) no-repeat #224b8f 1.5% 50%;
	background-size:5%;

}

.c-list .item.item-1 {
    clear: both;
}

.c-list .item {
	float: left;
    width: 100%;
    position: relative;
}
.c-list .item.hokkaido .item-head .c-number {
    background-color: #19448e;
}

.c-list .item .item-head .c-number {
    position: absolute;
    top: 19px;
    left: 4px;
}

.c-number {
    background-color: #224b8f;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 1.8em;
}
.c-list .item a {
    text-decoration: none;
    display: block;
}
.c-list .item .item-img {
    display: block;
    margin-top: 15px;
}
.c-list .item.hokkaido .item-bottom {
    border-color: #19448e;
    background-color: #d2dae8;
}

.c-list .item .item-bottom {
    display: block;
    border-top: 10px solid #224b8f;
    background-color: #a6b8d2;
    padding: 5px;
    text-align: center;
}
.c-list .item .item-bottom .name {
    display: block;
    text-decoration: underline;
    color: #000;
    font-size: 110%;
}
.c-list .item .item-bottom .name-kana {
    font-size: 75%;
    color: #000;
}
.c-list .item .data {
	margin: 2%;
    font-size: 120%;
    width: 44%;
    float: left;
}
.data__region {
    font-size: 0.85em;
}

.null{
	display:none;
}
ul.plan{text-align:center;margin-bottom:2%;}
ul.plan li{
	width: 90%;
	margin:0 auto;
}
ul.plan li a {
	width: auto;
    padding: 8px;
    list-style: none;
    margin: 0 0 5px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
	display: block;
	clear: both;
}
p.data__apeal {
	font-size: 12px;
    margin: 2% 0;
}
ul.plan li a.yado_btn {
    background-color: #ff3366;
}
ul.plan li a.jr_btn {
    background-color: #009900;
}
ul.plan li a.air_btn {
    background-color: #424ea8;
}

ul.plan li:first-child{text-align:center;font-size:16px;}
ul.one li:nth-of-type(n+2){width:98%;margin:0 1%;}
ul.two li:nth-of-type(n+2)/*{width:48%;float:left;margin:0 1%;}*/{width:98%;margin:0 1%;}

.disnon{
	display:none;
}

/*横並び用CSS採用なら以下を使用*/
.c-list .item .item-bottom{border-top:none;}
.right_img_ul{
	width:50%;
	float:left;
}

.left_btn{
	width:50%;
	float:left;
	margin-top: 5px;
}

.left_btn .data__apeal {
    font-size: 1em;
	margin:1% 10%;
}

.c-list .item .item-head .c-number {
    position: absolute;
    top: 5px;
    left: 4px;
}

/*20180625*/
.pamphlet_plan {
	background: #FFF;
    padding: 0 5px 0;
    margin-bottom: 10px;
}

.pamphlet_plan > p {
	float: left;
    width: 160px;
	padding: 10px 10px 3px 0;
}

.pamphlet_plan dl dt {
	font-size: 18px;
    margin: 5px 0 5px 0;
	font-weight: bold;
}

.pamphlet_plan dd {
	font-size: 14px;
    margin: 0 0 10px 0;
}

.pamphlet_plan dl dd p.btn a {
	width: 95%!important;
	margin: 0 auto;
}

.btn a {
    display: block;
    padding: 12px 0;
    color: #FFF !important;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #1e59b9;
    font-size: 18px;
    text-decoration: none !important;
}

.btn a:hover {
    background-color: #3677e0;
}

.bnrarea{
	width:95%;
	margin:20px auto;
}

/*デジパン*/
.titPark {
	padding: 5px 10px;
    background: #a6b8d2;
    color: #000;
    font-size: 16px;
    text-align: center;
}
.dpanf dl {
    width: 48%;
	height:370px;
    display: block;
    margin: 2% 1%;
    float: left;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -ms-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    background: #FFF;
}
.dpanf dl dd {
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
    font-weight: bold;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
main article {
    margin: 0 auto !important;
    width: 950px !important;
}

#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
	max-width:950px;
	min-width:760px;
    margin: 0 auto 5px;
    box-sizing: border-box;
}
.pcnone{display:none;}

/* タイトル
------------------------------------------ */
h1 {
	background: #224b8f;
	padding: 0px 10px;
	color: #fff;
	font-size:12px;
	line-height:22px;
}
.titTop {
	padding:0px;
	margin:0px;
}
#boxTitle {
	position:relative;
}
#boxTitle h2 {
	padding:0px;
	margin:0px;
}
#boxTitle p {
    position: absolute;
    left: 240px;
    top: 135px;
    width: 50%;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    padding: 0px;
    margin: 0px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",serif,HGS明朝E,メイリオ,Meiryo;
	text-align:center;
}

#boxTab {
	background-image: url(../images/bg_tab.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 950px;
}
#boxTab ul {
	padding:0px 0px 0px 12px;
	margin:0px;
}
.btnTab1 {
	float:left;
	background: #455765;
	height: 80px;
    width: 32%;
	font-family:"メイリオ", Meiryo;
	font-size:18px;
	line-height:20px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:0px;
	margin:0px 11px 0px 0px;
}
.btnTab1 a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-top:18px;
}
.btnTab1 a:hover {
	color:#ffffff;
}
.btnTab2 {
	float:left;
	background: #455765;
	height: 80px;
    width: 32%;
	font-family:"メイリオ", Meiryo;
	font-size:18px;
	line-height:20px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:0px;
	margin:0px 11px 0px 0px;
}
.btnTab2 a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-top:18px;
}
.btnTab2 a:hover {
	color:#ffffff;
}
.btnTab3 {
	float:left;
	background: #455765;
	height: 80px;
    width: 32%;
	font-family:"メイリオ", Meiryo;
	font-size:18px;
	line-height:20px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:0px;
	margin:0px 11px 0px 0px;
}
.btnTab3 a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding-top:18px;
}
.btnTab3 a:hover {
	color:#ffffff;
}

#boxJR {
	margin-bottom:37px;
}
.titMain {
	background-image: url(../images/ti_main.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 950px;
	font-family:"メイリオ", Meiryo;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#FFF;
	text-indent:17px;
	padding:16px 0px 0px 0px;
	margin:0px;
	    clear: both;
}
.linkPlan {
	padding:0px 0px 0px 548px;
	margin:0px 0px 12px 0px;
}
.linkPlan a {
	color:#6e6e6e;
	text-decoration:none;
}
.linkPlan a:hover {
	color:#F33;
}
.linkJR {
	float:left;/*←航空セットプラン表示の際はこちらを適用*/
	/*float:right;*/
	width:190px;
	font-family:"メイリオ", Meiryo;
	color:#6e6e6e;
	font-size:16px;
	line-height:24px;
	text-indent:17px;
	background-image: url(../images/ic_arrow_jr.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.linkAir {
	/*float:left;*/
	float:right;
	width:200px;
	font-family:"メイリオ", Meiryo;
	color:#6e6e6e;
	font-size:16px;
	line-height:24px;
	text-indent:17px;
	background-image: url(../images/ic_arrow_air.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.btnPlan {
	padding:0px 0px 0px 6px;
	margin:0px;
}
.btnPlan  a {
	display:block;
	width:451px;
	height:100px;
	text-decoration:none;
	color:#444444;
}
.btnPlan  a:hover {
	color:#F33;
}
.btnJR {
	/*float:left;*//*←航空セットプラン表示の際はこちらを表示*/
	background-image: url(../images/bt_jr.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 451px;
	font-family:"メイリオ", Meiryo;
	font-size:25px;
	line-height:100px;
	color:#444444;
	text-indent:75px;
	padding:0px 0px 0px 0px;
	/*margin:0 auto;*/
	margin:0px 32px 0px 0px;/*←航空セットプラン表示の際はこちらを適用*/
}
.btnAir {
	/*float:left;*/
	background-image: url(../images/bt_air.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 451px;
	font-family:"メイリオ", Meiryo;
	font-size:25px;
	line-height:100px;
	color:#444444;
	text-indent:67px;
	padding:0px 0px 0px 0px;
	/*margin:0px;*/
	margin:0 auto;
}
.Kensaku1 {
	float:left;
	width:300px;
	padding:0px;
	margin:0px 0px 17px 45px;
	_display:inline;
}
.Kensaku1 dd {
	margin:-18px 0px 0px 70px;
}
.Kensaku2 {
	float:left;
	width:210px;
	padding:0px;
	margin:0px 0px 17px 0px;
}
.Kensaku2 dd {
	margin:-18px 0px 0px 70px;
}
.Kensaku3 {
	float:left;
	width:210px;
	padding:0px;
	margin:0px 0px 17px 0px;
}
.Kensaku3 dd {
	margin:-18px 0px 0px 70px;
}
.Kensaku4 {
	float:left;
	width:300px;
	padding:0px;
	margin:0px 0px 0px 45px;
	_display:inline;
}
.Kensaku4 dd {
	margin:-18px 0px 0px 70px;
}
.Kensaku5 {
	float:left;
	width:420px;
	padding:0px;
	margin:0px;
}
.Kensaku5 dd {
	margin:-18px 0px 0px 70px;
}
.btnKensaku1 {
	position:absolute;
	left:772px;
	top:62px;
	width:124px;
	height:69px;
}
.btnKensaku1 input {
	padding:0px;
	margin:0px;
}

#boxSyuku {
	margin-bottom:20px;
}
#boxSyuku ul {
	padding:20px 0px 0px 152px;
	margin:0px;
}
#boxSyuku li {
	background-image: url(../images/bt_syuku.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 649px;
	font-family:"メイリオ", Meiryo;
	font-size:25px;
	line-height:100px;
	letter-spacing:-0.1em;
	color:#444444;
	text-align:center;
	padding:0px;
	margin:0px;
}
#boxSyuku li a {
	display:block;
	width:649px;
	height:100px;
	text-decoration:none;
	color:#444444;
}
#boxSyuku li a:hover {
	color:#F33;
}

#boxthemepark {
/*	background-image: url(../images/bg_themepark.jpg);
	background-repeat: repeat-y;*/
	width: 950px;
	padding-bottom:13px;
	margin-bottom:30px;
}
#boxthemepark h3 {
/*	background-image: url(../images/ti_themepark.jpg);
	background-repeat: no-repeat;*/
	height: 45px;
	width: 950px;
	font-family:"メイリオ", Meiryo;
	font-size:20px;
	line-height:24px;
	color:#FFF;
	text-indent:325px;
	padding:55px 0px 0px 0px;
	margin:0px 0px 17px 0px;
}
.titOsusume {
	background-color: #666;
	width: 923px;
	font-family:"メイリオ", Meiryo;
	font-size:20px;
	line-height:24px;
	text-indent:20px;
	font-weight:normal;
    padding: 8px 0px;
    margin: 0px 0px 0px 15px;
    text-align: center;
    color: #FFF;
}
#boxOsusume {
	background-color: #FFF;
/*	background-image: url(../images/bg_osusume1.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	width: 920px;
	margin:0px 0px 17px 15px;
}
#boxOsusumeIn {
    padding: 20px;
}
.Osusume {
	float:left;
	width: 50%;
	margin:22px 0px 7px 0px;
}
.Osusume p {
	float:left;
	background-image: url(../images/bg_im_osusume.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 176px;
	padding:0px;
	margin:0px;
}
.Osusume p img {
	margin:3px 0px 0px 0px;
}
.Osusume dl {
	float:left;
	width:257px;
	padding:0px;
	margin:0px;
}
.Osusume dt {
	background-image: url(../images/ln_osusume.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:16px;
	font-weight:bold;
	color:#222;
	line-height:20px;
	padding:0px 0px 11px 13px;
	margin:0px 0px 3px 0px;
}
.Osusume dd {
	font-size:12px;
	line-height:20px;
	padding:0px 0px 0px 13px;
	margin:0px;	
}
.titInfo {
	background-image: url(../images/ti_info.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 923px;
	font-family:"メイリオ", Meiryo;
	font-size:20px;
	line-height:24px;
	text-indent:20px;
	font-weight:normal;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 15px;
}
#boxInfo {
	background-color: #FFF;
	background-image: url(../images/bg_osusume1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 920px;
	margin:0px 0px 0px 15px;
}
#boxInfoIn {
	background-image: url(../images/bg_osusume2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:5px 0px 23px 14px;
}
#boxInfoIn ul {
	float:left;
	width:534px;
	padding:0px;
	margin:0px;
}
#boxInfoIn li {
	width:516px;
	background-image: url(../images/ic_info.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size:12px;
	line-height:20px;
	padding:0px 0px 0px 18px;
	margin:20px 0px 0px 0px;
}
#boxInfoIn li strong {
	font-size:16px;
}
#boxInfoIn p {
	float:left;
	padding:0px;
	margin:23px 0px 0px 0px;
}

#boxPanf {
	margin-bottom:30px;
}
#boxPanf ul {
	padding:0px 0px 0px 19px;
	margin:0px;
}
#boxPanf li {
	float:left;
	width:170px;
	border:1px solid #e2e2e2;
	padding:10px 0px;
	margin:13px 13px 0px 0px;
	_display:inline;
}
.imgPanf {
	background-image: url(../images/bg_im_panf.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 158px;
	padding:0px;
	margin:0px 0px 5px 10px;
}
.txtPanf {
	font-size:12px;
	line-height:20px;
	padding:0px;
	margin:0px 10px 0px 10px;
}

#boxContents {
}
#boxContents ul {
	padding:0px 0px 0px 19px;
	margin:0px;
}
#boxContents li {
	float:left;
	width:290px;
	border:1px solid #e2e2e2;
	padding:8px 0px;
	margin:14px 18px 0px 0px;
	_display:inline;
}
#boxContents p  {
	float:left;
	width:124px;
	text-align:right;
	padding:0px;
	margin:0px 14px 0px 0px;
}
#boxContents dl {
	float:left;
	width:145px;
	padding:0px;
	margin:0px;
}
#boxContents dt {
	font-size:14px;
	line-height:18px;
	color:#686868;
	padding:0px;
	margin:0px 0px 3px 0px;
}
#boxContents dd {
	font-size:12px;
	line-height:18px;
	color:#686868;
	padding:0px;
	margin:0px;
}

.image-btn {
    border: 0px;
    width: 124px;
    height: 69px;
	cursor: pointer;
	background:url(../images/bt_kensaku.gif) no-repeat;
}

/*ガジェットの航空セットプラン*/
#nta_jr dl dd a img{width:auto;}
/*ガジェットの航空セットプラン*/
/*ガジェットの航空セットプラン*/	
ul#tab{
	position:absolute;
	left: 253px;
	top: 12px;
	width: 444px;
	height: 32px;
	font-size:16px;
	margin:0;
	padding:0;
	line-height:1em;
	letter-spacing:0em;
	text-align:left;
	text-indent:0em;
	background:url(../images/tb_arrow2.png) no-repeat;
}
/*ガジェットの航空セットプラン*/

h4 ul#tab li{
	width:170px;
	float:left;
	cursor:pointer;
	margin:0 5px 0 0;
	font-size:16px;
	padding:10px 0 0 30px;
	display:block;
	height:30px;
	font-family:"ＭＳ Ｐゴシック";
}

.disnon {
  display: none;
}

.select{
	background:url(../images/tb_arrow1.png) no-repeat;
}

/*h2*/
h2.title_h2{
	width:100%;
	margin: 20px auto 30px auto;
	clear: both;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
}

/*日本の国立公園へ行くお得なプラン*/
.p-cont__cont{
	margin-top:10px;
}

div.p-cont__cont--wrapper{
    margin-bottom: 0.5%;
}

.p-cont .p-cont__ttl--accordion.open {
    border-bottom: none;
}

.p-cont .p-cont__ttl--accordion {
    border-top: 1px dashed #000;
    padding-left: 40px;
    cursor: pointer;
}

.p-cont .p-cont__ttl--1 {
    font-size: 125%;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.p-cont .p-cont__ttl--accordion {
    border-top: 1px dashed #000;
    padding-left: 40px;
    cursor: pointer;
}

.p-cont .p-cont__ttl--1 {
    font-size: 125%;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.c-list .item.item-1 {
    clear: both;
}

.c-list h2{
	font-size:28px;
	cursor:pointer;
	color: #FFF;
    border-radius: 5px;
    width: 84%;
	padding: 1% 8%;
}
.c-list{margin-bottom:30px;}
.c-list .opener {
    background: url(../images/close.gif) no-repeat #224b8f 1.5% 50%;
    background-size: 45px auto;
}
.c-list .opener.active{
	background:url(../images/active.gif) no-repeat #224b8f 1.5% 50%;
	background-size:45px auto;
}

.c-list .item {
	float: left;
    width: 31%;
    min-height: 410px;
    margin: 0 1% 30px 1%;
    height: inherit;
    position: relative;
}
.c-list .item.hokkaido .item-head .c-number {
    background-color: #19448e;
}

.c-list .item .item-head .c-number {
    position: absolute;
    top: 13px;
    left: 4px;
}

.c-number {
    background-color: #224b8f;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 1.8em;
}
.c-list .item a {
    text-decoration: none;
    display: block;
}
.c-list .item .item-img {
    display: block;
    margin-top: 35px;
}
.c-list .item.hokkaido .item-bottom {
    border-color: #19448e;
    background-color: #d2dae8;
}

.c-list .item .item-bottom {
    display: block;
    border-top: 10px solid #224b8f;
    background-color: #a6b8d2;
    padding: 5px;
    text-align: center;
}
.c-list .item .item-bottom .name {
    display: block;
    text-decoration: underline;
    color: #000;
    font-size: 110%;
}
.c-list .item .item-bottom .name-kana {
    font-size: 75%;
    color: #000;
}
.c-list .item .data {
    padding: 10px;
    font-size: 120%;
    height: 80px;
}
.data__region {
    font-size: 0.85em;
}
.data__apeal {
    font-size: 0.85em;
	margin:1% 0;
}
.null{
	float: left;
    width: 31%;
    min-height: 457px;
    margin: 0 1% 30px 1%;
    height: inherit;
}

ul.plan li a {
    width: 96%;
    padding: 8px 0;
    list-style: none;
    margin: 0 auto 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    display: block;
}
p.data__apeal {
    font-size:13px;
	line-height:1.3;
	height: 90px;
}
ul.plan li a.yado_btn {
    background-color: #ff3366;
}
ul.plan li a.jr_btn {
    background-color: #009900;
}
ul.plan li a.air_btn {
    background-color: #424ea8;
}

ul.plan li:first-child{text-align:center;font-size:16px;}
ul.one li:nth-of-type(n+2){width:98%;margin:0 1%;}
ul.two li:nth-of-type(n+2)/*{width:48%;float:left;margin:0 1%;}*/{width:98%;margin:0 1%;}

/*20180625*/
.pamphlet_plan {
	background: #FFF;
    padding: 30px;
    margin-bottom: 40px;
}

.pamphlet_plan > p {
	float: left;
    width: 250px;
}

.pamphlet_img {
    width: 250px;
	float: left;
}

.pamphlet_plan dl {
	overflow: hidden;
    padding: 0 0 0 30px;
	min-height: 330px;
}

.pamphlet_plan dl dt {
	font-size: 24px;
    margin: 0 0 15px 0;
}

.pamphlet_plan dd {
	font-size: 14px;
    margin: 0 0 15px 0;
}

.pamphlet_plan dl dd p.btn a {
	width: 95%!important;
	margin: 0 auto;
}

.btn a {
    display: block;
    padding: 12px 0;
    color: #FFF !important;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    background: #1e59b9;
    font-size: 18px;
    text-decoration: none !important;
}

.btn a:hover {
    background-color: #3677e0;
}

.bnrarea{
	width:640px;
	margin:20px auto;
}
.bnrarea2{
	width:384px;
	margin:20px auto;
}

.bnrarea img{
	width:100%;
}

/*デジパン*/
.titPark {
    padding: 10px;
    margin-top: 20px;
    background: #a6b8d2;
    color: #000;
    font-size: 20px;
}
.dpanf dl {
    width: 23%;
	height:409px;
    display: block;
    margin: 2% 1%;
    float: left;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -ms-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    background: #FFF;
}
.dpanf dl dd {
    font-size: 17px;
    padding: 10px 0px;
    text-align: center;
    font-weight: bold;
}

}