﻿@charset "utf-8";

/* ------------------------------------------------ */
/* 2025/05/07 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: #555555;
	background-color: #555555;
	border-style:none;
	height:1px;
	}

hr.green{
	margin:10px 0px 10px 0px;
	color: #ef5997;
	background-color: #ef5997;
	border-style:none;
	height:1px;
	}



/*==================================================================================*/
/* smp用の設定*/
/*==================================================================================*/

/*@media screen and (max-width:520px){*/
@media screen and (max-width:720px){

.smp{display:block;}
#smp{display:block;}
.pc{display:none;}
#pc{display:none;}


#about,
#cast,
#schedule,
#offer,
#how_play,
#map{
	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(120,0,70,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:18px;
	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;}

.wrapper{
	margin:0px auto;
	padding:0px 10px 0px 10px;
	background-color:#ffffff;
	}

.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(240,120,180,0.6);
	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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	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:rgba(50,0,0,0.9);
	}


/* 開閉ボタン -----------------------------------*/

#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{
	width:100%;
	}

.main_image img{
	width:100%;
	}


/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

/* 見出し -----------------------------------------------*/

h2.section_title{
	margin:20px 0px 10px 0px;
	padding:10px 0px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	background-color:#ef5997;
	color:#ffffff;
	text-align:center;
	}

h2.present_title{
	margin:50px 0px 0px 0px;
	padding:10px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	background-color:#ef5997;
	color:#ffffff;
	text-align:center;
	}


/* 本文表示 -----------------------------------------------*/

table.table_about{
	width:100%;
	margin:10px auto 10px auto;
	border-collapse:separate;
	border-spacing:2px;
	}

table.table_about th{
	padding:10px 10px;
	background-color:#ffccdd;
	color:#000000;
	font-size:15px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	vertical-align:top;
	white-space:nowrap;
	}

table.table_about td{
	padding:10px 10px;
	background-color:#ffffff;
	color:#000000;
	border-bottom:2px solid #ffccdd;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:15px;
	}

table.table_about th.bottom,
table.table_about td.bottom{
	border-bottom:0px solid #ffffff;
	}


table.table_schedule{
	width:100%;
	margin:10px auto 10px auto;
	border-collapse:separate;
	border-spacing:4px;
	}

table.table_schedule th{
	padding:10px 10px;
	background-color:#ffccdd;
	color:#000000;
	font-size:15px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	vertical-align:top;
	white-space:nowrap;
	}

table.table_schedule td{
	padding:10px 10px;
	background-color:#ffefef;
	color:#000000;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:15px;
	}

.sch_1{
	margin:0px 0px 0px 0px;
	color:#000000;
	font-size:16px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	}

.sch_2{
	margin:10px 0px 0px 0px;
	color:#ee2255;
	font-size:16px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	}

.sch_3{
	width:80px;
	margin:10px 0px 5px 0px;
	padding:3px;
	background-color:#ef5997;
	border-radius:6px;
	color:#ffffff;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:14px;
	line-height:14px;
	text-align:center;
	}

.sch_4,
.sch_4b{
	margin:0px 0px 0px 10px;
	color:#000000;
	font-size:13px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	}

.sch_5{
	margin:0px 0px 0px 10px;
	color:#000000;
	font-size:18px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	}


ul.cast_unit{
	list-style:none;
	}

ul.cast_unit li{
	margin:0px 0px 10px 0px;
	border:1px solid #ef5997;
	border-radius:10px;
	}

.cast_photo{
	width:90px;
	margin:10px 10px 0px 10px;
	padding:0px;
	float:left;
	}

.cast_photo img{
	width:90px;
	}

.cast_title{
	margin:15px 0px 15px 120px;
	}

.cast_name_1{
	width:100px;
	margin:20px 0px 10px 0px;
	padding:3px auto 0px auto;
	background-color:#ef5997;
	border-radius:10px;
	color:#ffffff;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:16px;
	line-height:26px;
	text-align:center;
	}

.cast_name_2{
	margin:10px 0px 0px 0px;
	font-size:15px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:26px;
	}

.cast_name_3{
	margin:5px 0px 10px 0px;
	font-size:18px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	line-height:18px;
	}


table.profile{
	margin:-10px 10px 10px 10px;
	border-collapse:collapse;
	}

table.profile td{
	color:#000000;
	font-size:14px;
	line-height:20px;
	vertical-align:top;
	}

table.profile td.prof_year{
	padding:3px 10px 3px 0px;
	white-space:nowrap;
	}

table.profile td.prof_content{
	padding:3px 0px 3px 10px
	}


dl.map_comment{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

dl.map_comment dt{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 5px;
	font-size:17px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:20px;
	color:#000055;
	}

dl.map_comment dd{
	margin:0px 0px 10px 20px;
	padding:5px;
	font-size:15px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:24px;
	color:#000000;
	}



/* 申し込み -----------------------------------------------*/

h3.offer_title{
	margin:20px 20px 20px 20px;
	padding:5px 10px 5px 10px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:18px;
	line-height:30px;
	border:2px solid #eecc99;
	border-radius:10px;
	color:#000000;
	}

dl.offer_step{
	margin:10px 0px 20px 0px;
	padding:5px 10px 5px 10px;
	border:2px solid #eecc99;
	border-radius:10px;
	}

dl.offer_step dd{
	margin:10px 0px 20px 0px;
	padding:0px;
	font-size:15px;
	font-family: "游ゴシック", "Yu Gothic", HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6",system-ui, sans-serif;
	font-weight:normal;
	line-height:22px;
	color:#000000;
	}

dl.offer_box{
	margin:20px 20px 20px 20px;
	padding:0px 0px 0px 0px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:18px;
	line-height:30px;
	border:2px solid #ee7733;
	border-radius:10px;
	color:#000000;
	}

dl.offer_box dt{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	background-color:#ee7733;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}

dl.offer_box dd{
	padding:20px 30px 20px 30px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	}

.present{
	margin:10px auto 10px auto;
	text-align:center;
	}
.present img{
	width:265px;
	}

ul.present_comment{
	margin:10px 0px 10px 0px;
	list-style-type:disc;
	}

ul.present_comment li{
	margin:0px 0px 5px 20px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:18px;
	color:#000000;
	list-style-type:square;
	}

.offer_comment{
	margin:20px 0px 10px 0px;
	}

.offer_button{
	margin:40px auto 30px auto;
	text-align:center;
	}

.offer_button a:link,
.offer_button a:visited{
	padding:15px 40px 15px 40px;
	background-color:#aa0055;
	border-radius:50px 50px 50px 50px;
	color:#ffffff;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

.offer_button a:hover,
.offer_button a:active{
	background-color:#dd0000;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

h2.ex_bottom{
	border-bottom:3px solid #ef5997;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	font-size:14px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-weight:400;
	line-height:20px;
	color:#000000;
	text-align:center;
	}
h2.ex_bottom .ex_bottom_title{
	background-color:#ef5997;
	width:100%;
	margin:10px auto 10px auto;
	padding:5px 0px 5px 0px;
	font-size:16px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-weight:400;
	line-height:20px;
	color:#ffffff;
	text-align:center;
	}


/* リスト -----------------------------------------------*/

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 0px 30px 0px;
	list-style-type:none;
	}

ul.i_circle li{
	margin:0px 0px 5px 10px;
	padding:3px;
	font-size:13px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:20px;
	color:#000000;
	}

ul.i_circle li:before{
	margin-left:-1em;
	content:'●';
	color:#77aaaa;
	}


ul.i_square{
	margin:10px 0px 10px 15px;
	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用の設定 */
/*==================================================================================*/

/*@media screen and (min-width:521px){*/
@media screen and (min-width:721px){

	.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:980px;
	background-color:#ffffff;
	}

.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;
*/

/*------------------------------------------------------*/
/* Local Navi (PC用は不要) */
/*------------------------------------------------------*/

#local_navi{
	}


/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

.main_image{
	margin:10px 0px 0px 0px;
	width:100%;
	text-align:center;
	background-image:url("../images/main_bg.png");
	background-repeat:repeat-x;
	}

.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:"メイリオ", "ヒラギノ角ゴ 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:"メイリオ", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:28px;
	}


/* 見出し -----------------------------------------------*/

h2.section_title{
	width:978px;
	margin:30px auto 20px auto;
	padding:15px 0px;
	font-size:25px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-weight:200;
	line-height:30px;
	background-color:#ef5997;
	color:#ffffff;
	letter-spacing:0.12em;
	text-align:center;
	}



/* 本文表示 -----------------------------------------------*/

table.table_about{
	width:978px;
	margin:0px auto 10px auto;
	border-collapse:separate;
	border-spacing:4px;
	}

table.table_about th{
	width:180px;
	padding:15px;
	background-color:#ffccdd;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	}

table.table_about td{
	padding:15px;
	background-color:#ffeeee;
	color:#000000;
	font-size:20px;
	}


table.table_schedule{
	width:978px;
	margin:0px auto 10px auto;
	border-collapse:separate;
	border-spacing:4px;
	}

table.table_schedule th{
	width:180px;
	padding:15px;
	background-color:#ffccdd;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	vertical-align:top;
	}

table.table_schedule td{
	padding:15px;
	background-color:#ffeeee;
	color:#000000;
	font-size:20px;
	}

.sch_1{
	margin:0px 0px 0px 0px;
	color:#000000;
	font-size:20px;
	font-weight:600;
	}

.sch_2{
	margin:15px 0px 15px 0px;
	color:#ee4488;
	font-size:22px;
	font-weight:600;
	}

.sch_3{
	width:90px;
	margin:10px 0px 10px 30px;
	padding:5px;
	background-color:#ef5997;
	border-radius:10px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	line-height:16px;
	text-align:center;
	}

.sch_4{
	margin:-32px 0px 20px 140px;
	color:#000000;
	font-size:16px;
	font-weight:300;
	line-height:20px;
	}

/* 肩書2行 ------------------------------*/
.sch_4b{
	margin:-20px 0px 10px 140px;
	color:#000000;
	font-size:16px;
	font-weight:300;
	line-height:20px;
	}

.sch_5{
	margin:-45px 0px 10px 460px;
	color:#000000;
	font-size:24px;
	font-weight:600;
	}


ul.cast_unit{
	list-style:none;
	}

ul.cast_unit li{
	margin:0px 0px 10px 0px;
	border:1px solid #ef5997;
	border-radius:8px;
	}

.cast_photo{
	width:180px;
	margin:10px 0px 0px 10px;
	padding:10px;
	float:left;
	}

.cast_title{
	margin:15px 0px 15px 200px;
	font-size:18px;
	font-weight:bold;
	}

.cast_name_1{
	width:150px;
	margin:20px 0px 10px 10px;
	padding:5px auto 5px auto;
	background-color:#ef5997;
	border-radius:10px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}

.cast_name_2{
	font-size:18px;
	font-weight:normal;
	}

.cast_name_3{
	font-size:24px;
	font-weight:bold;
	}


table.profile{
	margin:0px 0px 10px 150px;
	border-collapse:collapse;
	}

table.profile td{
	color:#000000;
	font-size:16px;
	line-height:20px;
	vertical-align:top;
	}

table.profile td.prof_year{
	padding:3px 10px 3px 0px;
	white-space:nowrap;
	}

table.profile td.prof_content{
	padding:3px 0px 3px 10px
	line-height:1.3em;
	}


.map{
	min-width:980px;
	max-width:1200px;
	margin:30px auto 10px auto;
	}

dl.map_comment{
	margin:0px auto 0px auto;
	width:780px;
	padding:0px 0px 30px 200px;
	}

dl.map_comment dt{
	margin:0px 0px 0px 0px;
	padding:10px;
	font-size:16px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	line-height:20px;
	color:#005500;
	}

dl.map_comment dd{
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:14px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#000000;
	}



/* 申し込み -----------------------------------------------*/

dl.offer_step{
	margin:20px 20px 20px 20px;
	padding:5px 10px 5px 30px;
	border:2px solid #eecc99;
	border-radius:10px;
	}

dl.offer_step dd{
	margin:10px 0px 20px 50px;
	padding:0px;
	font-size:15px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:22px;
	color:#000000;
	}

.offer_comment{
	margin:10px 50px 0px 50px;
	}

.offer_button{
	margin:50px auto 50px auto;
	text-align:center;
	}

.offer_button a:link,
.offer_button a:visited{
	padding:10px 80px 10px 80px;
	background-color:#aa0055;
	border-radius:50px 50px 50px 50px;
	color:#ffffff;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

.offer_button a:hover,
.offer_button a:active{
	background-color:#dd0000;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

h2.ex_bottom{
	border-top:3px solid #ef5997;
	border-bottom:3px solid #ef5997;
	width:100%;
	margin:30px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	font-size:20px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-weight:600;
	line-height:20px;
	color:#000000;
	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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ 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:5px 0px 20px 0px;
	list-style-type:none;
	}

ul.i_circle li{
	margin:0px 0px 5px 20px;
	padding:0px;
	font-size:14px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:18px;
	color:#000000;
	}

ul.i_circle li:before{
	margin-left:-1em;
	content:'●';
	color:#333399;
	}


ul.i_square{
	margin:10px 0px 10px 30px;
	list-style-type:none;
	}

ul.i_square li{
	margin:0px 0px 0px 0px;
	padding:3px;
	font-size:18px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:26px;
	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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ 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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ 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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ 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;
	}


}
