﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.B_Gmenu
{
}

.B_Gmenu .MenuListDiv
{
}

.B_Gmenu ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.B_Gmenu li {
    list-style: outside none none;
    margin: 0px 0px 20px 0px;
    padding: 0;
    position: relative;
    width: calc((100% - 20px) / 2 );
}

.B_Gmenu li:nth-child(odd) {
    margin: 0px 20px 20px 0px;
}

.B_Gmenu a.Title {
    border-top: 3px solid #0C783A;
    background: #BEDFC2;
    padding: 11px 50px 15px 20px;
    font-size: 130%;
    font-weight: 600;
    cursor: pointer;
    width: calc( 100% - 70px );
    position: relative;
}

.B_Gmenu .toggle_accordion {
    border: 1px solid #ccc;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 13px;
    z-index: 2;
}

.B_Gmenu li a
{
    color: #000000;
    display: block;
    font-size: 110%;
    margin: 0;
    padding: 11px 15% 10px 5%;
    width: 80%;
}

.B_Gmenu .layer0 > div
{
    display: none;
}

.B_Gmenu .layer1
{
    font-weight: normal;
}

.GmenuFrame {
    background-color: #ffffff;
    border: 0px solid #cccccc;
    color: black;
    left: 0px;
    margin: 0;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 10000;
}


/* == 背景処理 == */
.GmenuFrame,
.GmenuFrame ul,
.GmenuFrame li
{
    background: none #ffffff !important;
}


/* == 展開メニュー調整 == */
.B_Gmenu .GmenuFrame ul
{
    background-image: none;
    padding: 10px;
    width: auto;
}

.B_Gmenu .GmenuFrame ul li
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.B_Gmenu .GmenuFrame ul li a {
    background: url("../../../Images/icon_001.png") no-repeat left 10px;
    border: medium none;
    display: block;
    font-size: 100%;
    padding: 10px 10px 10px 20px;
    text-align: left;
    width: auto;
}

/* == リンクカラー == */
.B_Gmenu li a:link, .B_Gmenu li a:visited, .B_Gmenu li a:hover, .B_Gmenu li a:active {
    color: #232323;
}

.B_Gmenu .GmenuFrame li a:link,
.B_Gmenu .GmenuFrame li a:visited,
.B_Gmenu .GmenuFrame li a:hover,
.B_Gmenu .GmenuFrame li a:active
{
    color: #232323;
}

.B_Gmenu .GmenuFrame li a:hover
{
}

.GmenuFrame {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 2px 2px 2px 0px #777;
}

.B_Gmenu .toggle_accordion,
.B_Gmenu .MenuListDiv .menu_accordion
{
    display: block !important;
}

.B_Gmenu .MenuListDiv .toggle_accordion a
{
    background: none;
    border: medium none;
    display: block !important;
    float: left;
    height: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 32px;
}

.toggle_accordion span {
    overflow: hidden;
    text-indent: -999px;
    display: block;
    background: url(../../../Images/2026/toggle_open.png) center center #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    background-size: 30px;
}

.ma_on span {
    background: url(../../../Images/2026/toggle_close.png) center center #fff;
    background-size: 30px;
}


/* == メニュー排他処理 == */
#ContentPane .LMenuV_Standard2,
#ContentPane .LMenuV_Standard
{
    display: none !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.B_Gmenu
{
}

.B_Gmenu .MenuListDiv
{
}

.B_Gmenu ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.B_Gmenu li {
    list-style: outside none none;
    margin: 0px 0px 20px 0px;
    padding: 0;
    position: relative;
    width: 100%;
}

.B_Gmenu a.Title {
    border-top: 3px solid #0C783A;
    background: #BEDFC2;
    padding: 11px 50px 15px 20px;
    font-size: 130%;
    font-weight: 600;
    cursor: pointer;
    width: calc( 100% - 70px );
    position: relative;
}

.B_Gmenu .toggle_accordion {
    border: 1px solid #ccc;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    right: 13px;
    z-index: 2;
}

.B_Gmenu li a
{
    color: #000000;
    display: block;
    font-size: 110%;
    margin: 0;
    padding: 11px 15% 10px 5%;
    width: 80%;
}

.B_Gmenu .layer0 > div
{
    display: none;
}

.B_Gmenu .layer1
{
    font-weight: normal;
}

.GmenuFrame {
    background-color: #ffffff;
    border: 0px solid #cccccc;
    color: black;
    left: 0px;
    margin: 0;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 10000;
}


/* == 背景処理 == */
.GmenuFrame,
.GmenuFrame ul,
.GmenuFrame li
{
    background: none #ffffff !important;
}


/* == 展開メニュー調整 == */
.B_Gmenu .GmenuFrame ul
{
    background-image: none;
    padding: 10px;
    width: auto;
}

.B_Gmenu .GmenuFrame ul li
{
    margin: 0;
    padding: 0;
    width: 100%;
}

.B_Gmenu .GmenuFrame ul li a {
    background: url("../../../Images/icon_001.png") no-repeat left 10px;
    border: medium none;
    display: block;
    font-size: 100%;
    padding: 10px 10px 10px 20px;
    text-align: left;
    width: auto;
}

/* == リンクカラー == */
.B_Gmenu li a:link, .B_Gmenu li a:visited, .B_Gmenu li a:hover, .B_Gmenu li a:active {
    color: #232323;
}

.B_Gmenu .GmenuFrame li a:link,
.B_Gmenu .GmenuFrame li a:visited,
.B_Gmenu .GmenuFrame li a:hover,
.B_Gmenu .GmenuFrame li a:active
{
    color: #232323;
}

.B_Gmenu .GmenuFrame li a:hover
{
}

.GmenuFrame {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 2px 2px 2px 0px #777;
}

.B_Gmenu .toggle_accordion,
.B_Gmenu .MenuListDiv .menu_accordion
{
    display: block !important;
}

.B_Gmenu .MenuListDiv .toggle_accordion a
{
    background: none;
    border: medium none;
    display: block !important;
    float: left;
    height: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 32px;
}

.toggle_accordion span {
    overflow: hidden;
    text-indent: -999px;
    display: block;
    background: url(../../../Images/2026/toggle_open.png) center center #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    background-size: 30px;
}

.ma_on span {
    background: url(../../../Images/2026/toggle_close.png) center center #fff;
    background-size: 30px;
}


/* == メニュー排他処理 == */
#ContentPane .LMenuV_Standard2,
#ContentPane .LMenuV_Standard
{
    display: none !important;
}
}
