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

body {
    margin: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
}

#contents_container {
    margin: 0;
}

.header_nav {
    height: 50px;
    padding: 0px 10px;
    display: block;
    color: #fff;
    background-color: #f6c5a4;
}

.header_nav .nav_menu {
    display: block;
    width: 38px;
    margin-left: auto;
    margin-right: 0px;
    text-align: center;
    cursor: pointer;
}

.header_nav .bar_a, .header_nav .bar_a:before, .header_nav .bar_a:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 5px;/*長さ*/
    border-radius: 3px;
    background: #000;
    display: block;
    content: '';
    cursor: pointer; 
}

.header_nav .bar_b, .header_nav .bar_b:before, .header_nav .bar_b:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: #000;
    display: block;
    content: '';
    cursor: pointer; 
}

.header_nav .bar_a:before {
    bottom: -7px;
}
.header_nav .bar_a:after {
    bottom: -16px;
}

.header_nav .bar_b {
    margin-left: 8px;
}
.header_nav .bar_b:before {
    bottom: -8px;
}
.header_nav .bar_b:after {
    bottom: -16px;
}

.title_menu {
    margin: 0;
}

.title_menu input {
    display: none;
}

.title_menu label {
    display: block;
    color: #fff;
    background-color: #843c0c;
    cursor: pointer;
}

.title_menu .title_body {
    max-height: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    overflow: hidden;
    background-color: #843c0c;
    transition-property: all;
    transition-duration: 0.5s;
}

#title_menu:checked ~ .title_body{
    max-height: 2000px;
    padding: 10px;
    opacity: 1;
}

.map_icon {
    vertical-align: middle;
    visibility: visible;
}

.map_icon_hidden {
    vertical-align: middle;
    visibility: hidden;
}

.map_button a:link, .map_button a:visited, .map_button a:hover, .map_button a:active {
    display: block;
    margin-top: 5px;
    padding: 2px 4px;
    width: 8em;
    border-radius: 5px;
    border: solid 1px #fff;
    color: #fff;
    text-decoration: none;
}


.menu_exhibitor {
    margin: 0;
}


.menu_exhibitor input {
    display: none;
}

/*
.menu_exhibitor #menu_exhibitor_label {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #bf9000;
    cursor: pointer;
}
*/
.menu_exhibitor #menu_exhibitor_label {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #843c0c;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}




/*
.menu_exhibitor a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #bf9000;
    cursor: pointer;
}
*/

.menu_exhibitor .exhibitor_body {
    max-height: 0;
    margin: 0;
    padding: 0;
    color: #662E09;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;        
}

.exhibitor_menu01 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    /*background-color: #ff9900;*/
    background-color: #FFEDD4;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    cursor: pointer;
}

.exhibitor_menu02 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    /*background-color: #bf9000;*/
    background-color: #FFF8E7;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    cursor: pointer;
}

.exhibitor_menu01 > a {
    color: #662E09;
    text-decoration: none;
}

.exhibitor_menu02 > a {
    color: #662E09;
    text-decoration: none;
}


#menu_exhibitor:checked ~ .exhibitor_body {
    max-height: 20000px;
    display: block;
    opacity: 1;
}

#menu_exhibitor:checked ~ .exhibitor_body .exhibitor_menu01 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
}

#menu_exhibitor:checked ~ .exhibitor_body .exhibitor_menu02 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
}


.menu_bosyu {
    margin: 0;
}

.menu_bosyu input {
    display: none;
}

.menu_bosyu label {
    display: block;
    padding: 10px;
    color: #662E09;
    background-color: #7cb9f0;
    cursor: pointer;
}

.menu_bosyu .bosyu_body {
    max-height: 0;
    margin: 0;
    padding: 0;
    color: #662E09;
    overflow: hidden;
    background-color: #7cb9f0;
    transition-property: all;
    transition-duration: 0.5s;    
}

#menu_bosyu:checked ~ .bosyu_body {
    max-height: 2000px;
    display: block;
    padding: 10px;
    opacity: 1;
}

.menu_forum {
    margin: 0;
}

.menu_forum input {
    display: none;
}

.menu_forum label {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #362900;
    cursor: pointer;
}

.menu_forum .forum_body {
    max-height: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    overflow: hidden;
    background-color: #362900;
    transition-property: all;
    transition-duration: 0.5s;    
}

#menu_forum:checked ~ .forum_body {
    max-height: 2000px;
    display: block;
    padding: 10px;
    opacity: 1;
}

.menu_contact {
    margin: 0;
}

.menu_contact input {
    display: none;
}

.menu_contact label {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #cc3300;
    cursor: pointer;
}

/*
.contact_body a:link, .contact_body a:visited, .contact_body a:hover, .contact_body a:active {
    color: #fff;
    text-decoration: none;
}
*/

.menu_contact .contact_body {
    max-height: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    overflow: hidden;
    background-color: #CC3300;
    transition-property: all;
    transition-duration: 0.5s;    
}

#menu_contact:checked ~ .contact_body {
    max-height: 2000px;
    display: block;
    padding: 10px;
    opacity: 1;
}

@media (min-width: 501px) {

#contents_container {
    margin: 0px auto;
    width: 500px;
}
    
}