@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;400;500;600;700&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", 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;
}

.barlow {
	font-family: 'Barlow Condensed', sans-serif;
}

html {
	font-size: 62.5%;
	overflow: auto;
    position: relative;
}
html.opmenu {
    overflow: hidden;
}
body {
    position: relative;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
a.line_link {
	text-decoration: underline;
}
a.line_link: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 {
	background: url("../images/2025/header_img.png") no-repeat center bottom;
	background-size: cover;
    border-top: solid 10px #c9b7d9;
	position: relative;
	z-index: 100;
}
header .head_menu {
    margin: 0;
    padding: 0px;
    text-align: right;
    padding: 15px 15px 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
header .head_menu .login_bt {
    display: inline-block
}
header .head_menu .login_bt a {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
    line-height: 30px;
    color: #fff;
	display: inline-block;
    margin: 0;
    width: 80px;
	background: #807986;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
header .head_menu .user_display {
	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;
}
header .head_menu .user_display .user_name {
	font-size: 1.6rem;
}
header .head_menu .user_display .user_name small {
	font-size: 1rem;
}
header .head_menu .logout_bt {
    margin-left: 10px;
}
header .head_menu .logout_bt a {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
    line-height: 30px;
    color: #fff;
	display: inline-block;
    margin: 0;
    width: 80px;
	background: #807986;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
header .contentstitle {
	padding: 0 15px;
    max-width: 1060px;
    margin: auto;
}
header .contentstitle h1 {
	font-size: 3rem;
	font-weight: 600;
	color: #000;
    text-align: center;
	height: 115px;
	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:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}

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

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

@media (min-width: 414px) {
header .head_menu {
    padding: 15px 30px 0;
}
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 {
    border-top-width: 20px;
}
header .head_menu {
    padding: 30px 30px 0;
    max-width: 1060px;
    margin: auto;
}
header .head_menu .login_bt a {
	font-size: 2rem;
    line-height: 50px;
    width: 120px;
}
header .head_menu .user_display .user_name {
	font-size: 2.2rem;
}
header .head_menu .user_display .user_name small {
	font-size: 1.4rem;
}
header .head_menu .logout_bt {
    margin-left: 20px;
}
header .head_menu .logout_bt a {
	font-size: 2rem;
    line-height: 50px;
    width: 120px;
}
header .contentstitle {
	padding: 0 30px;
}
header .contentstitle h1 {
	font-size: 4rem;
    line-height: 160px;
	height: auto;
	max-width: 1000px;
    margin: auto;
	display: block;
}

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

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

@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 .head_menu {
    padding-top: 50px;
}
header .head_menu .login_bt a {
	font-size: 2.4rem;
    width: 150px;
}
header .head_menu .user_display .user_name {
	font-size: 2.4rem;
}
header .head_menu .user_display .user_name small {
	font-size: 1.8rem;
}
header .head_menu .logout_bt a {
	font-size: 2.4rem;
    width: 150px;
}
header .contentstitle h1 {
	font-size: 5rem;
    line-height: 210px;
}

section {
	padding: 0 0 140px;
}

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

@media (min-width: 2000px) {
header {
}
}

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

footer div.contact {
	margin: 0 15px 20px;
	border: solid 1px #dddddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
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 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 div.sns_area {
  margin: 40px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer div.sns_area p {
  width: 40px;
  margin: 0 10px;
}
footer .footer_contents {
	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 25px;
    margin-top: 90px;
	background: #f8f8f8;
}
footer .copyright_area * {
	font-weight: 400;
}
footer .pagetop {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
	position: fixed;
	right: 15px;
	bottom 0px;
}
footer .pagetop a.pagetop_bt {
    font-size: 1.8rem;
    line-height: 40px;
	width: 40px;
	height: 40px;
    background: #f8f8f8;
    display: inline-block;
    vertical-align: middle;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
footer .pagetop a.regist {
    font-weight: bold;
    line-height: 1.2;
    background: #e5daee;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    padding: 0.3em 1em;
    height: 40px;
    border-top: solid 8px #a789c1;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

@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 20px;
}
}

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

footer div.contact {
	margin: 0 30px 30px;
    max-width: 1000px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
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 div.sns_area {
  margin: 40px 0;
}
footer div.sns_area p {
  width: 50px;
  margin: 0 25px;
}
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 28px;
    margin-top: 120px;
}
footer .pagetop {
	right: 30px;
}
footer .pagetop a.pagetop_bt {
    font-size: 2rem;
    line-height: 50px;
	width: 50px;
	height: 50px;
}
footer .pagetop a.regist {
    line-height: 37px;
    margin: 0 0 0 20px;
    padding: 0 1em;
	height: 50px;
}

}
@media (min-width: 1060px) {
footer div.contact {
	margin: 0 auto 30px;
}
}
@media (min-width: 1200px) {
footer {
	margin-top: 100px;
}
footer div.contact {
    margin-bottom: 40px
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
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 .footer_menu {
	font-size: 1.8rem;
}

footer .copyright_area {
	padding: 23px 15px 33px;
    margin-top: 50px;
}
footer .pagetop {
	right: 50px;
}
footer .pagetop a.regist {
    margin: 0 0 0 30px;
}

footer .pagetop a.pagetop_bt {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
footer .pagetop a.regist {
    line-height: 35px;
    border-top-width: 10px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
}


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

/* スマホ */
#menu-box {
    width: 100%;
	position: absolute;
    left: 0px;
    top: 0px;
	z-index: 1000;
}
#toggle {
    display: inline-block;
    margin-left: 10px;
	cursor: pointer;
	outline: none;
	position: relative;
	z-index: 1001;
}
#toggle a {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
    color: #fff;
    line-height: 30px;
	display: inline-block;
    margin: 0;
    width: 80px;
	background: #807986;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.opmenu #toggle a {
}

#toggle span {
	display: block;
	width: 15px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 15px;
	transition: .3s;
}
#toggle span.menu_first {
	top: 9px;
}
#toggle span.menu_mid {
	top: 14px;
}
#toggle span.menu_last{
	top: 19px;
}
.opmenu #toggle span.menu_first {
	top: 14px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
	transition: .3s;
}
.opmenu #toggle span.menu_last {
	top: 14px;
  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.6);
}
#menu nav {
    text-align: left;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 70px 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;
    text-align: center;
}
#menu .menu_main > ul > li:first-child {
	margin-top: 0;
}
#menu .menu_main > ul > li > a {
	font-size: 1.6rem;
	font-weight: bold;
//    line-height: 50px;
	display: block;
    text-align: center;
	background: #e5daee;
	padding: 10px 15px 10px 35px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#menu .menu_main > ul > li > a.menu_register {
    background: #e5daee url("../images/2025/icon_arrow_p.png") no-repeat 10px center;
}
#menu .menu_main > ul > li > a.menu_register span {
    font-weight: normal;
    color: #fff;
    background: #a789c1;
    padding: 3px 0.5em;
    margin: 0 auto 0 1em;
}
#menu .menu_main > ul > li > a.menu_announce {
    background: #e5daee url("../images/2025/icon_arrow_p.png") no-repeat 10px center;
}
#menu .menu_main > ul > li > a.menu_program {
    background: #e5daee url("../images/2025/icon_arrow_p.png") no-repeat 10px center;
}
#menu .menu_main > ul > li > a.menu_ticket {
    background: #e5daee url("../images/2025/icon_arrow_p.png") no-repeat 10px center;
}
#menu .menu_main > ul > li > a.menu_home {
    background: #e5daee url("../images/2025/icon_arrow_p.png") no-repeat 10px center;
}
#menu .menu_main > ul > li > .gray_bt {
	font-size: 1.6rem;
	font-weight: bold;
    line-height: 50px;
    color: #999;
	display: block;
    background: #fff;
	padding: 0 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
//    opacity: 0.9;
}
#menu .menu_main > ul > li .menu_note {
    font-weight: normal;
    color: #fff;
    background: #a789c1;
    display: inline-block;
    padding: 0 0.5em 0 1.5em;
    text-indent: -1em;
}
#menu .menu_main > ul > li > ul {
    list-style: none;
}
#menu .menu_main > ul > li > ul li {
    margin-top: 10px;
}
#menu .menu_main > ul > li > ul a {
	font-size: 1.4rem;
    font-weight: bold;
//    line-height: 40px;
	display: block;
	padding: 10px 15px;
	background: #fff;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

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

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

@media (min-width: 768px) {
#menu-box {
	padding: 0 30px;
	margin: auto;
}
#toggle {
	width: auto;
	padding: 0px;
    margin-left: 20px;
}
#toggle a {
	font-size: 2rem;
    line-height: 50px;
    width: 120px;
}

#toggle span {
	right: 25px;
}
#toggle span.menu_first{
	position: absolute;
	top: 19px;
	transition: .3s;
}
.opmenu #toggle span.menu_first {
	top: 25px;
	transition: .3s;
}
#toggle span.menu_mid {
	top: 25px;
}
#toggle span.menu_last{
	top: 31px;
}
.opmenu #toggle span.menu_last {
	top: 25px;
	transition: .3s;
}

#menu nav {
  padding: 110px 0;
}
#menu .menu_main {
	padding: 0 30px;
	margin: auto;
}
#menu .menu_main > ul {
	max-width: 1000px;
	margin: auto;
}
#menu .menu_main > ul > li {
	margin: 25px 0 0;
}
#menu .menu_main > ul > li > a {
	font-size: 1.8rem;
//	line-height: 60px;
//	padding: 0 25px 0 30px;
	padding: 13px 35px 13px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#menu .menu_main > ul > li a:after {
    right: 15px;
}
#menu .menu_main > ul > li .menu_note {
    padding: 3px 0.5em 3px 1.5em;
    text-indent: -1em;
}
#menu .menu_main > ul > li > ul {
}
#menu .menu_main > ul > li > ul li {
    margin: 13px 20px 0;
}
#menu .menu_main > ul > li > ul a {
  font-size: 1.6rem;
	line-height: 50px;
  padding: 0 30px;
}
#menu .menu_main > ul > li > .gray_bt {
	font-size: 1.8rem;
	line-height: 60px;
	padding: 0 30px;
}

}

@media (min-width: 1060px) {
#toggle {
}
}

@media (min-width: 1200px) {
#menu-box {
}
#toggle {
    margin-left: 25px;
}
#toggle a {
	font-size: 2.4rem;
    width: 150px;
}
#toggle span {
    width: 18px;
    height: 2px;
	right: 36px;
}
#toggle span.menu_first{
	top: 18px;
	transition: .3s;
}
.opmenu #toggle span.menu_first {
	top: 24px;
	transition: .3s;
}
#toggle span.menu_mid {
	top: 25px;
}
#toggle span.menu_last{
	top: 32px;
}
.opmenu #toggle span.menu_last {
	top: 24px;
	transition: .3s;
}

#menu nav {
  padding-top: 160px;
}
#menu .menu_main > ul > li {
	margin: 30px 0 0;
}
#menu .menu_main > ul > li > a {
	font-size: 2rem;
//	padding: 0 25px 0 35px;
	padding: 15px 40px 15px 35px;
}
#menu .menu_main > ul > li > a.menu_register,
#menu .menu_main > ul > li > a.menu_announce,
#menu .menu_main > ul > li > a.menu_program,
#menu .menu_main > ul > li > a.menu_ticket,
#menu .menu_main > ul > li > a.menu_home {
    background-position: 20px center;
}
#menu .menu_main > ul > li a:after {
    right: 20px;
}
#menu .menu_main > ul > li > ul {
}
#menu .menu_main > ul > li > ul li {
    margin-top: 15px;
}
#menu .menu_main > ul > li > ul a {
	font-size: 1.8rem;
}
#menu .menu_main > ul > li > .gray_ticket {
	font-size: 2rem;
	padding: 0 35px;
}
}



/* 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 */

