.navbar-collapse {
	flex-direction: column;
}

#navigation {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#navigation ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul > li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #D3EAF9;
	border-right: 1px solid #D3EAF9;
	position: relative;
}
#navigation ul > li.mttl {
	position: relative;
	padding: 8px 10px 9px 30px;
	color: #FFF;
	margin: 0;
	background: #2A68B2;
  font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 1px;
}
#navigation ul > li.mttl::before {
  position: absolute;
  left: 12px;
	top: 10px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f107';
}

#navigation ul li > a {
	position: relative;
	text-decoration: none;
	display: block;
	padding: 12px 10px 13px 25px;
	color: #2A68B2;
	margin: 0;
	border-bottom: 1px solid #D3EAF9;
	background: rgba(255,255,255,0.70);
	transition:all 0.3s ease;
	font-size: 1.5rem;
  font-weight: 500;
}
#navigation ul > li a::before {
  position: absolute;
  left: 14px;
	top: 13px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f0da';
	color: #C0E0F4;
}
#navigation ul > li a.home { /* HOME */
	padding-left: 40px;
}

#navigation ul > li a.home::before { /* HOME */
  content: '\f015';
	font-size: 2.2rem;
  left: 10px;
	top: 8px;
}

#navigation ul > li.new::before {
	position: absolute;
	content: "NEW";
	top: 12px;
	right: 5px;
	background-color: crimson;
	border: 1px solid #F59798;
	padding: 2px 5px 4px;
	font-size: 1.1rem;
	border-radius: 5px;
	color: #FFF;
	line-height: 1;
	z-index: 10;
	font-weight: 700;
}

#navigation ul > li.new2::before {
	position: absolute;
	content: "NEW";
	top: 9px;
	right: 5px;
	background-color: crimson;
	border: 1px solid #F59798;
	padding: 2px 5px 4px;
	font-size: 1.1rem;
	border-radius: 5px;
	color: #FFF;
	line-height: 1;
	z-index: 10;
	font-weight: 700;
}
#navigation ul > li.new3::before {
	position: absolute;
	content: "NEW";
	top: 15px;
	right: 5px;
	background-color: crimson;
	border: 1px solid #F59798;
	padding: 2px 5px 4px;
	font-size: 1.1rem;
	border-radius: 5px;
	color: #FFF;
	line-height: 1;
	z-index: 10;
	font-weight: 700;
}

#navigation ul > li.rec::before {
	position: absolute;
	content: "受付中";
	top: 6px;
	right: 3px;
	background-color: #FF6E00;
	padding: 4px 8px 6px;
	font-size: 1.1rem;
	border-radius: 9999px;
	color: #FFF;
	line-height: 1;
	z-index: 10;
	font-weight: 700;
}
#navigation ul > li.rec2::before {
	position: absolute;
	content: "受付中";
	top: 10px;
	right: 3px;
	background-color: #FF6E00;
	padding: 4px 8px 6px;
	font-size: 1.1rem;
	border-radius: 9999px;
	color: #FFF;
	line-height: 1;
	z-index: 10;
	font-weight: 700;
}
.blinking::before {
	-webkit-animation:blink 1s ease-in-out infinite alternate;
	-moz-animation:blink 1s ease-in-out infinite alternate;
	animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0.2;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0.2;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0.2;}
	100% {opacity:1;}
}

.blinking2::before {
	-webkit-animation:blink2 0.5s infinite linear alternate;
	-moz-animation:blink2 0.5s infinite linear alternate;
	animation:blink2 0.5s infinite linear alternate;
}
@-webkit-keyframes blink2{
	0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-4px);
  }
}
@-moz-keyframes blink2{
	0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-4px);
  }
}
@keyframes blink2{
	0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-4px);
  }
}

#navigation ul > li a:hover {
	background: #66A6DA;
	color: #FFF;
	padding-left: 27px;
}
#navigation ul > li a.home:hover::before { /* HOME */
  left: 10px;
}
#navigation ul > li a.home:hover { /* HOME */
	padding-left: 40px;
}
#navigation ul > li a:hover::before {
  left: 16px;
}

#navigation ul > li a.cur {
	background: #66A6DA url("../images/menu_bg.png") top right no-repeat;
	font-weight: 700;
	color: #FFF;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: static;
}

/* ドロップダウンメニュー */
.dropdown-menu {
	border-radius: 0;
	border: none;
}

#navigation ul li ul.dropdown-menu li a {
	padding: 9px 10px 10px 30px;
	color: #2A68B2;
	margin: 0;
	border-bottom: 1px solid #D3EAF9;
	background: #EAF5FB;
  font-weight: 400;
}
#navigation ul li ul.dropdown-menu li a:hover {
	background: #80BCE6;
	color: #FFF;
	padding-left: 32px;
}
#navigation ul li ul.dropdown-menu li a::before {
  position: absolute;
  left: 19px;
	top: 10px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f0da';
	color: #2A68B2;
}
#navigation ul li ul.dropdown-menu li a:hover::before {
  left: 21px;
}

.dropdown-toggle::after {
	position: absolute;
	top: 45%;
	right: 10px;
	border-top: .4em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
}

#navbarNavDropdown li a {
  display: block;
  margin: 0;
  padding: 12px 0 12px;
  line-height: 1;
  text-decoration: none;
}

#navbarNavDropdown li a:hover {
    color: #FFF;
}
#navbarNavDropdown div.dropdown-menu {
	padding: 0;
}
#navbarNavDropdown div.dropdown-menu > a {
	padding: 13px 15px;
	background-color: darkgray;
	text-align: left;
	font-weight: normal;
}

/*#navbarNavDropdown div > a {
	height: 38px;
	border-top: 1px solid #D9D5C8;
}*/

button.navbar-toggler {
	width: 100%;
	background: #7CBD27;
	border-bottom: 5px solid #BCD59E;
	border-radius: 0px;
}

button.navbar-toggler span {
	text-align: center;
	padding: 5px;
	display: block;
	content: '';
	cursor: pointer;
	color: #FFF;
	line-height: 1;
	right: 0;
	font-size: 2rem;
	font-weight: 500;
}

ul.submenu {
  display: flex;
  justify-content: start;
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
	background-color: #F5F9ED;
	border: 1px solid #DEEBC2;
}
ul.submenu li a {
	display: block;
  position: relative;
  padding: 4px 1em 5px 2.2em;
  margin: 0;
	border-right: 1px solid #DEEBC2;
	background: #FFF;
	color: #7CBD27;
	font-size: 1.5rem;
	font-weight: 500;
}
ul.submenu li a::before {
  position: absolute;
  left: 13px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\f101';
	color: #DEEBC2;
}

ul.submenu li a:hover {
	background: #88C238;
	text-decoration: none;
	color: #FFF;
}

ul.submenu li a.cur {
	font-weight: 900;
	background: #7CBD27;
	color: #FFF;
	cursor: inherit;
	padding-left: 2.4em;
}
ul.submenu li a.cur::before {
	color: #FFF;
	content: '\f00c';
}

/* ハンバーガーメニュー内の [日本語・英語の切替ボタン]
------------------------------------------------------------ */
.sp_nav_lang {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 10px;
	gap: 0 10px;
}
.sp_nav_lang div a {
	display: block;
	border: 1px solid #66A6DA;
	font-size: 1.4rem;
	padding: 5px 10px;
	line-height: 1;
	background: #E6E6E6;
	color: #808080;
	text-decoration: none;
}
.sp_nav_lang div a.cur {
	background: #66A6DA;
	color: #FFF;
}
.sp_nav_lang div a:hover {
	background: #66A6DA;
	color: #FFF;
	text-decoration: none;
}

/* 表示領域が992px以上の場合に適用するスタイル */
@media screen and (min-width: 992px) {
	#navigation ul > li a.noborder {
		border-bottom: none;
	}
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media print, screen and (max-width: 991.98px) {
	#navigation ul > li a {
		margin: 0;
		border-bottom: 1px solid #D3EAF9;
		border-radius: 0;
		background: #FFF;
	}
	#navigation ul > li.mttl {
		border-bottom: 1px solid #D3EAF9;
	}
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
	ul.submenu {
		flex-direction: column;
		border-bottom: none;
	}
	ul.submenu li a {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #DEDCD6;
	}
}