﻿@charset "utf-8";

/* ------------------------------------------------ */
/* 2025/08/28 update */
/* ------------------------------------------------ */


/* 共通設定---------------------------------------- */

	*{
		margin:0;
		padding:0;
		border:0;
		outline:none;
		}

b{
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-weight:bold;
	}

	small{font-size:0.8em;}

	.fc_red{color:#dd0000;}
	.fc_blue{color:#0055dd;}
	.fc_cyan{color:#0099dd;}
	.fc_green{color:#00dd55;}
	.fc_white{color:#ffffff;}
	.fcb_red{color:#dd0000; font-weight:bold;}

	.fs_L{font-size:1.2em;}

	.txt-c{text-align:center;}
	.txt-r{text-align:right;}
	.txt-l{text-align:left;}

	hr{
		margin:10px 0px 10px 0px;
		color: #00a26a;
		background-color: #00a26a;
		border-style:none;
		height:1px;
		}


.offer_fin{
	width:80%;
	margin:30px auto 30px auto;
	padding:20px 20px 20px 20px;
	background-color:#ffffff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	border-radius:20px;
	}

/*------------------------------------------------------*/
/* smp用の設定*/
/*------------------------------------------------------*/

/*@media screen and (max-width:520px){*/
@media screen and (max-width:600px){

.smp{display:block;}
#smp{display:block;}
.pc{display:none;}
#pc{display:none;}


#anchor_about,
#anchor_schedule,
#anchor_cast,
#anchor_entry,
#anchor_place{
	margin-top:-60px;
	padding-top:60px;
	}

header{
	top:0;
	width:100%;
	height:60px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:fixed;
/*	position:relative;*/
	z-index:10;
	}


#back{
	height:28px;
	width:40px;
	float:left;
	position:absolute;
	top:10px;
	left:7px;
	background-color:rgba(0,0,0,0.5);
	border-radius:6px;
	}

/* Backボタン -----------*/
.navi{
	padding:3px 6px 0px 6px;
	line-height:26px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#ffffff;
	text-align:center;
	}

.navi a{
	text-decoration:none;
	color:#ffffff;
	}



body{
	background-color:#ffffff;
	margin:60px 0px 0px 0px;
	height:100%;
	line-height:22px;
	font-size:14px;
	font-weight:normal;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	color:#000000;
	}

a{text-decoration:none;}



.inner{
	margin:0px 20px 10px 20px;
	padding:0px 0px 0px 0px;
	}


footer#smp{
	clear:both;
	width:100%;
	height:60px;
	margin:0px;
	padding:15px 0px 15px 0px;
	background-color:#ffffff;
	}

footer#smp .copyright{
	margin:10px auto;
	font-size:14px;
	font-weight:normal;
	font-family:sans-serif;
	line-height:22px;
	color:#222222;
	text-align:center;
	}


/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

/* 本文表示 -----------------------------------------------*/

/* 分割画像の隙間対応 */
.main_smp_1b{
	margin:-10px 0px 0px 0px;
	}



/* 「同意」チェックで表示するフォームボタン */

.form_button_area{
	margin:10px 20px 40px 30px;
	padding:15px 15px 25px 20px;
	background-color:#ffdddd;
	border-radius:10px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	}

.form_button_area label{
	font-size:16px;
	}

input[type="checkbox"]{
	margin:5px 5px 5px 25px;
	padding:0px 0px 0px 0px;
	border:1px solid #999999;
	text-align:left;
	line-height:20px;
	font-size:30px;
	transform: scale(1.8);
	}

.btn-link{
	display: inline-block;
	margin;10px 0px 10px 10px;
	padding:10px 16px;
	border-radius:10px;
	text-decoration: none;
	border:2px solid #aaaaaa;
	font-size:18px;
	}

/* 無効状態の見た目 */
.btn-link[aria-disabled="true"] {
	opacity: .5;
	pointer-events: none; /* クリック無効 */
	cursor: not-allowed;
	color:#dd0000;
	}

/* 有効状態の見た目 */
.btn-link[aria-disabled="false"] {
	border-color:#555;
/*	box-shadow: 0 1px 4px rgba(0,0,0,0.3);*/
	background-color:#000000;
	color:#ffffff;
	}

.row { margin:15px 0px 0px 30px;}



.contents_border{
	margin:30px 0px 20px 0px;
	border-top:2px dotted #dd7700;
	}

/*
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
*/

}


/*==================================================================================*/
/* PC用の設定 */
/* 2025-08-28 update */
/*==================================================================================*/

/*@media screen and (min-width:521px){*/
@media screen and (min-width:601px){

	.smp{display:none;}
	#smp{display:none;}
	.pc{display:block;}
	#pc{display:block;}

body{
	margin:0;
	background-color:#ffffff;
	line-height:28px;
	font-size:20px;
	font-weight:normal;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:400;
	color:#000000;
	}


header#pc{
	width:978px;
	height:160px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	position:static;
	}

#breadcrumbs{
	width:978px;
	margin:10px auto 3px auto;
	padding:10px 0px 0px 20px;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#000000;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	}

	a:link{   text-decoration:none;       color:#991100;}
	a:visited{text-decoration:none;       color:#007700;}
	a:hover{  text-decoration:underline;  color:#ee0000;}
	a:focus  {text-decoration:underline;  color:#ee0000;}
	a:active{ text-decoration:none;       color:#ff0000;}

.wrapper{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:978px;
	text-align:cener;
	}

.wrapper_entry{
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:978px;
	height:500px;
	text-align:cener;
	background-image:url("../images/bg_entry.png");
	background-repeat:no-repeat;
	background-position:center top;
	}

.wrapper_inner{
	margin:0px auto 0px auto;
	padding:0px;
	width:978px;
	text-align:cener;
	}

.inner{
	margin:0px 20px 10px 20px;
	padding:0px 0px 0px 0px;
	}

#page_bottom{
	margin:-5px auto -5px auto;
	padding:0px 0px 0px 0px;
	width:978px;
	height:65px;
	}

footer#pc{
	clear:both;
	width:100%;
	margin:10px auto 10px auto;
	padding:0px 0px 20px 0px;
	background-color:#ffffff;
	}


/*
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
*/



/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

.top_lead{
	margin:10px 0px 10px 0px;
	font-size:22px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	line-height:32px;
	}

.body_copy{
	margin:10px 0px 10px 20px;
	font-size:20px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:28px;
	}


/* 見出し -----------------------------------------------*/

h2.section_title{
	width:980px;
	margin:20px 0px 20px 0px;
	padding:10px 0px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
	background-color:#6c8cc8;
	color:#ffffff;
	text-align:center;
	border-radius:10px;
	}


/* 本文表示 -----------------------------------------------*/

dl.main{
	width:900px;
	margin:0px 0px 0px 20px;
	}

dl.main dt{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:20px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:400;
	line-height:30px;
	color:#6c8cc8;
	}

dl.main dd{
	margin:10px 0px 20px 50px;
	padding:0px;
	font-size:16px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:24px;
	color:#555555;
	}



/* 申し込み -----------------------------------------------*/



/* 「同意」チェックで表示するフォームボタン */

.form_button_area{
	width:700px;
	margin:10px auto 40px auto;
	padding:15px 40px 45px 20px;
	background-color:#ffdddd;
	border-radius:10px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	text-align:left;
	}

.form_button_area label{
	font-size:20px;
	}

.btn-link{
	display:inline-block;
	padding:10px 80px;
	border-radius:200px;
	text-decoration:none;
    border:3px solid #ccc;
    opacity: .5;
    pointer-events: none; /* 初期は無効 */
    cursor: not-allowed;
	font-size:20px;
  }
  /* .form_button_area 内でチェックが入ったら a を有効化 */
  .form_button_area:has(#agree:checked) .btn-link{
    opacity:1;
    pointer-events: auto;
    cursor: pointer;
    border-color: #ffffff;
	background-color:#550022;
	color:#ffffff;
	text-decoration:none;
	font-size:20px;
	}
.row{
	margin-top:0px;
	float:right;
	}


/* 主催・後援 -----------------------------------------------*/

h2.ex_bottom{
	border-top:3px dotted #f286a8;
	border-bottom:3px dotted #f286a8;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 100px;
	text-align:left;
	color:#dd3399;
	font-size:18px;
	line-height:26px;
	}



/* リスト -----------------------------------------------*/

ul.i_dott{
	margin:10px 0px 30px 0px;
	list-style-type:disc;
	}

ul.i_dott li{
	margin:0px 0px 5px 30px;
	padding:3px 0px 5px 0px;
	font-size:18px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:24px;
	color:#000000;
	list-style-type:disc;
	}


ul.i_circle{
	margin:10px 20px 30px 20px;
	padding:10px 0px 0px 0px;
	list-style-type:none;
	border-top:1px solid #ec6e50;
	}

ul.i_circle li{
	margin:0px 0px 5px 20px;
	padding:3px;
	font-size:16px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:24px;
	color:#000000;
	}

ul.i_circle li:before{
	margin-left:-1em;
	content:'●';
	color:#ec6e50;
	}


ul.i_square{
	margin:10px 0px 10px 20px;
	list-style-type:none;
	}

ul.i_square li{
	margin:0px 0px 10px 0px;
	padding:3px;
	font-size:16px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	line-height:24px;
	color:#000000;
	}

ul.i_square li:before{
	margin-left:-1em;
	content:'■';
	color:#333399;
	}


ul.i_arrow{
	margin:10px 0px 10px 30px;
	list-style-type:none;
	}

ul.i_arrow li{
	margin:0px 0px 5px 0px;
	padding:3px;
	font-size:16px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	line-height:22px;
	color:#000000;
	}

ul.i_arrow li:before{
	margin-left:-1em;
	content:'▶';
	color:#aaddaa;
	}


ul.i_asterisk{
	margin:5px 0px 5px 30px;
	list-style-type:none;
	}

ul.i_asterisk li{
	margin:0px 0px 2px 0px;
	padding:3px;
	font-size:17px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	line-height:25px;
	color:#000000;
	}

ul.i_asterisk li:before{
	margin-left:-1em;
	content:'※';
	color:#000077;
	}


ul.simple_list{
	margin:10px 0px 10px 30px;
	list-style-type:none;
//	list-style-type:disc;
	}

ul.simple_list li{
	margin:5px 0px 5px 20px;
	padding:0px;
	font-size:18px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	line-height:24px;
	color:#000000;
//	list-style-type:none;
	list-style-type:disc;
	}

ul.simple_list li:before{
	content:none;
	color:#aaaaaa;
	font-size:12px;
	}


.contents_border{
	margin:30px 0px 20px 0px;
	border-top:2px dotted #dd7700;
	}

blockquote{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2em;
	}



}
