@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP&family=Oswald:wght@200..700&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "LINE Seed JP", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
//	word-break: break-all;
	overflow-wrap: break-word;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

html {
	font-size: 62.5%;
	overflow: auto;
}
body {
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
a.underlink {
	text-decoration: underline;
}
a.underlink:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

.para {
	margin-bottom: 1.5em;
}
.para-half {
	margin-bottom: 1em;
}

.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

.inlineblock {
	display: inline-block;
}
.redtxt {
	color: #ff0000;
}

/* 大枠 */
body #allcontents {
	position: relative;
}

/* ヘッダ */
header {
    overflow: hidden;
	position: relative;
	z-index: 100;
}
header:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/2026/header_img.png") no-repeat left top;
    background-size: auto 100%;;
    position: absolute;
    top: 0px;
    right: -200px;
    z-index: -1;
}
header .contentstitle {
}
header .logo_wjvf {
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
    padding: 10px 15px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
header .logo_wjvf img {
	width: 30px;
	margin-right: 10px;
}
header .user_display {
    padding: 0 15px 10px;
    margin-top: -5px;
    text-align: right;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
header .user_display .login_bt a {
	font-size: 1rem;
    padding: 0em 0.5em;
    margin-top: 0.5em;
    background: #fff;
    display: block;
    border: solid 1px #000;
}
header .user_display .logout_bt a {
	font-size: 1rem;
    padding: 0em 0.5em;
    margin-right: 0.5em;
    background: #fff;
    display: inline-block;
    border: solid 1px #000;
}
header .user_display .user_name {
	font-size: 1.2rem;
    color: #000;
}
header .user_display .user_name small {
	font-size: 1rem;
    color: #000;
    white-space: normal;
}
header .contentstitle h1 {
	font-size: 2.2rem;
	font-weight: 600;
	height: 90px;
    padding: 0 15px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}

/* コンテンツ */
section {
	clear: both;
    background: #f1f1f1;
	margin: 0px;
	padding: 0 0 40px;
	position: relative;
}
section article.contents {
	padding: 40px 0px 0px;
}
section article > div {
	max-width: 1060px;
	margin: auto;
	padding: 0 15px;
	position: relative;
}

/* ログイン */
#login form {
	margin: auto;
	width: 500px;
	max-width: 100%;
	text-align: center;
}
#login form label strong {
	font-weight: normal;
	margin-bottom: 0.6em;
	display: inline-block;
}
#login form input {
    font-size: 1.6rem;
    padding: 0.4em 0.5em;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
    border: solid 1px #ddd;
	background: #f5f5f5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#login form input:focus {
	background: #fff;
}
#login form button {
	line-height: 2.6;
	color: #fff;
	text-align: center;
	max-width: 300px;
	margin: 1.5em auto 0px;
	padding: 0 15px;
    background: #8479c8;
	width: 10em;
    border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    cursor: pointer;
}
#login form button img {
	width: 12px;
}

@media (min-width: 360px) {
header .logo_wjvf {
	font-size: 1.8rem;
}
}

@media (min-width: 414px) {
header:before {
    right: -300px;
}
header .logo_wjvf {
    padding: 15px 30px;
}
header .user_display {
    padding: 0 20px 10px 30px;
    margin-top: -5px;
}
header .contentstitle h1 {
	height: 120px;
    padding: 0 30px;
}
section article > div {
	padding: 0 30px;
}
}

@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header:before {
    background-position: right top;
    right: -200px;
}
header .header_bar {
	max-width: 1060px;
	margin: auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
header .logo_wjvf {
    font-size: 3rem;
	max-width: 1060px;
    padding: 20px 10px 20px 30px;
    white-space: nowrap;
    flex-shrink: 0;
}
header .logo_wjvf img {
	width: 40px;
}
header .user_display {
	margin: 0 160px 0 0;
    padding: 0;
	position: static;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
header .user_display .login_bt a {
	font-size: 1.6rem;
	line-height: 40px;
	text-align: center;
	width: 85px;
	height: 40px;
    padding: 0em;
    margin-top: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
header .user_display .logout_bt a {
	font-size: 1.2rem;
    margin-top: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
header .user_display .user_name small {
	font-size: 1.2rem;
}
header .contentstitle h1 {
	font-size: 3rem;
	height: 160px;
	margin: auto;
    max-width: 1060px;
}

/* コンテンツ */
section {
	padding: 0 0 70px;
}
section article.contents {
	padding: 70px 0px 0px;
}

section article.category {
	border-bottom-width: 10px;
}
section article.category h2 {
	font-size: 2.2rem;
}

/* ログイン */
#login form button {
	line-height: 3;
    width: 12em;
	padding: 0 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
}

@media (min-width: 1200px) {
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header:before {
    right: -100px;
}
header .logo_wjvf {
    font-size: 3.5rem;
    padding: 30px;
}
header .logo_wjvf img {
	width: 50px;
    margin-right: 15px;
}
header .user_display {
	margin: 0 170px 0 20px;
}
header .user_display .login_bt a {
	font-size: 1.8rem;
	line-height: 50px;
	width: 110px;
	height: 50px;
}
header .user_display .logout_bt a {
	font-size: 1.4rem;
    margin-top: 8px;
}
header .user_display .user_name {
  font-size: 2rem;
}
header .user_display .user_name small {
  font-size: 1.6rem;
}
header .contentstitle h1 {
	font-size: 4rem;
	height: 200px;
}

section {
	padding: 0 0 100px;
}

/* コンテンツ */
section article.contents {
	padding: 100px 0px 0px;
}
section article > div {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
section article.category h2 {
	font-size: 3rem;
}

}

/* フッタ
------------------------------------------------------------ */
footer {
	text-align: center;
	margin-top: 40px;
}

footer div.contact {
	margin: 0 15px 35px;
	border: solid 1px #cfcfcf;

}
footer div.contact table {
	margin: auto;
}
footer div.contact table td {
	padding: 20px;
}
footer div.contact table td .office {
	text-align: center;
	margin-bottom: 0.5em;
}
footer div.contact table td .office * {
    color: #0f5fad;
}
footer div.contact table td a {
	text-decoration: underline;
}
footer div.contact table td p {
}
footer div.contact table td p span {
	display: inline-block;
}
footer div.contact table td p span.inlineblock {
    padding: 0 0.5em;
}

footer .sns_link a {
    display: inline-block;
    margin: 0 10px 30px;
}
footer .sns_link a img {
    width: 40px;
}

footer dl {
    margin-bottom: 40px;
}
footer dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
footer dl dd a {
    display: inline-block;
    margin: 0 10px;
}
footer dl .logo_jbvp {
    width: 60px;
}
footer dl .logo_jaha {
    width: 90px;
}

footer .footer_contents {
	padding: 0 15px;
}

footer .sns_link {
	padding: 0 15px;
}
footer .accept {
	font-size: 1.3rem;
	margin: 0 30px 20px;
}

footer .footer_menu {
	font-size: 1.3rem;
}
footer .footer_menu a {
	display: table;
	margin: auto;
	text-decoration: underline;
}
footer .footer_menu span {
	display: none;
}

footer .copyright_area {
	padding: 20px 15px;
	background: #82c1ea;
    background: -moz-linear-gradient(left, #0f5fad 0%, #1b9bd8 50%, #82c1ea 100%);
    background: -webkit-gradient(linear, left center, right center, from(#0f5fad), color-stop(50%, #1b9bd8), to(#82c1ea));
    background: -webkit-linear-gradient(left, #0f5fad 0%, #1b9bd8 50%, #82c1ea 100%);
    background: -o-linear-gradient(left, #0f5fad 0%, #1b9bd8 50%, #82c1ea 100%);
    background: -ms-linear-gradient(left, #0f5fad 0%, #1b9bd8 50%, #82c1ea 100%);
    background: linear-gradient(to right, #0f5fad 0%, #1b9bd8 50%, #82c1ea 100%);
}
footer .copyright_area * {
	font-weight: 200;
    color: #fff;
    letter-spacing: 0.1ex;
}
footer .pagetop {
	width: 35px;
	height: 35px;
	position: fixed;
	right: 15px;
	bottom 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    overflow: hidden;
}

@media (min-width: 360px) {
footer div.contact table td p span {
	margin: 0 0.2em;
}
}
@media (min-width: 414px) {
footer div.contact {
	margin: 0 30px 35px;
}
}

@media (min-width: 768px) {
footer {
	margin-top: 70px;
}

footer div.contact {
	margin: 0 30px 40px;
    max-width: 1000px;
}
footer div.contact table {
	border-collapse: separate;
	border-spacing: 10px;
}
footer div.contact table td {
}
footer div.contact table td.line_link,
footer div.contact table td.tel_info,
footer div.contact table td.mid_size {
	padding: 0;
}

footer .sns_link a {
    margin: 0 25px 30px;
}
footer .sns_link a img {
    width: 50px;
}

footer dl dt {
    font-size: 2rem;
}
footer dl dd a {
    display: inline-block;
    margin: 0 35px;
}
footer dl .logo_jbvp {
    width: 90px;
}
footer dl .logo_jaha {
    width: 185px;
}

footer .footer_contents {
	padding: 0 40px;
}
footer .accept {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

footer .footer_menu {
	font-size: 1.6rem;
}
footer .footer_menu a {
	display: inline-block;
}
footer .footer_menu span {
	display: inline-block;
}

footer .copyright_area {
	padding: 20px 15px;
}
footer .pagetop {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

}
@media (min-width: 1060px) {
footer div.contact {
	margin: 0 auto 40px;
}
}
@media (min-width: 1200px) {
footer {
	margin-top: 100px;
}
footer div.contact {
    margin-bottom: 50px
}
footer .accept {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
footer div.contact table {
	border-spacing: 20px;
}
footer div.contact table th p {
	padding: 0 1em;
}

footer .sns_link a {
    margin: 0 25px 40px;
}

footer .footer_menu {
	font-size: 1.8rem;
}

footer .copyright_area {
	padding: 23px 15px;
}

}


/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */

/* スマホ */
#menu-box {
    width: 100%;
	position: absolute;
    left: 0px;
    top: 0px;
	z-index: 1000;
}
#toggle {
	z-index: 1000;
	cursor: pointer;
	position: absolute;
	top: 8px;
    right: 15px;
	outline: none;
}
#toggle a {
	display:block;
	height: 34px;
	width: 34px;
	margin: 0px;
	text-decoration: none;
	position: relative;
	outline: none;
     background: #0f5fad;
    text-indent: -9999em;
}
.opmenu #toggle a {
}

#toggle span {
	display: block;
	width: 16px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 9px;
	transition: .3s;
}
#toggle span.menu_first {
	top: 12px;
}
#toggle span.menu_mid {
	top: 17px;
}
#toggle span.menu_last{
	top: 22px;
}
.opmenu #toggle span.menu_first {
	top: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_last {
	top: 15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_mid {
	background: transparent;
}

#menu-box #menu {
	display: none;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	position: fixed;
	height: 100vh;
	background: rgba(0,0,0,0.75);
}
#menu nav {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 62px 0 80px;
}
#menu .menu_main {
	padding: 0 15px;
	height: 100%;
	overflow-y: auto;
}
#menu .menu_main > ul > li {
	margin: 20px 0 0;
	list-style: none;
}
#menu .menu_main > ul > li:first-child {
	margin-top: 0;
}
#menu .menu_main > ul > li > a {
	font-size: 1.6rem;
	font-weight: 600;
	display: block;
	background: #fff;
	padding: 8px 10px;
	text-decoration: none;
    border: solid px #cfcfcf;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#menu .menu_main > ul > li > a img,
#menu .menu_main > ul > li > span img {
	margin-right: 10px;
	height: 25px;
}
#menu .menu_main > ul > li > a.menu_regist span {
    color: #fff;
    background: #ee793b;
    padding: 0 0.3em;
    margin-left: 1em;
}
#menu .menu_main > ul > li > a.menu_program {
}
#menu .menu_main > ul > li > a.menu_program strong {
	width: 80%;
	widht: -webkit-calc(100% - 45px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 45px);/*Firefox4~15対応*/
	width: calc(100% - 45px);  
}
#menu .menu_main > ul > li > a.menu_program span {
	max-width: 80%;
	max-width: -webkit-calc(100% - 45px);/*Chrome19~25対応*/
	max-width: -moz-calc(100% - 45px);/*Firefox4~15対応*/
	max-width: calc(100% - 45px);  
    color: #fff;
    background: #ee793b;
    padding: 0 0.3em;
    margin-left: 45px;
}

#menu .menu_main > ul > li > a.menu_ticket {
}
#menu .menu_main > ul > li > a.menu_ticket strong {
	width: 80%;
	widht: -webkit-calc(100% - 45px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 45px);/*Firefox4~15対応*/
	width: calc(100% - 45px);  
}
#menu .menu_main > ul > li > a.menu_ticket span {
	max-width: 80%;
	max-width: -webkit-calc(100% - 45px);/*Chrome19~25対応*/
	max-width: -moz-calc(100% - 45px);/*Firefox4~15対応*/
	max-width: calc(100% - 45px);  
    color: #fff;
    background: #ffa775;
    padding: 0 0.5em;
    margin-left: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu .menu_main > ul > li > .gray_ticket {
    color: #aaa;
    font-size: 1.6rem;
    font-weight: bold;
    color: #aaa;
    display: block;
    background: #dddddd;
    background-size: contain;
	padding: 8px 10px;
    filter: grayscale(100%);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#menu .menu_main > ul > li > .gray_ticket strong {
    color: #666;
	width: 80%;
	widht: -webkit-calc(100% - 45px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 45px);/*Firefox4~15対応*/
	width: calc(100% - 45px);  
}
#menu .menu_main > ul > li > .gray_ticket span {
	max-width: 80%;
	max-width: -webkit-calc(100% - 45px);/*Chrome19~25対応*/
	max-width: -moz-calc(100% - 45px);/*Firefox4~15対応*/
	max-width: calc(100% - 45px);  
    color: #fff;
    background: #55c3e9;
    padding: 0 0.3em;
    margin-left: 45px;
}
#menu .menu_main > ul > li > .gray_receipt {
    color: #aaa;
    font-size: 1.6rem;
    font-weight: bold;
    color: #aaa;
    display: block;
    background: #bbb;
    background-size: contain;
    padding: 10px 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    filter: grayscale(100%);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#menu .menu_main > ul > li > .gray_receipt strong {
    color: #666;
}



#menu .menu_main > ul > li > ul {
    list-style: none;
}
#menu .menu_main > ul > li > ul a {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
    background: #dddddd;
	padding: 0.3em 20px 0.3em 40px;
    margin-top: 10px;
	text-decoration: none;
}

@media (min-width: 375px) {
}

@media (min-width: 414px) {
#toggle {
	top: 13px;
    right: 20px;
}
#menu .menu_main {
	padding: 0 20px;
}
}

@media (min-width: 768px) {
#menu-box {
	padding: 0 30px;
	margin: auto;
}
#toggle {
	right: 30px;
    top: 24px;
	width: auto;
	padding: 0px;
}
#toggle a {
	color: #fff;
	line-height: 40px;
	text-indent: 0;
	height: 40px;
	padding: 0 15px 0 40px;
	width: auto;
	text-align: right;
}
#toggle span {
	left: 13px;
}
#toggle span.menu_first{
	position: absolute;
	top: 15px;
	transition: .3s;
}
.opmenu #toggle span.menu_first {
	top: 20px;
	transition: .3s;
}
#toggle span.menu_mid {
	top: 20px;
}
#toggle span.menu_last{
	top: 25px;
}
.opmenu #toggle span.menu_last {
	top: 20px;
	transition: .3s;
}

#menu nav {
  padding: 90px 0 100px;
}
#menu .menu_main {
	padding: 0 30px;
	margin: auto;
}
#menu .menu_main > ul {
	max-width: 1000px;
	margin: auto;
}
#menu .menu_main > ul > li {
	margin: 30px 0 0;
}
#menu .menu_main > ul > li > a {
	font-size: 2rem;
}
#menu .menu_main > ul > li > a img,
#menu .menu_main > ul > li > span img {
	margin-right: 20px;
	height: 30px;
}
#menu .menu_main > ul > li > a.menu_regist span {
    margin-left: 1.5em;
    padding: 0 0.8em;
}
#menu .menu_main > ul > li > a.menu_program strong {
	width: 80%;
	widht: -webkit-calc(100% - 64px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 64px);/*Firefox4~15対応*/
	width: calc(100% - 64px);  
}
#menu .menu_main > ul > li > a.menu_program span {
	max-width: 80%;
	max-width: -webkit-calc(100% - 64px);/*Chrome19~25対応*/
	max-width: -moz-calc(100% - 64px);/*Firefox4~15対応*/
	max-width: calc(100% - 64px);  
    padding: 0 0.8em;
    margin-left: 60px;
}
#menu .menu_main > ul > li > a.menu_ticket strong {
	width: auto;
}
#menu .menu_main > ul > li > a.menu_ticket span {
	width: auto;
    margin-left: 1.5em;
    padding: 0 0.8em;
}
#menu .menu_main > ul > li > .gray_ticket {
	font-size: 2rem;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#menu .menu_main > ul > li > .gray_ticket strong {
	width: auto;
}
#menu .menu_main > ul > li > .gray_ticket span {
	width: auto;
    margin-left: 1.5em;
    padding: 0 0.8em;
}
#menu .menu_main > ul > li > .gray_receipt {
    font-size: 2rem;
}

#menu .menu_main > ul > li > ul {
    margin-top: 5px;
}
#menu .menu_main > ul > li > ul a {
  font-size: 1.8rem;
	line-height: 45px;
  padding: 0 30px;
}

}

@media (min-width: 1060px) {
#toggle {
    right: 50%;
	-webkit-transform: translateX(500px);
	-ms-transform: translateX(500px);
	transform: translateX(500px);
}
}

@media (min-width: 1200px) {
#menu-box {
}
#toggle {
	top: 33px;
}
#toggle a {
	line-height: 50px;
	height: 50px;
}
#toggle span {
//	left: 18px;
}
#toggle span.menu_first{
	top: 19px;
	transition: .3s;
}
.opmenu #toggle span.menu_first {
	top: 24px;
	transition: .3s;
}
#toggle span.menu_mid {
	top: 24px;
}
#toggle span.menu_last{
	top: 29px;
}
.opmenu #toggle span.menu_last {
	top: 24px;
	transition: .3s;
}

#menu nav {
  padding-top: 118px;
}
#menu .menu_main > ul > li > a {
	font-size: 2.2rem;
    padding: 20px 30px;
}
#menu .menu_main > ul > li > a img, #menu .menu_main > ul > li > span img {
    height: 35px;
}
#menu .menu_main > ul > li > a.link_regist span {
    padding: 0.1em 0.5em;
}
#menu .menu_main > ul > li > a.menu_program {
    padding: 20px 30px;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#menu .menu_main > ul > li > a.menu_program strong {
	font-size: 2.2rem;
	width: auto;
	white-space: nowrap;
}
#menu .menu_main > ul > li > a.menu_program span {
	width: auto;
    margin-left: 1em;
}
#menu .menu_main > ul > li > .gray_ticket {
    font-size: 2.2rem;
    padding: 10px;
}
#menu .menu_main > ul > li > .gray_receipt {
    font-size: 2.2rem;
    padding: 10px;
}

#menu .menu_main > ul > li > ul {
    margin-top: 5px;
}
#menu .menu_main > ul > li > ul a {
	line-height: 48px;
  padding: 0 50px;
    margin-top: 15px;
}
}


/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */

