@charset "utf-8";
/* CSS Document */

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";


body {
	width: 100%;
	background-color: #FFF;
	color: #000;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 2;
	font-size: 96%;
}

.inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.inner02 {
	width: 94%;
	margin: 0 auto;
	position: relative;
}


.fc_white { color: #fff; }
.fc_red { color: #F00; }
.fc_blue { color: #005bac; }

.fs_12 { font-size: 12px; }
.fs_150 {font-size: 150%; }
.fs_200 { font-size: 200%; }
.fs_250 { font-size: 250%; }
.fs_120 { font-size: 120%; }

.fw_bold { font-weight: bold; }

.space2 { letter-spacing: 2px; }


.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }


.ta_center { text-align: center; }
.ta_left { text-align: left; }

.only_pc { display: none; }
.only_sp { display: block; }

.lh_10 { line-height: 1; }
.lh_12 { line-height: 1.2; }
.lh_15 { line-height: 1.5; }

.img_responsive {
	max-width: 100%;
	height: auto;
}

.img_va_middle {
	vertical-align: middle;
}

span.uniform_01 {
	display: inline-block;
	width: 5em;
}


/*-----------------------------
header_top
-----------------------------*/
.box_header_top {
	text-align: center;
	margin-top: 20px;
}

.txt_mainimg {
	text-align: center;
	padding: 130px 10px 0 10px;

}

/*-----------------------------
nav
-----------------------------*/

#sp_menu_btn{
	text-align: center;
	color: #fff;
	padding: 8px 0 5px 0;
	border-bottom: solid 1px #fff;
}


nav {
	background-color: #005BAC;
}

nav ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

nav ul li {
	border-bottom: solid 1px #fff;
	color: #fff;
	letter-spacing: 2px;
}

nav ul li a {
	display: block;
	width: 100%;
	padding: 8px 10px 5px 10px;
	color: #fff;
}

nav ul li a:hover {
	background-color: #3E9EFF;
	opacity: 1;
}

nav ul li span {
	display: block;
	width: 100%;
	padding: 8px 10px 5px 10px;
	background-color: #3E9EFF;
	opacity: 1;
}

/*-----------------------------
top content
-----------------------------*/

.box_top_banar {
	padding: 50px 0 40px 0;
	background-color: #f0f0f0;
}

/*-- テスト追加 --*/
.sample_box3_2 {
    margin-top: 0;
    padding: 1em 1.5em;
    background: #fff2e4;/*背景色*/
    color: #000000;/*文字色*/
}
.sample_box_title {
    padding: 0.5em 0.5em 0.4em;
    text-align: center;
    font-size: 1.3em;/*タイトル文字サイズ*/
    background: #ff9b38;/*タイトル文字背景色*/
    border-bottom: 3px solid #ff7f00;/*タイトル下線*/
    color: #ffffff;/*タイトル文字色*/
    font-weight: bold;
    letter-spacing: 0.05em;
}
.sample_box_title p {
    margin-bottom: 0;
}

.htb_logo {
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.his_denki_img {
	width: 100%;
	margin: 0 auto 40px auto;
}

.his_denki_img img {
	width: 100%;
}

.corona {
	text-align: left;
	margin: auto;
	background-color: #fefefe;
}

.corona p {
	padding: 20px;
}

.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.btn-c {
  font-size: 16px;
	font-weight: bold;
  position: relative;
  padding: 1rem;
  border-radius: 100vh;
}

.denki_h3 {
	font-size: 18px;
}

.denki_p {
	text-align: left;
}

.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-d {
  font-size: 1.2rem;

  position: relative;

  padding: 0.01rem 1rem 0.5rem 2.5rem;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

.btn-d span {
  font-size: 1rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.btn-d span:before,
.btn-d span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

.btn-d span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

.btn-d span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.btn-d i {
  margin-right: 1rem;
}

.btn-d:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

.btn_span {
	font-size: 0.5rem;
}

@media screen and (min-width:768px) {
    /*　画面サイズが768pxからはここを読み込む　*/
		.htb_logo {
			width: 20%;
			height: auto;
			margin: 0 auto;
		}

		.his_denki_img {
			width: 60%;
			margin: 0 auto 40px auto;
		}

		.his_denki_img img {
			width: 100%;
		}

		.corona {
			text-align: center;
			width: 70%;
			margin: auto;
			background-color: #fefefe;
		}

		.corona p {
			padding: 20px;
		}

		.denki_h3 {
			font-size: 150%;
		}

		.denki_p {
			text-align: center;
		}

		.btn-d {
		  font-size: 1.5rem;
		}

}

/*-- googleフォント「さわらび明朝」 --*/
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }


/*--------- ------*/

/* ----------------------------
loopSlider
-----------------------------*/
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 200px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 200px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* ----------------------------
   CLEARFIX ELEMENTS
-----------------------------*/
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}


/*-----------------------------
footer
-----------------------------*/
footer {
	color: #fff;

}

.footer_info {
	padding: 40px 0;
	background-color: #005BAC;
}

.footer_copy {
	padding: 10px 0;
	background-color: #001dcf;
	text-align: center;
	font-size: 10px;
}

.footer_info ul li {
	display: inline-block;
	background-color: #fff;
	color: #005BAC;
	padding: 0 10px;
	margin-right: 5px;
}

#map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height:100% !important;
}

/*--------------------------------
上部へ戻るボタン
--------------------------------*/
#totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: auto;
	opacity: 0.7;
	z-index: 9999;
}

#totop img {
	width: 100%;
	height: auto;
	max-width: 40px;
}


/*-----------------------------
その他_header
-----------------------------*/

.box_header_op {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

/*-----------------------------
その他_nav
-----------------------------*/
.nav_op {
	margin-bottom: 0;
}

/*-----------------------------
その他_title
-----------------------------*/

.ttl_h2 {
	height: 230px;
	padding-top: 150px;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}

.ttl_h2_tour {
	background: url(../tour/images/bg_ttl_tour.jpg) no-repeat center center;
}

.ttl_h2_ticket {
	background: url(../ticket/images/bg_ttl_ticket.jpg) no-repeat center center;
}

.ttl_h2_recruit {
	background: url(../recruit/images/bg_ttl_recruit_a.jpg) no-repeat center center;
}

.ttl_h2_company {
	background: url(../company/images/bg_ttl_company.jpg) no-repeat center center;
}

.ttl_h2_contact {
	background: url(../images/bg_ttl_contact.jpg) no-repeat center center;
}

.ttl_h2_sitemap {
	background: url(../sitemap/images/bg_ttl_sitemap.jpg) no-repeat center center;
}


/*-----------------------------
その他_contents
-----------------------------*/
.list_tour_kojin01 li {
	line-height: 1.7;
	/*margin-left: 1em;
	text-indent: -1em;*/
	padding-left: 15px;
	background: url(../images/list_01.jpg) no-repeat left 7px;
}

.list_jisseki {
	line-height: 1.5;
	margin-bottom: 10px;
	margin-left: 1em;
	text-indent: -1em;
}

.table_ticket01 {
	width: 100%;

}

.table_ticket01 tr th, .table_ticket01 tr td {
	border: solid 1px #005BAC;
	width: 50%;
	padding: 10px;
}

.table_ticket01 tr th {
	background-color: #9DCEFF;
	color: #005BAC;
}

.table_ticket01 tr td.smile {
	background-color: #E1F0FF;
}

.table_recruit01 {
	width: 100%;
}

.table_recruit01 tr th, .table_recruit01 tr td {
	border: solid 1px #005BAC;
	width: 50%;
	padding: 10px;
	vertical-align: top;
}


.table_recruit01 tr th{
	text-align: left;
	width: 20%;
	background-color: #9DCEFF;
	color: #005BAC;
}

/*お問い合わせ*/

/*input, select {
	font-size: 1.2em;
	width: 96%;
}

.submit {
	width: 150px;
}

textarea {
    font-size: 1.0em;
	width: 96%;
}

a.contact {
	text-decoration: underline;
	color: #FFF;
}

label {
    cursor: pointer;
}

div.error {
	width: 30em;
	background-color: #fcc;
	padding: 0.2em 2em;
}

span.required {
    font-weight: bold;
}

.err {
	color: green;
}

.form_wrap {
	padding-bottom: 20px;
	border-bottom: dotted 1px #999;
	margin-bottom: 20px;
	text-align: left;
}

.form_wrap p {
	font-weight: bold;
}

.form_submit {
	text-align: center;
	margin-bottom: 30px;
}

.submit {
	margin-bottom: 10px;
}

.txt_form01 {
	background-color: #005BAC;
	color: #fff;
	margin-bottom: 20px;
}*/


	/*PC向けレイアウトの指定*/
	@media only screen and (min-width:769px){

	body {
		min-width: 1100px;
	}

	nav ul {
		width: 1100px;
		display: block;
	}

	.inner02 {
		width: 1100px;
	}

	.inner03 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}


	.only_pc { display: block; }
	.only_sp { display: none; }

	.float01 {
		float: left;
		width: 47%;
		margin-right: 40px;
	}

	.float01:last-child {
		float: left;
		width: 47%;
		margin-right: 0;
	}

	.float01:last-child {
		margin-right: none;
	}

	/*国内海外旅行 実績用*/

	.float04 {
		float: left;
		width: 22%;
		margin-right: 36px;
	}

	.float05 {
		float: left;
		width: 22%;
		margin-right: 0;
	}

	/*footer用*/
	.float02 {
		float: left;
		width: 33%;
	}

	.float02:last-child {
		text-align: right;
	}

	.float03 {
		float: left;
		width: 64%;
	}


	/*-----------------------------
	header
	-----------------------------*/

	.box_header_top {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.box_header_top h1 {
		float: left;
	}

	.box_header_top p {
		float: right;
		margin-top: 10px;
	}

	/*-----------------------------
	nav
	-----------------------------*/

	#sp_menu_btn{
		display: none;
	}

	nav ul {
		display: block;
		width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}

	nav ul li {
		border-bottom: none;
		float: left;
		width: 25%;
		text-align: center;
	}

	nav ul li a, nav ul li span {
		/*display: block;*/
		width: 100%;
		padding: 8px 0;
	}


	/*-----------------------------
	top_contents
	-----------------------------*/
	.txt_top_banar {
		display: inline-block;
		margin-right: 10px;
	}

	/*-----------------------------
	その他_header
	-----------------------------*/
	.box_header_op {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.box_header_op h1 {
		float: left;
	}

	.box_header_op p {
		float: right;
		margin-top: 15px;
	}


	/*-----------------------------
	その他_contents
	-----------------------------*/
	.form_wrap p {
			float: left;
			width: 200px;
	}

	.form_item {
			float: right;
			width: 630px;
	}

	.form_submit {
		margin-left: 300px;
		width: 300px;
	}

	.submit {
		width: 100px;
	}

	}
	
/*-----------------------------
お問い合わせ（2023/12追記　transmitmailに変更）
-----------------------------*/

.table_contact {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}

.table_contact tr th, .table_contact tr td {
	box-sizing: border-box;
	display: block;
	padding: 0.5rem 0;
}

.table_contact tr th {
	text-align: left;
	vertical-align: top;
	font-size: 1.2rem;
	/*width: 300px;*/
}

.middle {
	box-sizing: border-box;
	width: 100%;
	font-size: 1.2rem;
}

.wide {
	box-sizing: border-box;
	width: 100%;
	font-size: 1.2rem;	
}

.btn_submit {
	background-color: #005bac;
	color: #fff;
	font-size: 1.2rem;
	border: solid 2px #005bac;
	padding: 0 1rem;
}

.btn_submit:hover {
	background-color: #fff;
	color: #005bac;
}

	/*PC向けレイアウトの指定*/
	@media only screen and (min-width:1020px){

	.table_contact tr th, .table_contact tr td {
		display: table-cell;
	}

	.table_contact tr th {
		width: 250px;
	}
	
	.table_contact tr td {
		width: 700px;

	}

	}



/*-----------------------------
スマイルキッズ小牧バナー
-----------------------------*/
/*PC向けレイアウトの指定*/
@media only screen and (min-width:1020px){
.smilekids img{
	width: 500px;
	height: auto;
}