@charset "utf-8";
/* ============== 編集禁止区域 ================ */

.sm{
	position:relative;
	z-index:9999;
 }
.sm,.sm ul,.sm li{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	line-height:normal;
	direction:ltr;
	text-align:left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.sm-rtl,.sm-rtl ul,.sm-rtl li{
	direction:rtl;
	text-align:right;
}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{
	margin:0;
	padding:0;
}
.sm ul{
	display:none;
}
.sm li,.sm a{
	position:relative;
}
.sm a{
	display:block;
}
.sm a.disabled{
	cursor:not-allowed;
}
.sm:after{
	content:"\00a0";
	display:block;
	height:0;
	font:0px/0 serif;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.sm,.sm *,.sm *:before,.sm *:after{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.sm a.noLink1{
cursor:s-resize;
}
.sm a.noLink2{
/* cursor:default; */
cursor:e-resize;
}


/* ============== 編集禁止区域ここまで ================ */
.nestMenu {
 background: transparent;
}

/* ==============  基本 MB優先 ================ */
.nestMenu a,
.nestMenu a:hover,
.nestMenu a:focus,
.nestMenu a:active {
	padding: 12px 20px;
	padding-right: 50px;  /* スマホ丸プラス用 */
	background: #0069b6;
	border-bottom: 1px solid #6c9bd2;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
}
.nestMenu li.tel {
	padding: 12px 20px;
	/*font-size: 90%;*/
	background: #fff;
	color: #2895da;
	text-align: center;
}
.nestMenu li.tel address {
	font-weight: bold;
	font-size: 16px;
}
.nestMenu a.current {
	/*background-color:#f7f5f3;
	color: #000000;*/
}
.nestMenu a.disabled {
	color: #a1d1e8;
}
/* スマホの丸プラス */
.nestMenu a span.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: auto;
	right: 5px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	font: bold 15px/23px monospace !important;
	text-align: center;
	text-shadow: none;
	background-color : #fff;
	color: #0069b6;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
.nestMenu a.highlighted span.sub-arrow:before {
	display: block;
	content: '-';
}
.nestMenu ul {
	background: #0069b6;
}
.nestMenu ul ul {
	background: #6c9bd2;
}
.nestMenu ul a,
.nestMenu ul a:hover,
.nestMenu ul a:focus,
.nestMenu ul a:active {
	background: #6c9bd2;
	color: #fff;
	font-size: 14px;
	text-shadow: none;
	border-left: 8px solid transparent;
	border-bottom: 1px solid #fff;
	font-weight:normal;
}
.nestMenu ul a.current {
	background: #eee;
	color: #888;
}
.nestMenu ul a.disabled {
	color: #b3b3b3;
}
.nestMenu ul ul a,
.nestMenu ul ul a:hover,
.nestMenu ul ul a:focus,
.nestMenu ul ul a:active {
	border-left: 16px solid transparent;
	background: #e2ebf6;
	color: #0069b6;
}
.nestMenu ul ul ul a,
.nestMenu ul ul ul a:hover,
.nestMenu ul ul ul a:focus,
.nestMenu ul ul ul a:active {
	border-left: 24px solid transparent;
}
.nestMenu ul ul ul ul a,
.nestMenu ul ul ul ul a:hover,
.nestMenu ul ul ul ul a:focus,
.nestMenu ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
.nestMenu ul ul ul ul ul a,
.nestMenu ul ul ul ul ul a:hover,
.nestMenu ul ul ul ul ul a:focus,
.nestMenu ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}
.nestMenu ul li a {
	border-bottom: none;
	/*border-bottom: 1px dotted #ccc;*/
	border-bottom: 1px solid #fff;
}
.nestMenu ul li:first-child {
	border-top: 0;
}

/* ============== PC  ================ */
@media (min-width: 800px) {

	.nestMenu a,
	.nestMenu a:hover,
	.nestMenu a:focus,
	.nestMenu a:active,
	.nestMenu a.current {
		border-bottom:none;
	}

	.nestMenu ul {
		position: absolute;
		width: 14em;
	}
	.nestMenu li {
		float: left;
	}
	.nestMenu li.tel {
		float: right;
		padding: 5px 0 0 10px;
	}
	.nestMenu li.tel address {
		font-size: 20px;
	}
	.nestMenu.sm-rtl li {
		float: right;
	}
	.nestMenu ul li,
	.nestMenu.sm-rtl ul li,
	.nestMenu.sm-vertical li {
		float: none;
	}
	.nestMenu a {
		white-space: nowrap;
	}
	.nestMenu ul a,
	.nestMenu.sm-vertical a {
		white-space: normal;
	}
	.nestMenu .sm-nowrap > li > a,
	.nestMenu .sm-nowrap > li > :not(ul) a {
		white-space: nowrap;
	}

	/* ...end */

	.nestMenu {
		background: #fff;
	}
	.nestMenu a {
		font-weight: bold;
		/* padding: 15px 47px; */
        padding: 15px 39px;
		background: #fff;
		color: #2895da;
	}
	.nestMenu a:hover,
	.nestMenu a:focus,
	.nestMenu a:active,
	.nestMenu a.highlighted {
		/* padding: 15px 47px; */
        padding: 15px 39px;
		background: #0069b6;
		color: #fff;
	}
	.nestMenu a.current {
		color: #000;
		background-color:#e7e5e3;
	}
	.nestMenu a.disabled {
		background: #eee;
		color: #aaa;
	}
	.nestMenu a span.sub-arrow {
		top: auto;
		margin-top: 0;
		bottom: -2px;
		left: 50%;
		margin-left: -8px;
		right: auto;
		width: 0;
		height: 0;
		/*border-width: 7px;
		border-style: solid dashed dashed dashed;
		border-color: #ccc transparent transparent transparent;*/
		border-top: 8px solid #ccc;
		border-right: 6px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 6px solid transparent;
		background: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	.nestMenu a.highlighted span.sub-arrow:before {
		display: none;
	}
	.nestMenu > li a {
		/*border-left: 1px dotted #ccc;*/
	}
	.nestMenu > li:first-child {
		/*border-left: 0;*/
	}
	.nestMenu ul {
		/* border: 1px solid #bbb; */
		padding: 0;
		background: #0069b6;
		/*
		-webkit-border-radius: 0 0 4px 4px !important;
		-moz-border-radius: 0 0 4px 4px !important;
		-ms-border-radius: 0 0 4px 4px !important;
		-o-border-radius: 0 0 4px 4px !important;
		border-radius: 0 0 4px 4px !important;
		-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
		*/
	}
	.nestMenu ul ul {
		background: #6c9bd2;
	/*
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		-ms-border-radius: 4px !important;
		-o-border-radius: 4px !important;
		border-radius: 4px !important;
		*/
	}
	.nestMenu ul a,
	.nestMenu ul a:hover,
	.nestMenu ul a:focus,
	.nestMenu ul a:active,
	.nestMenu ul a.highlighted {
		border: 0 !important;
		padding: 15px 28px;
		background: transparent;
		color: #fff;
		/*
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
		border-radius: 0 !important;
		*/
	}
	.nestMenu ul a:hover,
	.nestMenu ul a:focus,
	.nestMenu ul a:active,
	.nestMenu ul a.highlighted {
		background: #6c9bd2;
	}

	.nestMenu ul a.noLink2:hover{
		background: #4c7bb2;
  }

	.nestMenu ul ul a:hover,
	.nestMenu ul ul a:focus,
	.nestMenu ul ul a:active,
	.nestMenu ul ul a.highlighted {
		background: #6c9bd2;
		color: #fff;
	}

	.nestMenu ul a.current {
		background: #ffffcc;
		color: #00f;
	}
	.nestMenu ul a.disabled {
		background: white;
		color: #b3b3b3;
	}
	.nestMenu ul a span.sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 0;
		/*border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #fff;*/
		border-top: 5px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 8px solid #fff;
	}
	.nestMenu ul li {
		border: 0;
	}
	.nestMenu span.scroll-up,
	.nestMenu span.scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: white;
		height: 20px;
	}
	.nestMenu span.scroll-up-arrow, .nestMenu span.scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #2b82ac transparent;
	}
	.nestMenu span.scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #2b82ac transparent transparent transparent;
	}
	.nestMenu.sm-rtl.sm-vertical a span.sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #a1d1e8 transparent transparent;
	}
	.nestMenu.sm-rtl > li:first-child > a, .nestMenu.sm-rtl > li:first-child > :not(ul) a {
		-webkit-border-radius: 0 8px 8px 0;
		-moz-border-radius: 0 8px 8px 0;
		-ms-border-radius: 0 8px 8px 0;
		-o-border-radius: 0 8px 8px 0;
		border-radius: 0 8px 8px 0;
	}
	.nestMenu.sm-rtl > li:last-child > a, .nestMenu.sm-rtl > li:last-child > :not(ul) a {
		-webkit-border-radius: 8px 0 0 8px !important;
		-moz-border-radius: 8px 0 0 8px !important;
		-ms-border-radius: 8px 0 0 8px !important;
		-o-border-radius: 8px 0 0 8px !important;
		border-radius: 8px 0 0 8px !important;
	}
	.nestMenu.sm-rtl > li:first-child {
		border-left: 1px solid #2b82ac;
	}
	.nestMenu.sm-rtl > li:last-child {
		border-left: 0;
	}
	.nestMenu.sm-rtl ul a span.sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #a1d1e8 transparent transparent;
	}
	.nestMenu.sm-vertical {
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
	.nestMenu.sm-vertical a {
		padding: 9px 23px;
	}
	.nestMenu.sm-vertical a span.sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #a1d1e8;
	}
	.nestMenu.sm-vertical > li:first-child > a, .nestMenu.sm-vertical > li:first-child > :not(ul) a {
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		-ms-border-radius: 8px 8px 0 0;
		-o-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
	}
	.nestMenu.sm-vertical > li:last-child > a, .nestMenu.sm-vertical > li:last-child > :not(ul) a {
		-webkit-border-radius: 0 0 8px 8px !important;
		-moz-border-radius: 0 0 8px 8px !important;
		-ms-border-radius: 0 0 8px 8px !important;
		-o-border-radius: 0 0 8px 8px !important;
		border-radius: 0 0 8px 8px !important;
	}
	.nestMenu.sm-vertical > li {
		border-left: 0 !important;
	}
	.nestMenu.sm-vertical ul {
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		-ms-border-radius: 4px !important;
		-o-border-radius: 4px !important;
		border-radius: 4px !important;
	}
	.nestMenu.sm-vertical ul a {
		padding: 9px 23px;
	}
}
