﻿@charset "utf-8";

/* ------------------------------------------------ */
/* 2025/08/19 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_cast,
#anchor_schedule,
#anchor_offer,
#anchor_place{
	margin-top:-50px;
	padding-top:50px;
	}

header{
	top:0;
	width:100%;
	height:40px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	position:fixed;
/*	position:relative;*/
	background-color:rgba(20,50,100,0.8);
	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;
	}

h1.page_title{
	width:80%;
	margin:0px 0px 0px 30px;
	padding:5px 0px 0px 10px;
	line-height:26px;
	font-size:20px;
	font-weight:normal;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	color:#ffffff;
	text-align:center;
	}

/* 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:50px 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;}

.extra_wrapper{
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background-image:url("../images/bg_smp.png");
	background-size:100%;
	}

.extra_wrapper_1,
.extra_wrapper_2{
	margin:0px auto;
	padding:0px 15px 0px 15px;
	}


.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;
	}


/*------------------------------------------------------*/
/* Local Navi */
/*------------------------------------------------------*/

#local_navi{
	position:fixed;
	z-index:10;
	width:100%;
	margin:0px auto 0px auto;
/*border:1px solid #dd0000;*/
	pointer-events:none;
	}

nav{
	display:none;
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	right:0;
	background-color:rgba(50,120,200,0.8);
	z-index:30;
	}

#local_navi nav ul.navi{
	display:block;
	margin:90px auto 0px auto;
	width:70%;
	}

#local_navi nav ul.navi li{
	margin:5px auto 5px auto;
	padding:0px 0px 5px 0px;
	text-align:center;
	line-height:26px;
	font-size:20px;
	font-weight:normal;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	color:#ffffff;
	pointer-events:auto;
	}

#local_navi nav ul.navi li a{
	display:block;
	padding:12px 0px 12px 0px;
	text-decoration:none;
	color:#ffffff;
	background-color:rgba(20,50,100,0.8);
	}


/* 開閉ボタン -----------------------------------*/

#nav_toggle{
	display:block;
	width:40px;
	height:40px;
	position:relative;
	top:-45px;
	left:92%;
	z-index:40;
	pointer-events:auto;
	}

#nav_toggle span{
	display: block;
	height: 3px;
	background-color:#ffffff;
	background-size:25px 4px;
	position:relative;
	width: 80%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	}

#nav_toggle span:nth-child(1){
	top:10px;
	}

#nav_toggle span:nth-child(2){
	top:18px;
	}

#nav_toggle span:nth-child(3){
	top:26px;
	}
	

/* 開閉ボタンopen時 -----------------------------------*/

.open #nav_toggle span:nth-child(1) {
	background-color:#ffffff;
	top:10px;
	top: 22px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	}

.open #nav_toggle span:nth-child(2) {
	top:18px;
	width: 0;
	left: 50%;
	}

.open #nav_toggle span:nth-child(3) {
	top:26px;
	background-color:#ffffff;
	top: 16px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}



/*------------------------------------------------------*/
/* Titles */
/*------------------------------------------------------*/

.main_image{
	margin:-5px 0px;
	padding:0;
	width:100%;
	}

.main_image img{
	margin:0;
	padding:0;
	width:100%;
	}


/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

/* 見出し -----------------------------------------------*/

h2.section_title{
	margin:20px 0px 10px 0px;
	padding:10px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	background-color:#00a26a;
	color:#ffffff;
	text-align:center;
	}


/* 本文表示 -----------------------------------------------*/



dl.main{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

dl.main dt{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 5px;
	font-size:17px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	line-height:20px;
	color:#000055;
	}

dl.main dd{
	margin:0px 0px 10px 20px;
	padding:5px;
	font-size:15px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:24px;
	color:#000000;
	}



/* 申し込み -----------------------------------------------*/

.offer_title{
	margin:20px 0px 10px 10px;
	font-size:18px;
	color:#ec6e50;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	}

.offer_comment{
	margin:20px 20px 20px 20px;
	padding:20px 15px 15px 15px;
	background-color:rgba(255,255,255,0.7);
	border-radius:15px;
	}

h2.ex_bottom{
	width:100%;
	height:55px;
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	background-image:url("../images/host_bg_smp.png");
	background-repeat:no-repeat;
	background-size:auto 85px;
	background-position:center 0;
	text-align:center;
	}

.map{
	margin:-5px 0px 0px 0px;
	}

/* リスト -----------------------------------------------*/

ul.i_dott{
	margin:10px 0px 30px 0px;
	list-style-type:disc;
	}

ul.i_dott li{
	margin:0px 0px 5px 20px;
	padding:3px;
	font-size:16px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:24px;
	color:#000000;
	list-style-type:disc;
	}


ul.i_circle{
	margin:10px 10px 30px 10px;
	padding:15px 0px 0px 0px;
	list-style-type:none;
	border-top:1px solid #ec6e50;
	}

ul.i_circle li{
	margin:0px 0px 5px 10px;
	padding:3px;
	font-size:14px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:24px;
	color:#000000;
	}

ul.i_circle li:before{
	margin-left:-1em;
	content:'●';
	color:#ec6e50;
	}


ul.i_square{
	margin:10px 0px 10px 30px;
	list-style-type:none;
	}

ul.i_square li{
	margin:0px 0px 5px 0px;
	padding:3px;
	font-size:15px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:22px;
	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:15px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:22px;
	color:#000000;
	}

ul.i_arrow li:before{
	margin-left:-1em;
	content:'▶';
	color:#aaddaa;
	}


ul.i_asterisk{
	margin:5px 0px 10px 30px;
	list-style-type:none;
	}

ul.i_asterisk li{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:20px;
	color:#000000;
	}

ul.i_asterisk li:before{
	margin-left:-1em;
	content:'※';
	color:#000077;
	}


.contents_border{
	margin:30px 0px 20px 0px;
	border-top:2px dotted #dd7700;
	}


blockquote{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2em;
	}



/*
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
*/

}


/*==================================================================================*/
/* PC用の設定 */
/* 2025-08-19 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;}

.extra_wrapper{
	margin:0px;
	padding:0px 0px 0px 0px;
	background-image:url("../images/bg.png");
	background-repeat:repeat-y;
	background-position:center 0;
	}

.wrapper_1{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:100%;
	text-align:cener;
	background-image:url("../images/bg_fig_1.png");
	background-repeat:no-repeat;
	background-position:center 0;
	}

.wrapper_2{
	margin:0px auto 0px auto;
	padding:0px 0px 40px 0px;
	width:100%;
	text-align:cener;
	background-image:url("../images/bg_fig_2.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	}

.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;
*/



/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

.main_image{
	margin:0px 0px 0px 0px;
	width:100%;
	text-align:center;
	}

.main_image img{
	margin:0px auto 0px auto;
	width:978px;
	text-align:center;
	}

.figs{
	margin:10px auto 10px auto;
	text-align:center;
	}

.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:30px 0px 20px 0px;
	padding:15px 0px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	background-color:#00a26a;
	color:#ffffff;
	letter-spacing:0.12em;
	text-align:center;
	}


/* 本文表示 -----------------------------------------------*/

.block_title{
	width:400px;
	height:60px;
	margin:-30px 289px 0px 289px;
	position:absolute;
	}

.map{
	width:880px;
	height:300px;
	position:absolute;
	margin:560px 49px 0px 49px;
	border-radius:25px;
	text-align:center;
	}

.mailto{
	width:378px;
	height:70px;
	position:absolute;
	margin:1010px 300px 0px 300px;
	text-align:center;
	}

.cast_illust{
	width:440px;
	height:350px;
	position:absolute;
	margin:470px 0px 0px 470px;
	}

dl.main{
	margin:0px;
	}

dl.main dt{
	margin:0px 0px 10px 0px;
	padding:10px;
	font-size:22px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	line-height:30px;
	color:#000055;
	}

dl.main dd{
	margin:10px 0px 30px 10px;
	padding:0px;
	font-size:20px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:30px;
	color:#000000;
	}



/* 申し込み -----------------------------------------------*/

.offer_comment{
	margin:0px 0px 0px 0px;
	padding:30px 30px 30px 30px;
	background-color:#fef8f6;
	border-radius:25px;
	}

.offer_title{
	margin:20px 0px 10px 20px;
	font-size:20px;
	color:#ec6e50;
	font-family: "メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	}

.offer_button{
	margin:0px 0px 0px 0px;
	text-align:center;
	}

.offer_button a:link,
.offer_button a:visited{
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.offer_button a:hover,
.offer_button a:active{
	opacity:0.60;
	filter:alpha(opacity=60);
	-webkit-transition: all .3s;
	transition: all .3s;
	}

h2.ex_bottom{
	border-top:1px solid #3f5396;
	border-bottom:1px solid #3f5396;
	background-color:#f7fcfd;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	text-align:center;
	}



/* リスト -----------------------------------------------*/

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;
	}



}
