﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* 展開用 */
#Glnav_toggleMenu
{
/* 2020/12/28 削除 */
/*    background: url(../../../Images/Menu_icon.png) no-repeat #EEF3D3; */
    height: 100px;
    width: 100px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 30052;
    overflow: hidden;
display: none;
}

.Glnav_Menu_Close
{
    background: url(../../../Images/Glnav_MenuIcon_close.png) no-repeat center center #000000 !important;
}

/*.__ModuleBody #Glnav_toggleMenu
{
    position: relative;
}*/

.Glnav_toggleMenu_On
{
    display: block !important;
}

.view_goiken
{
    background: url(../../../Images/Opinion.png) no-repeat;
    width: 82px;
    height: 216px;
    position: absolute;
    right: 0px;
    top: 200px;
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
}

.view_goiken
{
    display: none;
}

#glnv2
{
    display: none;
}

/* メニュータイトル */
.B_GNavi2 h2
{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 150%;
    padding: 36px;
    margin: 0px;
}

/* メニュー用 */
.B_GNavi2
{
    padding: 0px;
    height: 100%;
    width: 100%;
    background: #057538;
    position: fixed;
    top: 0px;
    z-index: 30051;
}

.B_GNavi2 .MenuListDiv
{
    position: relative;
    padding: 0px;
    max-width: 1000px;
    margin: 0px auto;
}

/* リスト基礎設定 */
.B_GNavi2 .MenuListDiv ul
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 1000px;
    list-style-type: none;
}

.B_GNavi2 .MenuListDiv ul li
{
    margin: 0;
    padding: 0;
}

.B_GNavi2 .MenuListDiv ul li:not(.layer1) a.Title
{
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    text-decoration: none;
    width: 290px;
    margin: 0;
    border-bottom: 1px dotted #fff;
}

.B_GNavi2 .layer0 > div
{
    display: none;

}

.B_GNavi2 .layer0
{
    z-index:1;
}

.B_GNavi2 .layer1
{
}

.B_GNavi2 .layer2
{
}

/* == 展開メニュー調整 == */
.BNaviFrame,
.BNaviFrame ul,
.BNaviFrame li
{
    background: none #ffffff !important;
}

.BNaviFrame
{
    z-index: 1000;
    position: absolute;
    width: 700px;
    right: 0px;
    top: 0px;
    height: 100%;
}

.B_GNavi2 .BNaviFrame ul
{
    list-style: outside none none;
    padding: 20px;
    width: 660px;
    position: absolute;
    overflow-y: scroll;
}

.B_GNavi2 .BNaviFrame ul .layer1 a.Sub_Title
{
    background: url("../../../Images/icon.png") no-repeat left 6px;
    display: block;
    font-size: 100%;
    height: auto;
    min-height: 20px;
    padding: 5px 20px;
    text-align: left;
    color: #000000 !important;
}

/* == 選択時表示 == */
.B_GNavi2 .select_nav a
{
    background: #ffffff;
}

.B_GNavi2 .MenuListDiv ul li.GNaviSelected a
{
    background: #005E26;
    color: #ffffff;
}


/* == リンクカラー == */
.B_GNavi2 li a:link,
.B_GNavi2 li a:visited,
.B_GNavi2 li a:hover,
.B_GNavi2 li a:active
{
    color: #ffffff;
}

.B_GNavi2 li.select_nav a:link,
.B_GNavi2 li.select_nav a:visited,
.B_GNavi2 li.select_nav a:hover,
.B_GNavi2 li.select_nav a:active,
.B_GNavi2 .BNaviFrame li a:link,
.B_GNavi2 .BNaviFrame li a:visited,
.B_GNavi2 .BNaviFrame li a:hover,
.B_GNavi2 .BNaviFrame li a:active
{
    color: #000000;
}

.B_GNavi2 .BNaviFrame li a:hover
{
    text-decoration: underline;
}

.B_GNavi2 .BNaviFrame .layer1 a:hover
{
    text-decoration: underline;
}

.BNaviFrame
{
}

.B_GNavi2 .MenuListDiv ul li.layer1
{
    display: inline-block;
    margin: 0px 0px 10px 0px;
    padding: 0;
    width: 315px;
    background: url(../../../Images/icon_01.png) no-repeat 5px 8px !important;
    vertical-align: top;
}

.B_GNavi2 .MenuListDiv ul li.layer1 a.Title
{
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    text-decoration: none;
    width: 190px;
    margin: 0;
    border-bottom: 1px dotted #fff;
}

/* 初期表示設定 */
.select_nav #Bmenu0001
{
    display: block;
}

/* 初期表示設定 */
.Menu_Open
{
    display: block !important;
}

/* 開閉処理 */
.Close_Menu
{
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: rgba(0,0,0,0.6);
    padding: 10px 0px;
    position: fixed;
    bottom: 0px;
}

/* tabキー操作時処理 */
.select_nav .BNaviFrame
{
    z-index: 1001;
}

/* 背景処理 */
.B_GNavi2 .layer_cover
{
    position: absolute;
    top: 0;
    left: 300px;
    width: 660px;
    background: #ffffff;
    padding: 20px;
}

/* トップ用バナー化 */
.B_GNavi2 .MenuListDiv #Bmenu0001 li
{
    border: 2px solid #1F654B;
    background: none #F0F3EC !important;
    border-radius: 5px;
    width: 200px;
    margin: 0px 0px 10px 5px;
}

.B_GNavi2  .MenuListDiv #Bmenu0001 li a
{
    text-align: center;
    font-weight: bold;
    color: #20644B !important;
    padding: 70px 0px 25px 0px;
}

.B_GNavi2 .MenuListDiv #Bmenu0001 .G01_01,
.B_GNavi2 .MenuListDiv #Bmenu0001 .G01_04
{
    margin: 0px 0px 10px 0px;
}

.B_GNavi2 .MenuListDiv #Bmenu0001 .G01_01 a
{
    background: url(../../../Images/Mainmenu_01.png) no-repeat center 20px;
}

.B_GNavi2 .MenuListDiv #Bmenu0001 .G01_02 a
{
    background: url(../../../Images/Mainmenu_02.png) no-repeat center 20px;
}

.B_GNavi2 .MenuListDiv #Bmenu0001 .G01_03 a
{
    background: url(../../../Images/Mainmenu_03.png) no-repeat center 20px;
}

.B_GNavi2 .MenuListDiv #Bmenu0001 .G01_04 a
{
    background: url(../../../Images/Mainmenu_04.png) no-repeat center 20px;
}

.B_GNavi2 .MenuListDiv #Bmenu0001 .G01_05 a
{
    background: url(../../../Images/Mainmenu_05.png) no-repeat center 20px;
}

.B_GNavi2 .MenuListDiv #Bmenu0001 .G01_06 a
{
    background: url(../../../Images/Mainmenu_06.png) no-repeat center 20px;
}

/* ご意見箱 */
.GNaviSelected .BNaviFrame
{
    display: block;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* 展開用 */
#Glnav_toggleMenu
{
	height: 70px;
	width: 70px;
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 10000;
	overflow: hidden;
	display: none;
}

.Glnav_Menu_Close
{
	background: url(../../../Images/sp_menu.png) no-repeat;
	background-position: -257px 0px;
	z-index: 30052 !important;
}

/*.__ModuleBody #Glnav_toggleMenu
{
    position: relative;
}*/

.Glnav_toggleMenu_On
{
    display: block !important;
}

.view_goiken
{
    display: none;
}

#glnv2
{
    display: none;
}

/* メニュータイトル */
.B_GNavi2 h2
{
	/* color: #ffffff; */
	/* font-weight: bold; */
	/* font-size: 110%; */
	padding: 20px 0px 0px 20px;
	margin: 0px;
	display: none;
}

/* メニュー用 */
.B_GNavi2
{
	padding: 0px;
	height: 100%;
	width: 320px;
	background: #057538;
	position: fixed;
	top: 70px;
	z-index: 30051;
	overflow-y: scroll;
}

.B_GNavi2 .MenuListDiv
{
    position: relative;
    padding: 10px;
}

/* リスト基礎設定 */
.B_GNavi2 .MenuListDiv ul
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    background: #5A8133;
}

.B_GNavi2 .MenuListDiv ul li
{
    margin: 0;
    padding: 0;
    position: relative;
}

.B_GNavi2 .MenuListDiv ul li:not(.layer1) a.Title
{
    display: block;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    text-decoration: none;
    margin: 0;
    border-bottom: 1px dotted #fff;
    position: relative;
}

.B_GNavi2 .layer0 > div
{
    display: none;

}

.B_GNavi2 .layer0
{
    z-index:1;
}

.B_GNavi2 .layer1
{
}

.B_GNavi2 .layer2
{
}

/* == 展開メニュー調整 == */
.GNaviFrame,
.GNaviFrame ul,
.GNaviFrame li
{
    background: none #ffffff !important;
}

.GNaviFrame
{
    z-index: 1;
    position: relative;
    height: 100%;
}

.B_GNavi2 .GNaviFrame ul
{
    list-style: outside none none;
    padding: 10px;
    width: 280px;
    position: relative;
    overflow-y: scroll;
    height: 100%;
    display: block;
}

/* == 選択時表示 == */
.B_GNavi2 .select_nav a
{
    background: #ffffff;
}

.B_GNavi2 .MenuListDiv ul li.GNaviSelected a
{
    background: #005E26;
    color: #ffffff;
}


/* == リンクカラー == */
.B_GNavi2 li a:link,
.B_GNavi2 li a:visited,
.B_GNavi2 li a:hover,
.B_GNavi2 li a:active
{
    color: #ffffff;
}

.B_GNavi2 li.select_nav a:link,
.B_GNavi2 li.select_nav a:visited,
.B_GNavi2 li.select_nav a:hover,
.B_GNavi2 li.select_nav a:active,
.B_GNavi2 .GNaviFrame li a:link,
.B_GNavi2 .GNaviFrame li a:visited,
.B_GNavi2 .GNaviFrame li a:hover,
.B_GNavi2 .GNaviFrame li a:active
{
    color: #000000;
}

.B_GNavi2 .GNaviFrame li a:hover
{
    text-decoration: underline;
}

.B_GNavi2 .GNaviFrame .layer1 a:hover
{
    text-decoration: underline;
}

.GNaviFrame
{
}

.B_GNavi2 .GNaviFrame ul
{
    list-style: outside none none;
    padding: 10px;
    width: 280px;
}

.B_GNavi2 .GNaviFrame ul .layer1 a.Sub_Title
{
    background: url("../../../Images/icon_01.png") no-repeat left 6px;
    display: block;
    font-size: 100%;
    height: auto;
    min-height: 20px;
    padding: 5px 20px;
    text-align: left;
    color: #000000 !important;
}

/* 初期表示設定 */
.select_nav #Gmenu0001
{
    display: block;
}

.sp_gltoggle
{
    background: url(../../../Images/glnv2_toggle.png) no-repeat center center #fff;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.Menu_Open
{
    display: block !important;
}

.layer0_toggle
{
    background: url(../../../Images/glnv2_toggle_off.png) no-repeat center #ffffff;
}


/* 開閉処理 */
.Close_Menu
{
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: rgba(0,0,0,0.6);
    padding: 10px 0px;
    position: fixed;
    bottom: 0px;
}
}
