/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("gs.12col.css");
@import url("responsive.gs.12col.css");
/* 2022/11/29_ukawa_edited */
@import url("//search.ntour.jp/tp/static/common/assets/stylesheets/css/gadget/fw-top.css");
/* 2022/11/29_end */

@font-face {
    font-family: 'LigatureSymbols';
    src: url('LigatureSymbols-2.11.eot');
    src: url('LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('LigatureSymbols-2.11.woff') format('woff'),
         url('LigatureSymbols-2.11.ttf') format('truetype'),
         url('LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 30px;
}

.rsf, .rsf-icon:after {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 30px;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:10px;
}
.lsf-icon.nextheader:before {
  content: '\E096';
  color:#D3D3D3;
}
.lsf-icon.nextside:before {
  content: '\E112';
  color: #808080;;
}
.lsf-icon.nextcampaign:before {
  content: '\E096';
  color:#333;
}
.rsf-icon:after {
  content:attr(title);
  float:right;
  margin-right:10px;
  font-size:10px;
}
.rsf-icon.menusub:after {
  content: '\E112';
  color:#CCC;
}
.nextheader{
	text-align:center;
	margin-top:20px;
}
.nextheader a{
	text-decoration:none;
	color:#333;
}
/* 文字サイズ小中大の設定 */
.f1{font-size: 10px;}
.f2{font-size: 12px;}
.f3{font-size: 14px;}
#textsize{ 
	font-weight: bold;
	margin-top: 20px; 
	text-align: center;
}
#textsize span{margin-left:5px;}
#textsize a{
	padding:5px 7px;
	text-decoration:none;
	background:#E4E4E3; color:#333;
}
#textsize a.active{background:#009B93!important; color:#fff;}
.contact{
	margin-top:9px;
	margin-bottom:9px;
}
.footer{
	color:#000;
	margin-top:50px;
	padding: 0;
	background:#F5F5F5;
}
.footer_inner{
	background:#F5F5F5;
	padding: 5px 60px;
}
.copyright{
	background: #3BB282;
	color: #fff;
	text-align:center;
	padding:2%;
}
.naver{
	margin-left:1px;
	box-sizing:content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}
.header, .naver{
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
.naver a {
	display: block; 
	float: left; 
	margin: 0; 
	padding: 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}
.naver a.gyou1{
	line-height:44px; height:44px;
	width:14.1%;
	text-align:center;
	box-sizing:content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}
.naver a.gyou2{
	height:40px;
	padding-top:4px;
	padding-bottom:0px;
	padding-bottom:0;
	width:14.6%;
	text-align:center;
	box-sizing:content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
}
.naver a:hover {color:#009C94;}
.naver.enabled a {
	float: none;
	margin: 0 0 1px 0;
	width: 100%;
}

.naver {
	margin: 0;
  }
  .naver,
  .naver *,
  .naver *:before,
  .naver *:after {
	box-sizing: border-box;
  }
  .naver-handle {
	width: 100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #111111;
	cursor: pointer;
	display: none;
	font-size: 16px;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }
  .naver-handle:after {
	height: 3px;
	width: 15px;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	background: #cccccc;
	box-shadow: 0 5px 0 #cccccc, 0 -5px 0 #cccccc;
	content: '';
	display: block;
	margin: auto 0;
  }
  .naver.open .naver-handle:after {
	width: 15px;
	height: 15px;
	background: transparent;
	border: none;
	box-shadow: none;
	color: #cccccc;
	content: "\00d7";
	font-size: 22px;
	font-weight: 700;
	line-height: 15px;
	text-align: center;
  }
  .naver-wrapper {
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
  }
  .naver-container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
  }
  .naver.enabled .naver-handle {
	display: block;
  }
  .naver.enabled .naver-wrapper {
	height: 0px;
	overflow: hidden;
  }
  .naver.enabled .naver-container {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-width: 0 1px 1px;
  }
  
.navcms{height:44px;}
.navcms a:first-child{
	border-left:1px solid #C5C5C5;
	box-sizing:content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	margin-left:-1px;
}
.navcms a{background:url(../img/navcms.png) no-repeat right top!important;}
.navcms a:hover {color:#009C94!important;}
.navcms .naver{box-sizing:content-box!important;}
.fmenu{margin: 20px 20px 50px;}
.fmenu li{
	font-size:0.9em;
	line-height: 2.3;
}
.fmenu li a{color:#000;}

/* 202211 takada */
.header {width: 100%;}
.header_inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	max-width: 1100px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.header_inner .header_logo {width: 37%;}
.header_inner .nextheader.eng {width: 20%;}
.header_inner .nextheader.recruit {width: 10%;}
.header_inner #textsize {width: 16%;}
.header_inner .contact {width: 17%;}
.nav_parent a {transition: .7s;}
.nav_parent a:hover, .nav_parent a:active, .nav_parent a:focus {background: #E9F4D7;}
.nav_parent a img {width: 109.5px;}
.pc-only {display: block;}
.sp-only {display: none;}

@media screen and (max-width: 768px) {
	.fmenu{margin: 10px 30px 10px;}
	.header {padding: 10px;}
	.header_inner .header_logo {
		width: 100%;
		padding-left: 75px;
	}
	.header_inner .nextheader.eng {width: 70%;}
	.header_inner .nextheader.recruit {width: 30%;}
	.header_inner #textsize {width: 50%;}
	.header_inner .contact {width: 50%;}
	.nav_parent a img {width: 100%;}
	.pc-only {display: none;}
	.sp-only {display: block;}
	.topbn p{text-align:left;}
}

	.open .naver-wrapper {
		height: auto !important;
	}
	.naver .nav_parent {
		display: block; 
		float: left; 
		margin: 0; 
		padding: 0;
		box-sizing:content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
	}
	.parentmenu {
		position: relative;
	}
	.parentmenu .bigmenu+.submenu {
		position: absolute;
		top: 70px;
		right: -100px;
		width: 550px;
		z-index: 100;
		overflow: hidden;
		visibility: hidden;
	}
	.parentmenu .bigmenu+.submenu li{
		border:1px solid #fff;
		list-style: none;
		margin:0;
		padding:0;
		font-size:14px;
		float: left;
		position: relative;
		width: 150px;
		height: 40px;
		line-height: 40px;
		background:#fff;
		color: #009C94;
		text-align:left;
		font-weight:bold;
		border:1px solid #999;
	}
	.parentmenu .bigmenu+.submenu li a{
		text-align:left;
		text-indent:10px;
		color:#333;
	}
	.parentmenu .bigmenu+.submenu li {
		visibility: hidden;
		overflow: hidden;
		width: 150px;
		height: 0;
		background:#ECECEB;
	}
	.open .parentmenu .bigmenu+.submenu {
		position: relative;
		width: auto;
		top: 0;
	}
	.open .parentmenu .bigmenu+.submenu li {
		width: 100px;
		visibility: visible;
		height: 40px !important;
		font-size: 12px;
		float: none;
	}
	.parentmenu .bigmenu+.submenu li:hover,
	.parentmenu .bigmenu+.submenu li a:hover {
		background:#009C94;
		color:#fff;
	}
	.parentmenu .bigmenu:hover+.submenu li,
	.parentmenu .bigmenu+.submenu:hover li {
		visibility: visible;
		overflow: visible;
		height:40px;
		z-index: 10;
	}
	.parentmenu * {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.pagetop {
		display: none;
		position: fixed;
		bottom: 30px;
		right: 30px;
	}
	.pagetop a {
		display: block;
		background: none;
		color: unset;
		border: none;
		text-decoration: none;
		padding: 0;
		transition: .6s;
	}
	.pagetop a img {
		width: 100%;
		height: 60px;
	}
	.pagetop a:hover {
		background: none;
		opacity: .6;
	}
	@media screen and (max-width: 768px) {
		.naver .nav_parent {
			width: 100%;
			margin: 1px 0;
		}
		.naver .nav_parent a {
			text-align: center;
			width: 100%;
			color: #000;
			font-size: 1rem;
			text-decoration: none;
			padding: 10px 0;
		}
		.naver .nav_parent a:hover, .naver .nav_parent a:focus, .naver .nav_parent a:active {
			background: #E9F4D7;
		}
		.nav_parent .submenu li {width: 25%;}
		.nav_parent .submenu li a {color: #808080;}
		.pagetop a img {
			width: 100%;
			height: 50px;
		}
	}