@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}



html{
	overflow-y: scroll;
	line-height:1.4em;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
	color: #fff;
}

/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  



#wrapper_sp {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding-bottom:30px;	
}

#kagasp_wrapper {

	
}

.content_sp {
	margin-left: auto;
    margin-right: auto;
	width:950px;
}

.backwhite_plan {
	background-color: #fff;
	height: 300px;
}

.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}



@media screen and (max-width:560px) {
	
	#wrapper_sp {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding-bottom:30px;
		width: 100%;
}

	
#kagasp_wrapper {
	
	
}
	
	.content_sp {
	width:100%;
}
	
	
.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
	}
	
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    display: flex;
    align-items: center;
    background-color: #cc0000;
    padding:0 30px;
    height:80px;
    position:relative;
	z-index: 100;
}

header img {
    width: 103px;
    height: 23px;
}

header h1 {
    position:absolute;
    right:30px;
    width:calc(100% - 60px - 500px);
    font-size: 1rem;
    color: #fff;
    text-align:right;
}

header h2{
    margin: 0 40px 0 64px;
    padding: 0;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
header h2 big{
    font-size: 19px;
    margin-right: 24px;
}
header select {
    width: auto;
    height: 36px;
    appearance: none;
    padding-right: 20px;
    background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_white.svg) no-repeat right 16px center #000;
    background-size: 10px 12px;
    color: #fff;
    border: 0;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 0 36px 0 24px;
    margin: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    outline: none;
}
#tyo header .departure .tyo,
#osa header .departure .osa,
#ngo header .departure .ngo,
#fuk header .departure .fuk,
#oki header .departure .oki,
#kan header .departure .kan,
#hok header .departure .hok,
#hok header .departure .chu,
#hok header .departure .shi{
    display: none;
}

@media screen and (max-width:767px) {
    header {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #DBDBDB;
        height: auto;
    }
    header .logo {
        position: relative;
        right:auto;
        order: 2;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 0 0 16px;
        background: #BF0101;
        text-align: left;
        display: flex;
        align-items: center;
    }
    header img {
        width: 70px;
        height: auto;
    }
    header h1{
        font-size:14px;
        line-height: 1.4;
        width:calc(100% - 110px);
        top:5px;
        right:16px;
		z-index: 100;
    }
    header h2 {
        order: 3;
        margin: 0;
        padding: 0 15px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        color:#333;
    }
    header h2 big{
        font-size: 17px;
        margin-right: 0;
    }
    header .departure {
        order: 4;
        flex: 1;
        margin: 0;
        padding: 12px 0;
        text-align: left;
        color:#333;
    }
    header select{
        width: auto;
        height: 32px;
        padding-right: 20px;
        background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_black.svg) no-repeat right 16px center #fff;
        background-size: 10px 12px;
        color: #000;
        border: 0;
        padding: 0 36px 0 24px;
        margin: 0;
        box-shadow: 0;
        font-size: 14px;
        font-weight: bold;
    
    }
}


/*/////////////////////////////　パンくず　////////////////////////////*/

#breadcrumbs {
	color:#333;
	text-align: left;
	margin: 0 auto;
	padding: 12px 0 12px 30px;
	font-size: 12px;
	background-color:#f2f2f2;
}
#breadcrumbs a{
	color:#4e4e4e;
	text-decoration: none;
}
#breadcrumbs ul{
	display: flex;
}
#breadcrumbs li{
	margin-right:15px;
}
#breadcrumbs li:not(:first-child):before {
	content: ">";
	margin-right: 8px;
}
@media screen and (max-width:767px) {
	#breadcrumbs {
			max-width:auto;
			margin: 0 auto;
			padding: 9px 15px;

			overflow-x: scroll;
			word-break: keep-all;
			white-space: nowrap;
			 -webkit-overflow-scrolling: touch;
	}
}




/*/////////////////////////////ヘッダー////////////////////////////*/

.kagasp_main_head {
	background-image:url("../img/bg02.jpg");
	background-position:top center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: 1750x;
	height: 500px;
}

#gw_content {
	background-repeat:repeat;
	background-color:#d0efff;
}


#area_kyu,#area_oki {
	margin-top:20px;
}


#kagasp_head{
	position: relative;
	width: 100%;
}


#kagasp_head img {
	position: absolute;
	top: 0;
	left: 10%;
}



#kagasp_head p {
	position: absolute;
	top: 370px;
	right: 35%;
	font-size: 16px;
	line-height: 1.5em;
}




.dept_info {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color:rgba(0,0,0,0.8);
	padding: 10px;
}

@media screen and (max-width:560px) {
	
.kagasp_main_head {
	background-image:url("../img/bg02.jpg");
	background-position:top center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: 340%;
	height: 410px;
}
	
#kagasp_head{
	position: relative;
	width: 100%;
}


#kagasp_head img {
	position: absolute;
	top: 0;
	left: 0%;
	width: 90%
}



#kagasp_head p {
	position: absolute;
	top: 370px;
	right: 10%;
	font-size: 14px;
	line-height: 1.5em;
}

	

.dept_info {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color:rgba(0,0,0,0.8);
	padding: 10px;
}
	
}


/*/////////////////////////////　小松助成金　////////////////////////////*/

.komatsu_josei {
	width: 911px;
	margin:20px auto;
}


@media screen and (max-width:560px) {
	
.komatsu_josei {
	width: 90%;
}
	
.komatsu_josei img {
	width: 100%;
}
}

/*/////////////////////////////　MAP　////////////////////////////*/

.kaga_map {
	text-align: center;
}

.kaga_map_tit {
	padding-bottom: 20px;
	padding-top: 30px;
}

@media screen and (max-width:560px) {

.kaga_map {
	text-align: center;
	width: 100%;
}	
	
	.kaga_map_main {
		width: 100%;
	}
	.kaga_map img {
		width: 100%;
	}
	
	.kaga_map_tit {
	padding-top: 10px;
		padding-left: 15px;
		width: 90%;
}
	
}


/*/////////////////////////////　コンテンツ　////////////////////////////*/

.kagasp_main_contents {
	background-image: url("../img/gara_bg.png");
	background-repeat: repeat;
	padding-bottom: 30px;

}

.kaga_spot ul {
	padding-top: 30px;
}

.kaga_spot li {
	float: left;
	width: 315px;
	padding-top: 20px;
}

.kaga_spot p {
	width: 280px;
	height: 110px;
	padding: 10px 10px 0px 20px;
	font-size: 14px;
}

.kagasp_plan_contents {
	padding-top: 30px;
}

.content_tit {
	text-align: center;
}

.content_tit_pc {
	width: 614px;
	display: block;
	margin:20px auto 30px auto;
}

.content_tit_sp {
	display: none;
}

.plan_select ul {
		display: flex;
		justify-content: center;
}

.plan_select li {
	font-family:serif;
	border: 1px solid #8a0008;
	width: 340px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin:20px;
	color: #000;
	font-size: 17px;
	background-image: url("../img/arrow.gif");
	background-repeat: no-repeat;
	background-position: right 8% bottom 50%;
}

.plan_select li span {
	font-size: 25px;
}

.title_kaga {
	background-color: #8a0008;
	text-align: center;
	color: #fff;
	font-size: 23px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	font-family:serif;
	margin-bottom: 40px;
	margin-top: 30px;

}

@media screen and (max-width:560px) {
	
	.kaga_plan {
		float: left;
	}
	
	.kagasp_main_contents  {
		width: 100%;
	}
	
	.content_tit {
		width: 100%;
	}
	
	.content_tit img {
		width: 80%;
	}
	
.content_tit_pc {
	
	display: none;
	
}

.content_tit_sp {
	display: block;
	text-align: center;
}
	
	.content_tit_sp img {
		width: 80%;
	}
	
  .kaga_spot li {
	  text-align: center;
	float: left;
	width: 100%;
	padding-top: 20px;
}
	
	.kaga_spot ul {
	padding-top: 30px;
}

.kaga_spot p {
	width: 90%;
	height: 110px;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
}
	

	
	.title_kaga {
		width: 100%;
}
	
	.title_kaga img {
		width: 100%;
	}
	
	.plan_select {
		width: 100%;
	}
	
	.plan_select ul {
	display: block;
    margin: auto;
	width: 380px;
		}
	
	.plan_select li {
	width: 90%;		
}
	
	.plan_select li img {
		width: 340px;
	}
	
}

/*/////////////////////////////　アコーディオン用追加　////////////////////////////*/

.spot_title {
	padding-bottom: 10px;
}

.js-ac {
	float: left;
	width: 315px;
	padding-top: 20px;
}

.js-ac-trigger {
	padding-bottom: 15px;
}



@media only screen and (max-width: 767px) {

	.contents {
		padding-left: 20px;
	}
	
.js-ac {
	width: 100%;
}
	
  .js-ac .js-ac-trigger:before {
    content: "＋";
    padding-right: 20px;
    float: right;
  }
  .js-ac .js-ac-target {
    display: none;
  }
  .js-ac.is-active .js-ac-trigger:before {
    content: "ー";
  }
  .js-ac.is-active .js-ac-target {
    display: block;
  }
	
	.js-ac-target img {
		width: 90%;
		margin: auto;
	}
}


/*/////////////////////////////　ホテルカセット　////////////////////////////*/

.hotel_cas {
	margin: 20px 0px 10px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #585656;
}

.hotel_cas img {
	float: left;
	padding-left: 20px;
}

.hotel_main_txt {
	float: left;
	width: 530px;
	padding-left: 20px;
	padding-right: 20px;
}

.hotel_tit {
	font-size: 20px;
	font-weight: bold;
}


.hotel_txt {
	padding-top: 20px;
}

.hotel_link {
	float: left;
	background-color: #BA0000;
	padding: 20px;
	color: #fff;
	margin: 30px;
	font-weight: bold;
	font-size: 15px;
}

.hotel_link a:link  {
	color: #fff;
}

@media screen and (max-width:560px) {
	.hotel_cas {
	width: 350px;
}
	.hotel_cas img {
	float: left;
	width: 30%;
}
	
	.hotel_main_txt {
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
	
	.hotel_tit {
	font-size: 16px;
	width: 100%;
}
	
	.hotel_txt {
	width: 100%;
	font-size: 12px;
	line-height: 1.3em;
}
	


.hotel_link {
	float: right;
	padding: 15px;
	color: #fff;
	margin: 10px;
}
	
	


}

/*/////////////////////////////　プランカセット　////////////////////////////*/

.plan_cas {
	margin: 20px 0px 10px 50px;
	padding-bottom: 20px;
	width: 860px;
	border-bottom: dotted 1px;
}

.plan_cas img {
	float: left;
}

.plan_main_txt {
	width: 480px;
	float: left;
	margin-left: 20px;
}

.plan_tour {
	border-top: dotted 1px #585656;
}

.plan_tit {
	font-size: 22px;
	font-weight: bold;
}


.plan_txt {
	padding-top: 20px;
	font-size: 14px;
	height: 110px;
}

.plan_tour {
	width: 850px;
	float: left;
}

.plan_tour_titles {
	float: left;
	width: 470px;
}

.plan_tour_titles p {
	padding: 40px 20px 0px 20px;
	font-size: 15px;
}

.plan_tour_titles span {
	display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 12px;
    font-style: normal;
    background-color: #445289;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 4px;
}

.plan_tour_btn {
	width: 190px;
	background-color: #BA0000;
	padding: 15px 0px;
	margin-right: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;	
	text-align: center;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
	margin: auto;
}

.plan_tour_btn li {
	
}

.plan_tour ul {
	float: left;
	padding: 20px;
}
.plan_tour li {
	background-color: #BA0000;
	float: left;
	padding: 20px;
	margin-right: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.plan_tour a:link {
	color: #fff;
}

@media screen and (max-width:560px) {
	
	.plan_cas {
	margin: 20px auto;
	padding-bottom: 20px;
	width: 350px;
}
	
	.plan_cas img {
		width: 100%;
}
	
	.plan_main_txt {
	padding-top: 10px;
	width: 100%;
		height: auto;
	margin-left: 0px;
	}
	
	.plan_tit {
	font-size: 17px;
	font-weight: bold;
}

	
	.plan_tour {
		width: 340px;
	}
	
	.plan_txt  {
		width: 100%;
		font-size: 12px;
		line-height: 1.5em;
		height: auto;
		padding-bottom: 15px;
	}
	
	.plan_tour li {
    padding: 15px;
    margin-right: 10px;
}
	
	.plan_tour_titles {
    float: left;
    width: 100%;
	}
	
	.plan_tour_titles p {
	padding: 20px 20px 0px 20px;
}

	
}


/*/////////////////////////////　小松空港利用助成金　////////////////////////////*/

.tokyo_joseikin {
	
}

.tokyo_joseikin {
	width: 620px;
	margin: auto;
	padding-top: 30px;
}

@media screen and (max-width:560px) {
	
	.tokyo_joseikin {
		width: 100%;
	}
	
	.tokyo_joseikin img {
		width: 409px;
		margin: auto;
		padding-bottom: 20px;
	}
	
}

/*/////////////////////////////　旅行支援　////////////////////////////*/

.ryokoushien {
	background-image: url("../img/ryokoushien_back.gif");
	background-repeat: no-repeat;
	width: 578px;
	margin: auto;
	margin-top: 20px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.ryokoushien_tit {
	width: 451px;
	margin: auto;
	padding-top: 20px;
}

.ryokoushien_tit img {
	width: 451px;
}

.ryokoushien p {
	font-size: 16px;
	padding: 10px 20px 10px 20px;
}

.ryokoushien ul {
	padding-left: 20px;
	font-size: 14px;
}

.ryokoushien_link {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 20px;
}
.ryokoushien_link p {
	background-image: url("../img/sankaku.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left;
	width: 180px;
    margin: auto;
}
.ryokoushien_link a {
	color: #000;
}

@media screen and (max-width:560px) {
	
.ryokoushien {
		width: 90%;
	}
	
.ryokoushien_tit {
	width: 90%;
	}
.ryokoushien_tit img {
	width: 100%;
}
	
.ryokoushien ul {padding-right: 20px;
	font-size: 13px;
}
	
}

/*/////////////////////////////　ページTOPボタン　////////////////////////////*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 200;
}
#page-top a {
	background:#7F6F08;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}




/*/////////////////////////////　フッター　////////////////////////////*/

footer {
    text-align: left;
    position: relative;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 16px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:960px) {
  #footer p{
    font-size: 1.2rem;
    padding-right: 0;
  }

  .footer__nav li a{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:560px) {
  .footer__nav,
  .footer__wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .footer__nav li{
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer__nav li:last-of-type{
    margin-bottom: 0;
  }
	
footer div {
    display: block;
	text-align: center;
	padding: 15px 0px;
}

footer dl {
     display: block;
}

  #footer p{
    margin-bottom: 40px;
  }
	
footer ul {
    display: block;
}
	
footer .copyright {
    background: #ececec;
    padding: 45px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 13px;
}


}

br.sp{
  display: none;
}

@media screen and (max-width:560px) {
  br.sp{
    display: inline;
  }
}

