@charset "Shift_JIS";
/*
@import url(/common/css/jtb_site_970.css);
@import url(/common/css/function_970.css);
@import url(./common.css);
*/
@import url(./hkd.css);

/* ////////////////////////////////////////////// 幅・背景 */
.fullimg {
	width: 100%;
	height: auto;
}
.tacbox {
	margin: 10px 0;
	text-align: center;
}
#WRAPPER {
	width: 970px;
	background: #e3ffff url("../images/main_1px.gif") repeat-x center top;
}

#FULLBODY{
	width: 885px;
	margin: 30px auto 0;
	background-color: #e3ffff;
}

#tuika {
	display: block;
}

#tuika img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

/*div#CONTENTS div.contents_title_area{
	background: url("../images/bar001.gif") repeat-x center top;
	height:29px;
}*/

div#CONTENTS div.contents_subhead_area{
/*	background: url("../images/bar002.gif") repeat-x left top;*/
/*	height:27px;*/
}
.kiyaku.mt10 {
	font-size: 12px;
	padding-left: 10px;
}

div#CONTENTS h3,
div#CONTENTS h4{
	color: #666;
}

div#CONTENTS div.contents_title_area h3.contents_title,div#CONTENTS div.contents_subhead_area h4.subhead {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #29abe2;
	border-top: 5px solid #29abe2;
	padding: 6px 0;
	background-color: #d5eef8;
	}

div#CONTENTS div.contents_subhead_area p.only {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
div#CONTENTS div.contents_subhead_area h4.subhead{
/*	font-size: 15px;*/
	font-weight: bold;
/*	color: #29abe2;*/
	padding-left: 10px;
	margin-bottom: 0;
}
div#CONTENTS #course_DE div.contents_subhead_area h4.subhead {
	color: #ff931e;
}
div#CONTENTS #course_AB div.contents_subhead_area h4.subhead {
	color: #29abe2;
}
div#CONTENTS #course_F div.contents_subhead_area h4.subhead {
	color: #7ac943;
}
div#CONTENTS #course_DE div.contents_subhead_area h4.subhead,div#CONTENTS #course_AB div.contents_subhead_area h4.subhead,div#CONTENTS #course_F div.contents_subhead_area h4.subhead {
	background: none;
	border: none;
	text-align: left;
	padding-bottom: 0;
}


img{
vertical-align: bottom !important;
}
#page_header .icon_window {
vertical-align:middle !important;
}
#page_header .icon_window, #page_footer .icon_window {
vertical-align:middle !important;
}

a img{
	border:none !important;
}



/* ////////////////////////////////////////////// OUTLINE */
div#OUTLINE{}

.kiyaku_text,.Annotation {
	padding-left: 10px;
}
div#OUTLINE ul.kiyaku_text li,
div#OUTLINE ul.Annotation li{
	font-size: 12px;
	text-indent: -13px;
	padding-left: 13px;
	line-height: 160%;
	list-style:none;
}

table.PriceTable th,
table.PriceTable td{
	text-align: center;
	vertical-align:middle;
}
table.PriceTable {
	width:100%;
	color: #333333;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-collapse:collapse;
/*	border-style:none;*/
	border:2px solid #66B0FB;
}
#course_DE table.PriceTable,#course_DE table.PriceTable th,#course_DE table.PriceTable td {
	border-color: #ff931e;
}
#course_F table.PriceTable,#course_F table.PriceTable th,#course_F table.PriceTable td {
	border-color: #7ac943;
}
#course_H table.PriceTable,#course_H table.PriceTable th,#course_H table.PriceTable td {
	border-color: #c69c6d;
}
table.PriceTable td {
	padding:4px;
	border:1px solid #66B0FB;
	font-size: 12px;
	background-color: #fff;
}
table.PriceTable td.none {
	background: url(../images/tbdr.png) center center /100% 100% no-repeat;
}
table.PriceTable td p {
	margin:0 20px 0 0;
}
/*
table.PriceTable td p,table.PriceTable td a {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
*/
table.PriceTable td p,table.PriceTable td a {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
}
table.PriceTable td a, .rsvbtn,#tojtb {
	color: #fff;
	text-decoration: none;
	padding:2px 29px 3px 10px;
	border-radius:3px;
	background-color: #1b1464;
/*		background-color: #ccc;*/
	position: relative;
/*	pointer-events: none;*/
}
.course_block .rsvbtn,#tojtb {
	font-size: 30px;
	color: #fff;
	margin:10px auto 20px;
	display: inline-block;
	line-height: 1em;
	padding: 10px 20px 10px 15px;
}
#tojtb {
	font-size:17px;
	background-color: #C1272D;
	padding: 14px 20px 14px 15px;
}
table.PriceTable td a:after,.course_block .rsvbtn:after,#tojtb:after {
	content:"";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ffffff;
	position:absolute;
	top:50%;
	right: 5px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
table.PriceTable td span {
	background: #ffe5e5;
	color: #f00;
	font-weight: bold;
	padding: 1px 5px;
}
table.PriceTable th {
	font-size: 14px;
	font-weight: bold;
	border:1px solid #66B0FB;
	border-bottom:2px solid #66B0FB;
	padding:8px 5px 5px;
}
#OUTLINE table.PriceTable th {
	background-color: #d5eef8;
}
table.PriceTable th:first-child {
	width: 210px;
}
table.PriceTable th:not(:first-child) {
	width: 211px;
}
#OUTLINE table.PriceTable th:first-child {
	font-size: 12px;
	text-align: center;
	width: 145px;
}
#OUTLINE table.PriceTable td.Explanation{
	font-size: 12px;
	text-align: center;
}
#OUTLINE table.PriceTable th:not(:first-child) {
	font-size: 12px;
	width: auto;
}
#course_DE table.PriceTable th:not(:first-child) {
	width:230px;
}
table.PriceTable td.Explanation{
	padding:4px 5px 4px 5px;
	border:1px solid #66B0FB;
	font-size: 12px;
	background: #fff;
	text-align: left;
}
table.PriceTable td.Explanation2{
	background: #ededed;
}
table.PriceTable td.Explanation span.caution{
	color: red;
	font-weight: normal;
	font-size: 11px;
}

table.PriceTable td.Explanation span.new{
	color:#FFFFFF;
	background-color: #DF0003;
	font-weight: normal;
	font-size: 11px;
	padding: 2px;
}

table.PriceTable td.PriceBox{
	padding:4px;
	border:1px solid #66B0FB;
	font-size: 12px;
	background: #ffff99;
}

.PriceTable td a:hover,
.PriceTable td a:hover img {
	position: relative;
}

.PriceTable td a:hover {
	top: 1px;
	left: 1px;
}

.PriceTable td a:hover img {
	top: 0px;
	left: 0px;
	filter: Alpha(opacity=80);opacity:0.6;
}

/* ////////////////////////////////////////////// title */
#TITLE {
}

#TITLE .seo_text {
	background-color:#007bf9;
	height:25px;
}

#TITLE .seo_text h1 {
text-align: center;
line-height: 25px;
color:white;
}

/* ////////////////////////////////////////////// NAVI */


.plan,
.plan2,
.plan2{
	width:885px;
	height:auto;
	margin:0 0 15px 0;
	padding:0;
	}

.plan h3,
.plan2 h3,
.plan3 h3{
	margin:0;
	}


.plan .planleft,
.plan .planright,
.plan2 .planleft,
.plan2 .planright,
.plan3 .planleft{
	width:431px;
	height:190px;
	text-align:center;
	}
.navplan {
	border: 1px solid;
	box-sizing: border-box;
	margin-bottom: 23px;
	background-color: #fff;
}
.navplan:last-child {
	margin-bottom: 0;
}
.plan1 {
	border-color: #29abe2;
}
.plan2 {
	border-color: #ff931e;
}
.plan3 {
	border-color: #7ac943;
}
.plan4 {
	border-color: #c69c6d;
}

.navplan h3 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding:13px 0 12px ;
	margin:0 0 23px;
}
.plan1 h3 {
	background-color: #29abe2;
}
.plan2 h3 {
	background-color: #ff931e;
}
.plan3 h3 {
	background-color: #7ac943;
}
.plan4 h3 {
	background-color: #c69c6d;
}

ul.planbtn{
	font-size: 0;
	padding: 0 13px 22px;
	}
.plan2 ul.planbtn,.plan3 ul.planbtn{
	padding: 0 50px 22px;
}
.plan4 ul.planbtn{
	text-align: center;
}
ul.planbtn li{
	display: inline-block;
/*	margin:15px 0 0 0;*/
	}
ul.planbtn li:not(:last-child) {
	margin-right: 8px;
}
.plan2 ul.planbtn li:not(:last-child),.plan3 ul.planbtn li:not(:last-child){
	margin-right: 68px;
}
	
ul.planbtn a:hover img{
	filter: Alpha(opacity=80);opacity:0.6;
}
	
	

#ACCOMMODATION h3{
	margin:0;
	}


#ACCOMMODATION_BTN {
	border: 2px solid #66B0FB;
	border-top: none;
	xpadding: 17px 0 17px 17px;
	padding: 17px 0;
	text-align: center;
}



#ACCOMMODATION_BTN ul li {
	display: inline;
	xfloat: left;
	xmargin-right: 10px;
	margin: 0 5px;
}


#OTHER_PLAN {
	margin-top: 15px;
	width: 885px;
}

.other_plan_areaL {
	float: left;
	width: 285px;
}

.other_plan_areaL h3{
	margin:19px 0 0 0;
	}

.other_plan_areaL ul li{
	list-style-type:none;
	}

.other_plan_areaR {
	float: right;
	width: 590px;
}
.other_plan_areaR h3{
	margin:19px 0 0 0;
	}


#R_CAR_BTN {
	border: 2px solid #F9C276;
	border-top: none;
	padding: 17px 0;
	text-align:center;
}

#LOCAL_BTN {
	border: 2px solid #F280B7;
	border-top: none;
	padding: 17px 0;
	text-align: center;
}
#mailaddress {
	position: relative;
}
#mailaddress:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#course_H .price_area {
	padding:20px;
}
.course_note_area {
text-align: center
}
.course_note_area .note,#course_H .course_note_area {
	text-align: left;
}
.course_note_area_H div > span {
	font-size:20px;
	color:#1b1464;
	display: block;
	margin-bottom: 5px;
}
#course_H .price_area strong + strong {
	margin-top:15px;
	margin-bottom:15px;
}


#LOCAL_BTN ul li {
	display: inline;
	xfloat: left;
	xmargin-right: 10px;
	margin: 0 5px;
}

#INS_BTN {
	border: 2px solid #99DFC5;
	border-top: none;
	padding: 17px 0 17px 18px;
}

/* ////////////////////////////////////////////// COURSE */
#COURSE div.course_block{
	border: 1px solid #1365b3;
	border-top: 5px solid #1365b3;
	padding: 17px;
	margin-top: 30px;
	background-color: #fff;
}

#COURSE li.note{
	font-size: 12px;
	line-height: 125%;
}
.note{
	list-style: none;
}

#COURSE div.price_area table.price{
	border: 2px solid #999;
}

#COURSE div.price_area table.price th,
#COURSE div.price_area table.price tr
#COURSE div.price_area table.price td{
	border: 1px solid #999;
	padding: 3px;
	font-size: 85%;
	text-align: center;
}

.courseimg {
	width: 100%;
	height: auto;
	margin:0 auto;
}
#COURSE div.course_block div.schedule p.ex_note{
	font-weight: bold;
	text-align: right;
}
#COURSE div.course_block div.schedule p.plan-title{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: -10px;
}
.course_top_note_area{
	width:845px;
	/*height:80px;*/
/*	border-bottom:1px dotted #007bf9;*/
	padding-top:10px;
	padding-bottom:3px;
	margin-bottom:5px;
}

.top_note_left{
	float:left;
	width:100%;
	/*height:80px;*/
	padding-left: 20px;
	margin-right:15px;
	list-style: none;
}

.top_note_right{
	float:left;
	width: 415px;
	/*height:80px;*/
}


.top_note {
	font-size: 12px;
/*	color:#007bf9;*/
}

.top_note_kakko {
width:400px;
margin-left:15px;
	font-size: 11px;
	color:#007bf9;
}

.top_note_kakkonasi {
margin-left:8px;
}

/* レンタカーtable */

table.PriceTable tr td.rent_txt{
	text-align: left;	
}

p.rent_note{
	font-size: 13px;
	line-height: 140%;
}





table.PriceTable tr td ul li.rent_come{
	font-size: 11px;
	line-height: 135%;
}


table.PriceTable tr td p.rent_small{
	text-align :right;
	margin: 3px 205px 0 0;
	font-size: 11px;
}

table.PriceTable tr td p.rent_big{
	font-weight: bold;
	font-size: 13px;
}



/* ご注意（Aコース） */
dl.attention {
	border: dashed 2px #f00;
	padding: 5px;
	margin: 20px 0 0 0;
}

dl.attention dt {
	background: #f00;
	color: #fff;
	font-size: 117%;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

dl.attention dd {
	color: #f00;
	padding: 10px 5px 5px 5px;
}



/* ////////////////////////////////////////////// お申し込みはコチラボタン */
.entryBtn {
	margin: 2em 0 0 0;
	text-align: center;
}

a.move, a:link.move,
a:visited.move {
	text-decoration: none;
}

a:hover.move,
a:hover.move img {
	position: relative;
}

a:hover.move {
	left: 1px;
	top: 1px;
}

a:hover.move img {
	left: 0px;
	top: 0px;
}

a:active.move {
	text-decoration: none;
}

a.tranceP:hover img {
	filter: Alpha(opacity=80);opacity:0.6;
}

ol li {
	list-style-type:none !important;
}
ol.list_privacy {
	margin-top: 10px;
}
ol.list_privacy li {
	font-size: 98%;
	line-height: 1.8em;
	margin-bottom: 0;
}
ol.list_privacy{
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}
#info_hokkaido.nhp {
	background: none !important;
}
ol.list_privacy li{
	counter-increment: cnt;
	list-style-type:none;
}
ol.list_privacy li:before{
	display:inline-block;
	content: "(" counter(cnt) ") ";
	margin-left:-2em;
	width: 2em;
}
ol.list_privacy li a:link {
	color: #000099;
	text-decoration: underline;
}
#info_hokkaido.nhp #info {
	width: 100%;
/*	padding: 25px 20px 0 24px;*/
	border: none;
}
#info_hokkaido.nhp #info,#info_hokkaido.nhp #info #jtb h5 {
	background: none;
}
#info_hokkaido.nhp #info #jtb {
	width: 230px;
	margin-right: 19px;
	padding: 0;
}
#info_hokkaido.nhp #info #jtb p {
	font-size: 12px;
	color: #000;
	line-height: 2em;
	text-align: left;
	margin:0 0 3px 5px;
}
#info_hokkaido.nhp #info #jtb div.ktcenter p.fontSmaller {
	font-size: 13px;
	line-height: 1.4em;

}
#info_hokkaido.nhp #info #jtb p:nth-child(2) {
	margin-top:5px;
	margin-bottom: 2px;
}
/*#info_hokkaido.nhp #info #jtb p:nth-child(3) {
	margin-bottom:11px;
}*/
#info_hokkaido.nhp #info #jtb h5 {
	font-size: 15px;
	font-weight: bold;
	color: #C1272D;
	display: inline;
}
#info_hokkaido.nhp #info #jtb h5 span {
	font-size: 131%;
}
#info_hokkaido.nhp div.ktcenter p img {
	width: 21px;
	height: 21px;
	margin: 0 1px 0 0;
}
#info_hokkaido.nhp div.ktcenter {
	margin: 0;
}
#info_hokkaido.nhp .fontSmaller {
	margin-left: 10px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#info_hokkaido.nhp #info #address h4 {
	font-size:100%;
	height: auto !important;
	margin:0 0 5px;
}
#info_hokkaido.nhp #info #address p {
	font-size:14px;
	margin-bottom: 2px;
}
#info_hokkaido.nhp #info #address p:not(:nth-child(2)) {
	margin-top: 2px;

}
#info_hokkaido.nhp #info #address p:last-child {
	margin:9px 0 0 12px;
}
/*#info_hokkaido.nhp #info #address p span {
	font-size: 160%;
}*/
/*#info_hokkaido.nhp #info #address p span#border {
	font-size: 100%;
	margin-left: 5px;
	padding:3px 5px ;
	border: 1px solid #000;
}*/
span#border {
	font-size: 100%;
	margin-left: 5px;
	padding: 3px 5px;
	border: 1px solid #000;
}
#info_hokkaido.nhp p#ex {
	text-align: center;
	font-size:13px;
	line-height: 1.5em;
	padding:0 0 17px 0 ;
	background: none;
}

#info_hokkaido.nhp #info #address {
	padding-top: 0;
}
#info_hokkaido {
	width: 900px;
	margin:0 auto 0;
/*	background-color: #fff;*/
}
/*#info {
margin: 30px auto 0;
background-color: #fff;
	background-color: #fff;
	box-sizing: border-box;
}*/

#totop {
	width: 55px;
	height: 55px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20;
}
#totop a {
	display: block;
}
#totop a img {
	width: 100%;
	height: auto;
}

/* ////////////////////////////////////////////// お申込み・お問合せ先 */
#box_info_hokkaido {
	padding: 0 40px 40px 40px;
	width: 890px;
}
#box_info_hokkaido #info_hokkaido {
	margin: 0 35px;
}

/* ////////////////////////////////////////////// ページの先頭へ */
.goPagetop {
	margin-top: 1em;
	text-align:right;
}

/* ////////////////////////////////////////////// 横揃え */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

/* ////////////////////////////////////////////// フロートの解除 */
.clear { clear: both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* for ie7 */
.clearfix { zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ////////////////////////////////////////////// テキストを非表示 */
#box_info_hokkaido em {
	display: none;
}


/*____________________margin____________________*/

.mt0 {margin-top:0px !important;}
.mt2 {margin-top:2px !important;}
.mt3 {margin-top:3px !important;}
.mt5 {margin-top:5px !important;}
.mt7 {margin-top:7px !important;}
.mt8 {margin-top:8px !important;}
.mt10 {margin-top:10px !important;}
.mt13 {margin-top:15px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {text-align: center;margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt100 {margin-top:100px !important;}

.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}

.mr0{margin-right:0px !important;}
.mr2{margin-right:2px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr12{margin-right:12px !important;}
.mr16{margin-right:16px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr29{margin-right:29px !important;}
.mr30{margin-right:30px !important;}

.ml_1em{margin-left:1em !important;}

.mb0{margin-bottom:0px !important;}
.mb2{margin-bottom:2px !important;}
.mb3{margin-bottom:3px !important;}
.mb5{margin-bottom:5px !important;}
.mb8{margin-bottom:8px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
/*____________________padding____________________*/
.pt0 {padding-top:0px !important;}
.pt2 {padding-top:2px !important;}
.pt3 {padding-top:3px !important;}
.pt5 {padding-top:5px !important;}
.pt7 {padding-top:7px !important;}
.pt8 {padding-top:8px !important;}
.pt9 {padding-top:9px !important;}
.pt10 {padding-top:10px !important;}
.pt13 {padding-top:15px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}

.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb40 {padding-bottom:40px !important;}
.pb100 {padding-bottom:100px !important;}

#jyouken {
	margin-top: 30px;
}
#jyouken ul {
/*	margin-left: 10px;*/
	padding: 0px 20px;
	padding-bottom: 1px;
}
#jyouken ul.lstn li {
	list-style-type: none;
}
#jyouken .stxt {
	font-size:15px;
	font-weight: bold;
	padding-top:15px;
}
#jyouken li {
	font-size: 14px;
	list-style-type: disc;
	margin: 8px 0;
}
#jyouken li ol {
	margin-left: 1em;
}
#jyouken li ol li{
	list-style-type:decimal;
}
