@charset "utf-8";
/* CSS Document */

ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
li a {
	text-decoration: none;
	transition: 0.8;
}
a {
	cursor: pointer;
}
/*--------------------------------------------------------------*/

/*-- モバイル --*/
@media (max-width: 767px){
	nav#topMenu {
		display: none;
	}
}
/*-- PC表示共通メニュー --*/
nav#topMenu {
	background: url(../images/menu/menu_background.jpg) repeat-x;
	max-height: 52px;
	border-top:  2px solid #E96C0E;
}
nav#topMenu ul {
	display: flex;
	max-width: 980px;
	justify-content: flex-start;	
	margin-left: auto;
	margin-right: auto;
}
nav#topMenu ul li{
	max-height: 50px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #C6C6C6;
	z-index: 8;
	position: relative;
}
nav#topMenu ul li img{
	z-index: 10;
}
nav#topMenu ul li div.menu_back{ /*-- ゆっくり表示用 --*/
	position: absolute;
	opacity: 0;
	background-image: linear-gradient(transparent 90%, #E96C0E 10%);
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	transition: 0.3s ease-out;
}
nav#topMenu ul li div.menu_back:hover{ /*-- ゆっくり表示用 --*/
	opacity: 1;
}
nav#topMenu ul li:first-child{
	border-left: none;
}
nav#topMenu ul li:last-child{
	border-right: none;
}
nav#topMenu ul li.menu_btn_this {
	background-image: linear-gradient(#E96C0E 70%, #ffa600 100%);
}
/* 通常
nav#topMenu ul li:hover{
	background-image: linear-gradient(transparent 90%, #E96C0E 10%);
}
*/
@media (max-width: 979px) {
	nav#topMenu ul li:hover{
		background: none;
	}
}
nav#topMenu ul li:last-child:hover{
	border-right: none;
}
nav#topMenu ul li img{
	width: 100%;
	max-width: 160px;	
	display:  block;
}
/*--メガメニュー３*/
nav#topMenu > ul > li:hover .menu {
	max-height: 9999px;
	opacity: 1;
	visibility: visible;
}
nav#topMenu > ul > li > a {
  transition: all .2s ease-in;
}
nav#topMenu > ul .menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	background: rgba(233,108,14,1);
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.6);
	z-index: 101
}
nav#topMenu > ul .menu .megamenu{
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
	max-width: 980px;
}
.megamenu .menu_flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 980px;
}

/*-- 言語表示 --*/
ul.header_list > li.language:hover .index_sub_menu {
	max-height: 9999px;
	opacity: 1;
	visibility: visible;
}
ul.header_list > li.language > a {
  transition: all .2s ease-in;
}
/*-- 言語内下線部 --*/
.index_sub_menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	left: 0;
	position: absolute;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.6);
	z-index: 101;
	border-radius: 3px;
}
.index_sub_menu_box{
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	display: inline-block;
	background: #E96C0E;
}
.index_sub_menu_box ul {
	padding-bottom: 15px;
}
.headerBtn ul.header_list .index_sub_menu_box ul li {
	margin-top: 15px;
	margin-right: 10px;
	display: block;
	text-align: left;
	background: none;
}
.headerBtn ul.header_list .index_sub_menu_box ul li:before {
	position: absolute;
	content:" ";
	width: 8px;
	height: 8px;
	left: 10px;
	display: inline-block;
	background: url("../../images/common/ar_white.png") no-repeat;
	margin-top: 5px;
}

.headerBtn ul.header_list .index_sub_menu_box ul li a {
	position: relative;
	z-index: 1;
	color: #FFF;
	display: block;
}
.headerBtn ul.header_list .index_sub_menu_box ul li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0%;
	height: 1px;
	background: #FFF;
	z-index: -1;
	transition: all 0.4s;
}
.headerBtn ul.header_list .index_sub_menu_box ul li:hover a:after{
	width: 100%;
}
.headerBtn ul.header_list li.language {
	background: #FFF;
}

span.arrow_icon {
	background: #FFF;
	position: absolute;
	top: 11px;
	left: 12px;
	transition: all 300ms 0s ease;
}
.rotate {
	transform: rotate(90deg);
}

ul.header_list li.language:hover + span.arrow_icon {
	display: none;
}

h3.menu_title {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 15px;
	text-align: left;
}
p.menu_link{
	font-weight: 600;
	font-style: normal;
	font-size: 16px;		
	padding-left: 15px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: left;
	background: url("../images/common/ar_white.png") no-repeat;
	background-position: 0 8px;
	line-height: 1.4;
	padding-bottom: 1px;
	transition: all 0.3s;
}
_:lang(x)::-ms-backdrop, p.menu_link{
	padding-bottom: 0;
	background-position: 0 3px;
}
p.menu_link a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}
p.menu_link a:hover:after {
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
p.menu_link a{
	color: #FFFFFF;
}
p.menu_link a:hover{
	color: #FFFFFF;
}

/**/
.tooltip {
	background: #34363a;
	font-size: 9px;
	color:  #FFFFFF;
}

/**/
nav.headB {
}
nav.headB ul{
	width: 100%;
	border-top: 2px solid #E96C0E;
	padding-top: 30px;
	margin-bottom: 15px;
}
nav.headB li a{
	display: inline-block;
	transition: 0.8s;
}
nav.headB li a:hover{
	color: #E96C0E;;
}
nav.headB li{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding-left: 45px;
	padding-bottom: 15px;
}
nav.headB li:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 6px;
	height: 7px;
	top: 8px;
	left: 30px;
	background: url(../images/common/ar_black.png) no-repeat;
	background-size: contain;
}
nav.headB li.list_border{
	border-top: 1px solid #cccccc;
	margin-left: 20px;
	margin-right: 30px;
}
nav.headB li.list_border:before{
	content: '';
	background: none;
	
}
.mobile_menu_button {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 15;
}
.def {
	top: 30px !important;
}
/*-- header内背景画像読み込み --*/
.background_images {
	position: relative; 
	left:-999px; 
	display: none;
}


/*--  --*/
.sub_menu_back {
	background: rgba(255,255,255,0.9);
	padding: 20px 0 20px 0;
	width: 100%;
	position: absolute;
	left: 0;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.6);
	border-top: 5px solid #001037;
	z-index: 100;
	display: none;
}
.sub_menu {
	margin: 0 auto;
	max-width: 980px;
}
.sub_menu .title {
	margin-right: 50px;
	margin-left: 10px;
	width: 200px;
}
.sub_menu .title h4{
	font-size: 22px;
	font-weight: 900;
	color: #343434;
}
.sub_menu .contents {
	width: 100%;
}
.sub_menu .contents .flex{
	justify-content: space-between;
	padding-right: 10px;
}
.sub_menu .contents .flex.punch_flex {
	padding-right: 20px;
}
nav#topMenu ul li img.img_radius {
	max-width: initial;
}
.sub_menu .punch_box img.img_radius {
	height: 80px;
	object-fit: cover;
}
.sub {
	margin-right: 30px;
	width: 100%;
}
.sub:last-of-type{
	margin-right: 0;
}
.sub h5 a{
	font-size: 16px;
	color: #001037;
	border-bottom: 1px solid #001037;
	transition: 0.5s;
}
.sub h5 a:hover{
	font-size: 16px;
	color: #E96C0E;
	border-bottom: 1px solid #E96C0E;
}
.sub p {
	margin-bottom: 15px;
	opacity: 0.8;
}
.sub p:last-of-type {
	margin-bottom: 0;
}
