@charset "utf-8";

/*リセットcssここから*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
color: #403f3f;
font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue',Helvetica,Arial,Verdana,Roboto,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size: 10px;
font-size: 1.0rem;
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/*リセットcssここまで*/

body{background-color:#ffffff;margin-left:0;margin-top:0;margin-right:0;margin-bottom:0;line-height:1.5;}
p{padding:0;margin:0;}
a{text-decoration:none;}
a img:hover{opacity:.6;}
a:hover{text-decoration:none;opacity:.6;}
a:link{color:#5C3E21;}　
a:visited{color:#5C3E21;}　
a:hover{color:#5C3E21;}　
a:active{color:#5C3E21;}　
div#main-area h1 {
    font-size: 0em !important;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}

*{
	box-sizing: border-box ;
}

	#wrapper {
		overflow: hidden;
		position: relative;
	}
	#content {
		position: relative;
    	left: calc((2560px - 100vw) * -1);
    	padding-left: calc((2560px - 100vw) / 2);
	}
	@media screen and (max-width: 768px) {
		#content {
			padding: 0;
			position: initial;
			width: 100%;
		}
	}

/*@media screen and (max-width:768px) {
	#sp_wrapper {
		display: block;
	}
    #pc_wrapper {
        display: none;
    }
  	#contents {
  		position: relative;
  		left: calc((2560px - 100vw) * -1);
  		padding-left: calc((2560px - 100vw) / 2);
  	}
}*/


.pc {
	display: block;
}
	@media screen and (max-width: 768px) {
		.pc {
			display: none;
		}
	}

.sp {
	display: none;
}
	@media screen and (max-width: 768px) {
		.sp {
			display: block;
		}
	}

#main_area {
	position: relative;
}


/* Header - MainVisual.
****************************************/
header {
	/* background: none;
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; */
	width: 2560px;
	/* z-index: 999; */
}
@media screen and (max-width: 768px) {
	header {
		height: 100px;
		width: 100%;
	}
}

  @media screen and (max-width: 768px) {
	#header_Inner {
		height: 100%;
		position: relative;
	}
  }
#header_Logos {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: auto;
	max-width: 1400px;

		position: relative;
}
  @media screen and (max-width: 768px) {
	#header_Logos {
		height: 100px;
		max-width: 100%;
	}
  }
#header_Logos::after {
	background: linear-gradient(135deg, rgba(2,0,36,1) 0%, rgba(19,122,204,1) 0%, rgba(39,212,205,1) 100%);
	content: '';
	display: block;
	height: 3px;
	margin-top: -3px;
	margin-left: -150%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300%;
    z-index: 10000;
}
  @media screen and (max-width: 768px) {
	#header_Logos::after {
		margin-top: -3px;
		margin-left: 0;
		position: absolute;
		bottom: 0;
		left: 0;
    	z-index: 10000;
    	width: 100%;
	}
  }
#campany {
	flex-basis: auto;
	margin-left: 15%;
	padding: 20px 0;
	width: 50%;
}
	@media screen and (max-width: 768px) {
		#campany {
			height: 100px;
			margin-left: 2%;
			padding: 15px 0;
		}
	}
#campany h1 {
	display: inline-block;
}
#campany p {
	font-size: 18px;
	font-weight: 700;
	line-height: .8;
	padding-bottom: 15px;
}
	@media screen and (max-width: 768px) {
		#campany p {
			font-size: 14px;
			padding-bottom: 10px;
			white-space: nowrap;
		}
	}
#campany #campany_Name img {
	height: 35px;
}
	@media screen and (max-width: 768px) {
		#campany #campany_Name img {
			height: 20px;
		}
	}
#campany #campany_Name img:first-child {
	padding-right: 20px;
}
	@media screen and (max-width: 768px) {
		#campany #campany_Name img:first-child {
			height: 20px;
			padding-right: 0;
		}
	}
#header_Logos #search {
	flex-basis: 30%;
    margin-right: 8%;
	padding: 20px 0;
}
	@media screen and (max-width: 768px) {
		#header_Logos #search {
			flex-basis: 46%;
			margin-top: -20px;
			margin-right: 2%;
			padding: 5px 0;
			text-align: right;
		}
	}
#header_Logos #search #telNum a {
	color: #0360cd;
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	display: block;
}
	@media screen and (max-width: 768px) {
		#header_Logos #search #telNum a {
			font-size: 20px;
			margin-top: -10px;
		}
	}
#header_Logos #search #telNum a::before {
	background-image: url(../images/icon_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 30px;
	padding-right: 10px;
	width: 30px;
}
	@media screen and (max-width: 768px) {
		#header_Logos #search #telNum a::before {
			height: 18px;
			padding-right: 3px;
			width: 18px;
		}
	}


/*▼sp_globalNavi 設定*/

.g-nav_efect {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden; }
.fBlur {
  filter: blur(3px); }
.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000; }

#sp_grobalNavi,
#toggleIcon {
	display: none;
}
  @media screen and (max-width: 768px) {
	#toggleIcon {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		height: 30px;
	    position: absolute;
	    top: 50px;
	    right: 15px;
	    width: 50px;
	}
  }
  @media screen and (max-width: 768px) {
    #toggleBtn {
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
    }
  }
  @media screen and (max-width: 768px) {
	#grobalNavi #toggleBtn {
		top: 15px;
	}
  }
  @media screen and (max-width: 768px) {
	#toggleBtn #menuBtn {
	    cursor: pointer;
	    display: block;
	    height: 40px;
	    width: 40px;
	    z-index: 100;
	}
  }
  @media screen and (max-width: 768px) {
	#toggleBtn #menuBtn {
	    height: 30px;
	    width: 50px;
    }
  }
  @media screen and (max-width: 768px) {
	#toggleBtn #menuBtn::after {
		background: url(../images/icon_toggleBtn.svg) no-repeat;
		background-position: center;
		background-size: contain;
		content: '';
		display: block;
		height: 30px;
		width: 50px;
		z-index: 1000;
	}
  }
  @media screen and (max-width: 768px) {
	#toggleBtn #menuBtn.active {
		height: 40px;
		width: 20px;
	}
  }
  @media screen and (max-width: 768px) {
	#toggleBtn #menuBtn.active::after {
		background: url(../images/icon_toggleBtn_close.svg) no-repeat;
		background-position: center;
		background-size: contain;
		content: '';
		display: block;
		height: 40px;
		width: 20px;
		z-index: 1000;
	}
  }
  @media screen and (max-width: 768px) {
	#toggleBtn #menuBtn span {
          display: none;
    }
  }
  @media screen and (max-width: 768px) {
  	#sp_grobalNavi {
		background: rgb(19,122,204);
	    background: -webkit-linear-gradient(left, rgba(19,122,204,1) 0%, rgba(38,211,205,1) 100%);
	    background: -o-linear-gradient(left, rgba(19,122,204,1) 0%, rgba(38,211,205,1) 100%);
	    background: linear-gradient(to right, rgba(19,122,204,1) 0%, rgba(38,211,205,1) 100%);
		height: 100vh;
		overflow-y: scroll;
		position: absolute;
	    top: 100px;
	    left: 0;
    	z-index: 9999;
    	width: 100%;
  	}
  }
  @media screen and (max-width: 768px) {
	#sp_grobalNavi #drawerMenu {
		position: relative;
		top: 0;
		left: 0;
	    height: 100%;
	    width: 100%;
	}
  }
  @media screen and (max-width: 768px) {
	#sp_grobalNavi #drawerMenu #drawerMenuInner {
        width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
	#sp_grobalNavi #drawerMenu #drawerMenuInner ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 100%;
	}
  }
  @media screen and (max-width: 768px) {
	#sp_grobalNavi #drawerMenu #drawerMenuInner ul li {
		border-bottom: solid 1px #fff;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		font-family: 'Noto Sans JP', '游ゴシック Medium';
		padding: 10px 0;
	}
  }
  @media screen and (max-width: 768px) {
	#sp_grobalNavi #drawerMenu #drawerMenuInner ul li a {
		color: #fff;
		display: block;
		padding: 10px 10px 10px 20px;
		position: relative;
		transition: 0.5s;
	}
  }
  /* @media screen and (max-width: 768px) {
	#sp_grobalNavi #drawerMenu #drawerMenuInner ul li a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		border-bottom: solid 1px #0069E5;
		transition: 0.5s;
	}
  }
  @media screen and (max-width: 768px) {
	#sp_grobalNavi #drawerMenu #drawerMenuInner ul li a:hover {
		text-decoration: none;
	}
  }
  @media screen and (max-width: 768px) {
	#sp_grobalNavi #drawerMenu #drawerMenuInner ul li a:hover::after {
		width: 100%;
	}
  } */

/*▲sp_globalNavi ここまで*/


/* .sticky {
    background-color: rgba(255, 255, 255, 0.93);
    display: block;
    top: 0px;
} */


/* Header - MainVisual.
****************************************/
#main_vis {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 557px;
	overflow: hidden;
	position: relative;
	left: 0;
	width: 2560px;
	z-index: 1;
}
	@media screen and (max-width: 768px) {
		#main_vis {
			height: auto;
			/*height: 90vh*/
			height: 650px;
			overflow: visible;
			width: 100%;
		}
	}
	@media screen and (max-width: 768px) {
		#main_vis.front_main_vis {
			height: auto;
			/*height: 90vh*/
			height: 650px;
			overflow: hidden;
			width: 100%;
		}
	}
	@media screen and (max-width: 768px) {
		#main_vis.front_main_vis img {
			height: 650px;
			object-fit: cover;
    		width: 100%;
		}
	}
	@media screen and (max-width: 768px) {
		#main_vis img {
			object-fit: cover;
    		width: 100%;
		}
	}
	@media screen and (max-width: 768px) {
		.front_slider .slick-slide img {
			height: 650px;
		}
	}
#main_vis h1 {
	position: absolute;
	top: 45%;
    left: 50%;
    text-align: center;
	transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
	#main_vis h1 {
		top: 50%;
		width: 100%;
	}
}
	@media screen and (max-width: 480px) {
		#main_vis h1 img {
			transform: scale(.8);
		}
	}
/*▼各ページごとの画像max-width設定*/
	@media screen and (max-width: 768px) {
		#biginner_main_vis_txt h1 img {
			max-width: 206px;
		}
	}
	@media screen and (max-width: 768px) {
		#charterbus_main_vis_txt h1 img {
			max-width: 201px;
		}
	}
	@media screen and (max-width: 768px) {
		#company_main_vis_txt h1 img {
			max-width: 144px;
		}
	}
	@media screen and (max-width: 768px) {
		#contact_main_vis_txt h1 img {
			max-width: 179px;
		}
	}
	@media screen and (max-width: 768px) {
		#faq_main_vis_txt h1 img {
			max-width: 163px;
		}
	}
	@media screen and (max-width: 768px) {
		#monte_main_vis_txt h1 img {
			max-width: 357px;
		}
	}
	@media screen and (max-width: 768px) {
		.mv_news_detail h1 img {
			max-width: 194px;
		}
	}
	@media screen and (max-width: 768px) {
		.mv_news_list h1 img {
			max-width: 157px;
		}
	}
	@media screen and (max-width: 768px) {
		#privacy_policy_main_vis_txt h1 img {
			max-width: 254px;
		}
	}
	@media screen and (max-width: 768px) {
		#recruit_main_vis_txt h1 img {
			max-width: 122px;
		}
	}
	@media screen and (max-width: 768px) {
		#sitemap_main_vis_txt h1 img {
			max-width: 143px;
		}
	}
	@media screen and (max-width: 768px) {
		#tour_detail_main_vis_txt h1 img {
			max-width: 188px;
		}
	}
	@media screen and (max-width: 768px) {
		#tour_list_main_vis_txt h1 img {
			max-width: 150px;
		}
	}
	@media screen and (max-width: 768px) {
		#wait_main_vis_txt.under_head h1 img {
			max-width: 331px;
		}
	}
	@media screen and (max-width: 768px) {
		#wait_main_vis_txt.notfound_head h1 img {
			max-width: 161px;
		}
	}
	@media screen and (max-width: 768px) {
		#wait_main_vis_txt._under h1 img {
			max-width: 331px;
		}
	}
	@media screen and (max-width: 768px) {
		#wait_main_vis_txt._notfound h1 img {
			max-width: 161px;
		}
	}
/*▲各ページごとの画像max-width設定 ここまで*/
#header_nav {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 3;
}
  @media screen and (max-width: 768px) {
  	#header_nav {
  	  bottom: 0;
  	}
  }
  @media screen and (max-width: 480px) {
  	#header_nav {
  	  bottom: -8px;
  	}
  }
#header_nav.front {
	background: rgb(30,124,201);
	background: linear-gradient(90deg, rgba(30,124,201,1) 0%, rgba(30,124,201,1) 40%, rgba(53,210,204,1) 60%, rgba(53,210,204,1) 100%);
	height: 45px;
	position: initial;
	width: 2560px;
}
  @media screen and (max-width: 768px) {
    #header_nav.front {
		width: 100%;
    }
  }
#header_nav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	#header_nav ul {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 8%;
	}
}
#header_nav ul li {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px 10px 0;
}
	@media screen and (max-width: 768px) {
		#header_nav ul li {
			align-items: center;
			display: inline-flex;
			justify-content: center;
			padding: 0;
			width: calc((100% / 3) - 10px);
			word-break: keep-all;
		}
	}
	@media screen and (max-width: 768px) {
		#header_nav ul li:nth-child(3),
		#header_nav ul li:nth-child(4),
		#header_nav ul li:nth-child(5),
		#header_nav ul li:nth-child(6),
		#header_nav ul li:nth-child(8) {
			display: none;
		}
	}
	  @media screen and (max-width: 480px) {
	  	#header_nav ul li {
	  		font-size: 14px;
	  	}
	  }
#header_nav ul li:last-child {
	padding-right: 0;
}
#header_nav ul li a {
	color: #fff;
	text-decoration: none;
}
	@media screen and (max-width: 768px) {
		#header_nav ul li a {
			padding: 10px 0;
		}
	}
#header_nav ul li.drop {
	position: relative;
}
#header_nav ul li.drop ul {
	background: linear-gradient(to right, rgba(19,122,204,1) 0%, rgba(38,211,205,1) 100%);
	border-radius: 30px;
    opacity: 0;
    position: absolute;
    top: -53px;
    left: -100px;
	transition: all .3s;
	visibility: hidden;
	width: 280px;
	z-index: 100;
}
	@media screen and (max-width: 768px) {
		#header_nav ul li.drop ul {
			display: none;
		}
	}
#header_nav ul li.drop ul::before {
	border: 15px solid transparent;
	border-top: 15px solid rgba(29,167,204,1);
	content: '';
	margin-left: -15px;
	position: absolute;
	top: 44px;
	left: 50%;
}
#header_nav ul li.drop:hover ul {
    opacity: 1;
	visibility: visible;
}
#header_nav ul li.drop ul li a {
	color: #fff;
	transition: all .3s;
}

/*各ページの Main Vis
*******************************************/


  @media screen and (max-width: 768px) {
	#main_vis {
		background-image: none;
		height: auto;
	}
  }
  @media screen and (max-width: 768px) {
  	#main_vis_wrap::before {
  		content: '';
  		display: block;
  		padding-top: 84.6%;
  	}
  }


.mv_biginner {
	background-image: url(../images/biginner_main_vis.png);
}
	@media screen and (max-width: 768px) {
	  	#main_vis_wrap._sp_biginner {
	  		background-image: url(../images/sp_biginner_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
	  	}
	}
.mv_company {
	background-image: url(../images/company_main_vis.png);
}
	@media screen and (max-width: 768px) {
	  	#main_vis_wrap._sp_company {
	  		background-image: url(../images/sp_company_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
		}
	}
.mv_contact {
	background-image: url(../images/contact_main_vis.png);
}
	@media screen and (max-width: 768px) {
		#main_vis_wrap._sp_contact {
	  		background-image: url(../images/sp_contact_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
		}
	}
.mv_charterbus {
	background-image: url(../images/charterbus_main_vis.png);
}
	@media screen and (max-width: 768px) {
		#main_vis_wrap._sp_charterbus {
	  		background-image: url(../images/sp_charterbus_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
		}
	  }
.mv_faq {
	background-image: url(../images/faq_main_vis.png);
}
  @media screen and (max-width: 768px) {
  	#main_vis_wrap._sp_faq {
  		background-image: url(../images/sp_faq_main_vis.png);
  		background-repeat: no-repeat;
		background-size: contain;
	}
  }
.mv_monte {
	background-image: url(../images/monte_main_vis.png);
}
	@media screen and (max-width: 768px) {
	  	#main_vis_wrap._sp_monte {
	  		background-image: url(../images/sp_monte_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
		}
	  }
.mv_news_list {
	background-image: url(../images/news_list_main_vis.png);
}
  @media screen and (max-width: 768px) {
  	#main_vis_wrap._sp_news_list {
		background-image: url(../images/sp_news_list_main_vis.png);
  		background-repeat: no-repeat;
		background-size: contain;
	}
  }
.mv_news_detail {
	background-image: url(../images/news_detail_main_vis.png);
}
  @media screen and (max-width: 768px) {
  	#main_vis_wrap._sp_news_detail {
		background-image: url(../images/sp_news_detail_main_vis.png);
  		background-repeat: no-repeat;
		background-size: contain;
	}
  }
.mv_recruit {
	background-image: url(../images/recruit_main_vis.png);
}
	@media screen and (max-width: 768px) {
		#main_vis_wrap._sp_recruit {
	  		background-image: url(../images/sp_recruit_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
		}
	}
.mv_sitemap {
	background-image: url(../images/sitemap_main_vis.png);
}
  @media screen and (max-width: 768px) {
  	#main_vis_wrap._sp_sitemap {
  		background-image: url(../images/sp_sitemap_main_vis.png);
  		background-repeat: no-repeat;
		background-size: contain;
	}
  }
.mv_privacy_policy {
	background-image: url(../images/privacy_main_vis.png);
}
	@media screen and (max-width: 768px) {
	  	#main_vis_wrap._sp_privacy_policy {
	  		background-image: url(../images/sp_privacy_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
		}
	  }
.mv_tour_list {
	background-image: url(../images/tour_list_main_vis.png);
}
	@media screen and (max-width: 768px) {
		#main_vis_wrap._sp_tour_list {
	  		background-image: url(../images/sp_tour_list_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
	  	}
	}
.mv_tour_detail {
	background-image: url(../images/tour_detail_main_vis.png);
}
	@media screen and (max-width: 768px) {
	  	#main_vis_wrap._sp_tour_detail {
	  		background-image: url(../images/sp_tour_detail_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
	  	}
	}
.mv_wait {
	background-image: url(../images/wait_main_vis.png);
}
	@media screen and (max-width: 768px) {
	  	#main_vis_wrap._sp_404,
	  	#main_vis_wrap._sp_under {
	  		background-image: url(../images/sp_wait_main_vis.png);
	  		background-repeat: no-repeat;
			background-size: contain;
	  	}
	}

/* font-size font-color set */
.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.fs19 {
  font-size: 19px; }

.fs20 {
  font-size: 20px; }

.fs21 {
  font-size: 21px; }

.fs22 {
  font-size: 22px; }

.fs23 {
  font-size: 23px; }

.fs24 {
  font-size: 24px; }

.fs25 {
  font-size: 25px; }

.fs26 {
  font-size: 26px; }

.fs27 {
  font-size: 27px; }

.fs28 {
  font-size: 28px; }

.fs29 {
  font-size: 29px; }

.fs30 {
  font-size: 30px; }

.fs31 {
  font-size: 31px; }

.fs32 {
  font-size: 32px; }

.fs33 {
  font-size: 33px; }

.fs34 {
  font-size: 34px; }

.fs35 {
  font-size: 35px; }

.fs36 {
  font-size: 36px; }

.fs37 {
  font-size: 37px; }

.fs38 {
  font-size: 38px; }

.fs39 {
  font-size: 39px; }

.fs40 {
  font-size: 40px; }

.fs45 {
  font-size: 45px; }

.fs48 {
  font-size: 48px; }

.fs100 {
  font-size: 100px; }

.bold {
  font-weight: bold; }

.black {
	color: #403f3f; }

.blue {
	color: #0360cd; }

.white {
  color: #fff;
}

.osw {
	font-family: 'Oswald', sans-serif;
		/*DIN Condensed代替フォント*/
}


/* common - Component
************************************************/
/* h2 Tag set */
.ttl {
  font-size: 48px;
  padding-bottom: 30px;
  text-align: center;
}
  @media screen and (max-width: 768px) {
	.ttl {
		font-size: 40px;
	}
  }
.ttl h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  /*DIN Condensed代替フォント*/
  line-height: 1.5;
}
.ttl span {
    color: #1f54cd;
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
.ttl .text-grad {
  background: rgb(21,132,204);
  background: linear-gradient(180deg, rgba(21,132,204,1) 0%, rgba(27,159,204,1) 37%, rgba(39,212,205,1) 64%, rgba(39,212,205,1) 100%);
  -webkit-background-clip: text;
  color: transparent;
}

/* gradation's bg set */
.bg_grad {
  background: rgb(2,0,36);
  background: linear-gradient(135deg, rgba(2,0,36,1) 0%, rgba(19,122,204,1) 0%, rgba(39,212,205,1) 100%);
}
.bg_grad_red {
	background: rgb(254,147,77);
	background: linear-gradient(135deg, rgba(254,147,77,1) 0%, rgba(252,104,111,1) 100%);
}
.bg_grad_blue {
	background: rgb(0,64,186);
	background: linear-gradient(135deg, rgba(0,64,186,1) 0%, rgba(24,148,224,1) 62%, rgba(24,148,224,1) 100%);
}



/* pkz
********************************************/
#pankuzu_area {
    padding: 5px 0;
    position: absolute;
    top: 560px;
    left: 830px;
    width: 2650px;
    z-index: 5;
}
  @media screen and (max-width: 768px) {
  	#pankuzu_area {
  		padding: 0 0 0 20px;
  		position: relative;
    	top: 0;
  		left: 0;
	}
  }
#pankuzu_area ul {
	height: 20px;
	position: relative;
}
#pankuzu_area ul li {
	display: inline-block;
	font-size: 20px;
	color: #353535;
}
  @media screen and (max-width: 768px) {
  	#pankuzu_area ul li {
  		font-size: 14px;
	}
  }
#pankuzu_area ul li::after {
	content: '>';
	display: inline-block;
	padding: 0 10px;
}
#pankuzu_area ul li:last-child::after {
	content: none;
}
#pankuzu_area ul li a {
	color: #353535;
}



/* serchBox
********************************************/
#charterbus_area01_serch,
#top_area03_serch {
  background-color: rgba(255, 255, 255, .9);
  position: absolute;
  left: 1366px;
  width: 374px;
  height: 454px;
  z-index: 3;
}
#charterbus_area01_serch {
  top: 235px;
}
#top_area03_serch  {
  top: 170px;
}

/*#charterbus_area01_serch_title {
  position: absolute;
  top: 29px;
  left: 130px;
}*/
#charterbus_area01_serch_title {
  position: absolute;
  top: 40px;
  left: 40px;
}
/*この辺一帯のコメントアウトのやつは元searchが入っていたときのもの
今仮で放ってるhtmlの仮のstyle*/

/*#charterbus_area01_serch_title p span {
  font-size: 36px;
}*/
#charterbus_area01_serch_title p span {
  font-size: 30px;
}

/*#charterbus_area01_serch_read {
  position: absolute;
  top: 100px;
  left: 76px;
  width: 223px;
  height: 40px;
}*/
#charterbus_area01_serch_read {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 310px;
	height: 40px;
}

#charterbus_area01_serch_des_txt_yougo_m {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  font-size: 16px;
  text-align: center;
  color: #403F3F;
}

#charterbus_area01_serch_pulldown {
  position: absolute;
  top: 149px;
  left: 112px;
  width: 160px;
  height: 190px;
}

#charterbus_area01_serch_cate01_pulldown_01,
#charterbus_area01_serch_cate02_pulldown_02 {

}

#charterbus_area01_serch_cate01_pulldown_01,
#charterbus_area01_serch_cate02_pulldown_02,
#charterbus_area01_serch_cate03_pulldown_03 {
  height: 50px;
  margin-bottom: 20px;
  text-align: center;
  width: 160px;
}
#charterbus_area01_serch_cate01_pulldown_01 span,
#charterbus_area01_serch_cate02_pulldown_02 span,
#charterbus_area01_serch_cate03_pulldown_03 span {
  background-color: #2576e7;
  color: #fff;
  padding: 15px 40px;
}

#charterbus_area01_submit_btn {
  position: absolute;
  top: 360px;
  left: 116px;
  width: 150px;
  height: 56px;
}

#charterbus_area01_submit_btn p {
  color: #0360cd;
}
#charterbus_area01_submit_btn p::before {
	background-image: url(../images/charterbus_area01_submit_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
    /* text-align: center; */
    width: 150px;
}
#charterbus_area01_submit_btn p a {
	color: #0360cd;
	display: block;
    height: 56px;
    padding: 20px 30px;
}

#charterbus_area01_submit_btn p span {
    position: absolute;
    top: 16px;
    left: 43px;
}

#searchform {

}
#searchform select {
	background-color: #2576e7;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	height: 40px;
    color: #fff;
    font-size: 20px;
    height: 50px;
    margin-bottom: 20px;
    width: 150px;
}



/*　For An Application
********************************************/
#foranapplication_Common {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 519px;
	position: relative;
    width: 2560px;
}
  @media screen and (max-width: 768px) {
	#foranapplication_Common {
		background-size: cover;
    	background-position: center;
		height: 100%;
		padding: 50px 3% 30px;
		position: initial;
	    width: 100%;
	}
  }

#foranapplication_Common_title {
	height: 66px;
    position: absolute;
    top: 100px;
    left: 1125px;
}
  @media screen and (max-width: 768px) {
	#foranapplication_Common_title {
		height: 100%;
		position: initial;
		text-align: center;
	    width: 100%;
	}
  }
  @media screen and (max-width: 768px) {
	#foranapplication_Common_title h3 {
		line-height: 1.2;
		margin: auto;
		padding-bottom: 5px;
	    width: fit-content;
	}
  }
#foranapplication_Common_title_note {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
    @media screen and (max-width: 768px) {
    	#foranapplication_Common_title_note {
			padding-bottom: 20px;
		}
    }
#foranapplication_Common_title_note_sub {
	position: absolute;
    top: 210px;
    left: 1130px;
}
  @media screen and (max-width: 768px) {
	#foranapplication_Common_title_note_sub {
		height: 100%;
		position: initial;
	    width: 100%;
	}
  }

#foranapplication_Common_title_note_sub_txt {
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
  @media screen and (max-width: 768px) {
	#foranapplication_Common_title_note_sub_txt {
		padding-bottom: 20px;
	}
  }

#foranapplication_Common_contact_card {

}
  @media screen and (max-width: 768px) {
	#foranapplication_Common_contact_card {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
  }
#foranapplication_Common_contact_card_tel {
	background-color: #fff;
	box-shadow: 4px 4px rgba(0, 0, 0, .2);
	height: 130px;
	padding: 20px 10px;
    position: absolute;
    top: 300px;
    left: 950px;
    width: 300px;
}
  @media screen and (max-width: 768px) {
	#foranapplication_Common_contact_card_tel {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
  }
#foranapplication_Common_contact_card_mail {
	background-color: #fff;
	box-shadow: 4px 4px rgba(0, 0, 0, .2);
    height: 130px;
    padding: 20px 10px;
    position: absolute;
    top: 300px;
    left: 1300px;
    width: 300px;
}
    @media screen and (max-width: 768px) {
    	#foranapplication_Common_contact_card_tel,
		#foranapplication_Common_contact_card_mail {
			margin: 0 10px 20px 0;
			max-width: 300px;
			min-width: 270px;
			padding: 20px 10px 3%;
			position: initial;
			top: 0;
			width: calc((100% / 2) - 10px);
		}
	}

.foranapplication_Common_contact_card_head {
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #403F3F;
	margin-bottom: 5px;
	text-align: center;
}

.foranapplication_Common_contact_card_contents {
	text-align: center;
}

#foranapplication_Common_contact_card_mail a {
  border: none;
  color: #0360cd;
  display: initial;
}



/* ▼side area */
#tour_detail_side_area01 {
	position: absolute;
    top: 235px;
    left: 1550px;
    height: 500px;
    width: 250px;
}
#side_area01_title {
	position: absolute;
	top: 0;
	left: 22px;
	height: 57px;
}
#side_area01_title_img {
	position: absolute;
	top: 0;
	left: 0;
}
#side_area01_title_txt_yougo_b {
	position: absolute;
	top: 44px;
	left: 32px;
	width: 80px;
	height: 13px;
	font-size: 16px;
	text-align: center;
	color: #1F54CD;
}
#tour_detail_side_area01_list {
	position: absolute;
	top: 125px;
	width: 250px;
}
.tour_detail_side_area01_list_menu {
	margin-bottom: 20px;
}
.tour_detail_side_area01_list_menu a::before {
	color: #1F54CD;
	content: '>';
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}
.tour_detail_side_area01_list_txt {
	display: inline-block;
	font-size: 16px;
	text-indent: 1.5em;
	text-decoration: none;
}
.tour_detail_side_area01_list_menu a {
	color: #403f3f;
}
/* ▲side area */



/*　pagenation's
********************************************/
._news_list_pagenation {
	position: absolute;
	top: 630px;
	left: 1148px;
}
  @media screen and (max-width: 768px) {
  	._news_list_pagenation {
  		margin: auto;
  		padding-bottom: 50px;
		position: initial;
		text-align: center;
	}
  }
._tour_list_pagenation,
._faq_pagenation {
	text-align: center;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
    background-color: #1f54cd;
    border: none!important;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px!important;
}
.pagenation ol li {
	background-color: #1f54cd;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.pagenation ol li:last-child {
	margin-right: 0;
}

.pagenation ol li a {
	color: #fff;
	display: inline-block;
	padding: 15px;
	text-decoration: none;
}


/* ▼contact_area.
****************************************/
#contact_area {
	background-image: url(../images/contact_area_bg.png);
	background-position: 55px 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 461px;
	position: relative;
	width: 2504px;
}
  @media screen and (max-width: 768px) {
	#contact_area {
		background-position: 47% 25%;
		background-size: 350%;
		height: auto;
		overflow: hidden;
		position: initial;
		text-align: center;
		width: 100%;
	}
  }
#contact_area_inner {
  height: 100%;
  width: 100%;
}
  @media screen and (max-width: 768px) {
	#contact_area_inner {
	  padding: 30px 3% 50px;
	}
  }
#contact_area h2 img {
	height: 36px;
	width: 179px;
}
#contact_area_txt {
	padding-top: 50px;
}
	@media screen and (max-width: 768px) {
	  #contact_area_txt {
        padding-top: 0;
      }
	}
#contact_area_txt p {
	color: #403F3F;
	font-size: 16px;
	position: absolute;
	top: 170px;
    left: 1045px;
	text-align: center;
}
  @media screen and (max-width: 768px) {
	#contact_area_txt p {
		height: auto;
		margin: auto;
		max-width: 440px;
		padding: 0 5% 30px;
		position: initial;
		width: 100%;
	}
  }
  @media screen and (max-width: 480px) {
	#contact_area_txt p {
		max-width: 420px;
	}
  }
  @media screen and (max-width: 480px) {
	#contact_area_txt p br {
		display: none;
	}
  }
#contact_area_ao {
	position: absolute;
	top: 233px;
	left: 1030px;
	height: 70px;
}
  @media screen and (max-width: 768px) {
	#contact_area_ao {
		display: inline-block;
		height: auto;
		min-width: 250px;
		padding-bottom: 30px;
		position: initial;
		text-align: center;
		width: 45%;
	}
  }
#contact_area_chuo {
	position: absolute;
	top: 233px;
	left: 1312px;
	height: 70px;
}
  @media screen and (max-width: 768px) {
	#contact_area_chuo {
		display: inline-block;
		height: auto;
		min-width: 250px;
		padding-bottom: 30px;
		position: initial;
		text-align: center;
		width: 45%;
	}
  }
#contact_area_mail {
	position: absolute;
	top: 333px;
	left: 1192px;
}
  @media screen and (max-width: 768px) {
	#contact_area_mail {
		height: auto;
		position: initial;
		text-align: center;
		width: 100%;
	}
  }
.contact_area_tel_ao_btn {
	margin-left: -35px;
    padding-top: 20px;
}
  @media screen and (max-width: 768px) {
	.contact_area_tel_ao_btn {
		margin-left: 0;
		padding-top: 0;
	}
  }
  @media screen and (max-width: 768px) {
	.contact_area_tel_ao_btn a {
	  white-space: nowrap;
	}
  }
.contact_area_tel_ch_btn {
	margin-left: -35px;
    padding-top: 20px;
}
  @media screen and (max-width: 768px) {
	.contact_area_tel_ch_btn {
		margin-left: 0;
		padding-top: 0;
	}
  }
  @media screen and (max-width: 768px) {
	.contact_area_tel_ch_btn a {
	  white-space: nowrap;
	}
  }
.contact_area_mail_btn {
}
/*各キャプション*/
#contact_area_des03_1_txt_yougo_b {
	color: #403F3F;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 30px;
}
  @media screen and (max-width: 768px) {
	#contact_area_des03_1_txt_yougo_b {
		height: auto;
		position: initial;
		width: 100%;
	}
  }
#contact_area_des03_2_txt_yougo_b {
	color: #403F3F;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 30px;
}
  @media screen and (max-width: 768px) {
	#contact_area_des03_2_txt_yougo_b {
		height: auto;
		position: initial;
		width: 100%;
	}
  }
#contact_area_des03_3_txt_yougo_b {
	color: #403F3F;
	font-size: 16px;
	font-weight: bold;
}
/**/
.contact_area_tel_ao_btn a,
.contact_area_tel_ch_btn a,
.contact_area_mail_btn a {
	color: #0069E5;
}



/* Footer - MainVisual.
****************************************/
footer {
	background: rgb(19,122,204);
	background: -webkit-linear-gradient(left, rgba(19,122,204,1) 0%, rgba(38,211,205,1) 100%);
	background: -o-linear-gradient(left, rgba(19,122,204,1) 0%, rgba(38,211,205,1) 100%);
	background: linear-gradient(to right, rgba(19,122,204,1) 0%, rgba(38,211,205,1) 100%);
	color: #fff;
	width: 2560px;
}
	@media screen and (max-width: 768px) {
		footer {
			width: 100%;
		}
	}
#footer_Inner {
	margin: auto;
	max-width: 1400px;
	padding: 30px 7%;
}
	@media screen and (max-width: 768px) {
		#footer_Inner {
			max-width: 100%;
			padding: 10px 3%;
			width: 100%;
		}
	}
#footer_Credit {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
  @media screen and (max-width: 768px) {
	#footer_Credit {
		flex-direction: column;
	}
  }
#footer_Credit #footer_Author {
	flex-basis: 25%;
}
  @media screen and (max-width: 768px) {
	#footer_Campany::after {
		border-bottom: solid 1px #fff;
		content: '';
		display: block;
		height: 1px;
		margin-bottom: 20px;
		width: 100%;
	}
  }
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Campany_Name {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		padding-bottom: 10px;
	}
  }
#footer_Credit #footer_Campany_Name h1 {
	display: inline-block;
}
#footer_Credit #footer_Campany_Name img {
	padding-bottom: 20px;
	width: 100%;
}
	@media screen and (max-width: 768px) {
		#footer_Credit #footer_Campany_Name img {
			max-width: 237px;
			padding-bottom: 0;
		}
	}
#footer_Credit #footer_Campany address {
	color: #fff;
	font-size: 14px;
	padding-bottom: 20px;
}
#footer_Credit #footer_Navi {
	flex-basis: 50%;
	margin: 0 auto;
	padding-left: 3%;
}
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Navi {
		padding-left: 0;
	}
  }
#footer_Credit #footer_Navi ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: left;
}
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Navi ul {
		justify-content: flex-start;
	}
  }
#footer_Credit #footer_Navi ul li {
	font-size: 16px;
	font-weight: 700;
	padding: 0 5px 20px 0;
	width: calc((100% / 3) - 5px);
}
		@media screen and (max-width: 480px) {
			#footer_Credit #footer_Navi ul li {
				width: calc((100% / 2) - 5px);
			}
		}
#footer_Credit #footer_Navi ul li.monte {
	padding-right: 0;
	width: calc((100% / 1.5) - 5px);
}
		@media screen and (max-width: 480px) {
			#footer_Credit #footer_Navi ul li.monte {
				width: calc((100% / 1) - 5px);
			}
		}
/*#footer_Credit #footer_Navi ul li:nth-last-child(-n+2) {
	width: calc((100% / 2) - 10px);
}*/
#footer_Credit #footer_Navi ul li a {
	color: #fff;
}
#footer_Credit #footer_Navi ul.nav_Induction {
	justify-content: left;
}
#footer_Credit #footer_Navi ul.nav_Induction li {
	font-size: 14px;
	font-weight: 300;
}
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Navi ul.nav_Induction li {
		min-width: 130px;
	}
  }
/* #footer_Credit #footer_Navi ul.nav_Induction li:first-child::after {
	content: '/';
	display: inline-block;
	font-size: 14px;
	padding-left: 20px;
} */
  @media screen and (max-width: 768px) {
  	#footer_Credit #footer_Navi ul.nav_Induction li:last-child {
  		word-break: keep-all;
  		width: calc((100% / 2.5) - 5px);
	}
  }
#footer_Credit #footer_Outer_Link {
	/*flex-basis: 200px; basisはIEでカラム落ちするのでダメ*/
	padding-left: 3%;
}
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Outer_Link {
		/*flex-basis: auto;*/
		margin-left: auto;
		max-width: 300px;
		padding-left: 0;
		width: 100%;
	}
  }
#footer_Credit #footer_Outer_Link .sns_Icon ul,
#footer_Credit #footer_Outer_Link .bunner_Link ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#footer_Credit #footer_Outer_Link .sns_Icon ul li a,
#footer_Credit #footer_Outer_Link .bunner_Link ul li a {
	display: block;
}
#footer_Credit #footer_Outer_Link .sns_Icon ul li a img,
#footer_Credit #footer_Outer_Link .bunner_Link ul li a img {
	width: 100%;
}
#footer_Credit #footer_Outer_Link .sns_Icon ul {
	flex-direction: row;
}
  @media screen and (max-width: 768px) {
  	#footer_Credit #footer_Outer_Link .sns_Icon ul {
		justify-content: space-around;
	}
  }
#footer_Credit #footer_Outer_Link .sns_Icon li {
	padding-bottom: 20px;
	width: calc((100% / 3) - 10px);
}
#footer_Credit #footer_Outer_Link .sns_Icon li img {
	max-width: 60px;
	width: 100%;
}
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Outer_Link .sns_Icon li:nth-child(1) {
		max-width: 36px;
	}
  }
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Outer_Link .sns_Icon li:nth-child(2) {
		max-width: 30px;
	}
  }
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Outer_Link .sns_Icon li:nth-child(3) {
		max-width: 31px;
	}
  }
#footer_Credit #footer_Outer_Link .bunner_Link ul {
	flex-direction: column;
}
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Outer_Link .bunner_Link ul {
		flex-direction: row;
		justify-content: flex-end;
	}
  }
#footer_Credit #footer_Outer_Link .bunner_Link ul li {
	padding-bottom: 20px;
	width: 100%;
}
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Outer_Link .bunner_Link ul li {
		padding-bottom: 30px;
		width: calc((100% / 2) - 5px);
	}
  }
  @media screen and (max-width: 768px) {
	#footer_Credit #footer_Outer_Link .bunner_Link ul li img {
		max-width: 139px;
		vertical-align: bottom;
	}
  }
#footer_Copyright {
	text-align: center;
}
#footer_Copyright small {
	font-size: 12px;
}


