﻿@charset "utf-8";

/* ------------------------------------------------ */
/* 2025/11/06 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:#3355aa;}
	.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;
		}


/*------------------------------------------------------*/
/* smp用の設定*/
/* 2024-11-08 update */
/*------------------------------------------------------*/

/*@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,
#zoom,
#enter,
#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(0,50,170,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 15px 0px 15px;
	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(250,200,200,0.6);*/
	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: "游ゴシック", "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(0,0,120,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%;
	}


/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

#movie{
	margin:0px auto 0px auto;
	text-align:center;
	width:320px;
	height:180px;
	}

/* 見出し -----------------------------------------------*/

h2.section_title{
	margin:20px 0px 10px 0px;
	padding:10px;
	font-family:"ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN";
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	background-color:#0d348e;
	color:#ffffff;
	text-align:center;
	}

h2.present_title{
	margin:50px 0px 0px 0px;
	padding:10px;
	font-family:"ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN";
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	background-color:#ee7733;
	color:#ffffff;
	text-align:center;
	}

.top_lead{
	margin:10px 0px 10px 0px;
	font-size:18px;
	font-family:"ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN";
	line-height:26px;
	}


/* 本文表示 -----------------------------------------------*/

.schedule_set{
	margin:10px auto 10px auto;
	padding:20px 0px 20px 0px;
	border:1px solid #000000;
	}

table.schedule{
	margin:0px auto 0px auto;
	border-collapse: collapse;
	border:none;
	}

table.schedule th{
	padding:5px 8px 5px 8px;
	color:#3355aa;
	border:none;
	font-size:17px;
	font-weight:normal;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	line-height:24px;
	text-align:center;
	vertical-align:top;
	}

table.schedule td{
	padding:5px 10px 5px 10px;
	color:#000000;
	border:none;
	font-size:17px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	line-height:24px;
	text-align:left;
	vertical-align:top;
	}

table.schedule td .name{
	margin:5px 0px 10px 20px;
/*	padding:15px 10px 15px 10px;*/
	color:#000000;
	border:none;
	font-size:13px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:20px;
	text-align:left;
	vertical-align:top;
	}


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;
	}



/* 申し込み -----------------------------------------------*/

h3.offer_title{
	margin:20px 20px 20px 20px;
	padding:5px 10px 5px 10px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-size:18px;
	line-height:30px;
	border:2px solid #eecc99;
	border-radius:10px;
	color:#000000;
	}

dl.offer_step{
	margin:10px 0px 10px 0px;
	padding:10px 10px 5px 10px;
	border:2px solid #eecc99;
	border-radius:10px;
	}

dl.offer_step dt{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:20px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-weight:600;
	line-height:28px;
	color:#000000;
	}

dl.offer_step dd{
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:15px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	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";
	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;
	}


.ask{
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
	font-size:16px;
	font-family:HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3";
	line-height:26px;
	color:#000000;
	text-align:center;
	}



.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:#cc0000;
	border-radius:50px 50px 50px 50px;
	color:#ffffff;
	font-family:"ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN";
/*	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:#770000;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

h2.ex_bottom_OLD{
	width:100%;
	margin:30px 0px 0px 0px;
	padding:10px 0px;
	font-size:16px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	font-weight:200;
	line-height:30px;
	background-color:#2288aa;
	color:#ffffff;
	text-align:center;
	vertical-align:baseline;
	}

h2.ex_bottom{
	background-color:#ffffff;
	width:100%;
	margin:0px 0px 0px 0px;
	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:#2288aa;
	text-align:center;
	}
h2.ex_bottom .ex_bottom_title{
	background-color:#0d348e;
	width:100%;
	margin:10px auto 0px auto;
	padding:10px 0px 10px 0px;
	font-size:18px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	font-weight:400;
	line-height:20px;
	color:#ffffff;
	text-align:center;
	}


.map_comment{
	margin:10px 0px 0px 50px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-family:HiraKakuProN-W6,"ヒラギノ角ゴ Pro W6";
	line-height:20px;
	text-align:left;
	}


/* リスト -----------------------------------------------*/

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: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	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: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	line-height:20px;
	color:#000000;
	}

ul.i_circle li:before{
	margin-left:-1em;
	content:'●';
	color:#77aaaa;
	}


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: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	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: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", 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 10px 30px;
	list-style-type:none;
	}

ul.i_asterisk li{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	font-family: "ヒラギノ角ゴ ProNW3", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", system-ui, sans-serif;
	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-11-06 update */
/*==================================================================================*/

/*@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:978px;
	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;
*/


/*------------------------------------------------------*/
/* 本文 */
/*------------------------------------------------------*/

.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;
	}

#movie{
	margin:0px auto 0px auto;
	text-align:center;
	width:960px;
	height:540px;
	}

.top_lead{
	margin:10px 30px 10px 30px;
	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:978px;
	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:#0d348e;
	background-image:url("../images/h2_bg.png");
	color:#ffffff;
	letter-spacing:0.12em;
	text-align:center;
	}

h2.present_title{
	width:980px;
	height:80px;
	margin:10px 0px 20px 0px;
	padding:0px;
	background-image:url("../images/present_title.png");
	}



/* 本文表示 -----------------------------------------------*/

.schedule_set{
	margin:10px auto 10px auto;
	padding:20px 0px 20px 0px;
	border:1px solid #000000;
	}

table.schedule{
	width:975px;
	margin:0px auto 10px auto;
	border:none;
	border-collapse:collapse;
	}

table.schedule th{
	padding:3px 15px 5px 50px;
	color:#3355aa;
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	vertical-align:top;
	}

table.schedule td{
	padding:5px 40px 5px 10px;
/*	padding:5px 50px 5px 20px;*/
	color:#000000;
	font-size:24px;
	font-weight:600;
	line-height:30px;
/*	line-height:36px*/;
	text-align:left;
	vertical-align:top;
	}

table.schedule td .name{
	padding:0px 50px 15px 150px;
	color:#000000;
	font-size:18px;
	text-align:left;
	vertical-align:top;
	font-weight:200;
	}


.map{
	min-width:980px;
	max-width:1200px;
	margin:30px auto 10px auto;
	}

.map_comment{
	margin:5px auto 15px auto;
	font-size:15px;
	text-align:center;
	line-height:20px;
	}



dl.main{
	margin:0px;
	}

dl.main dt{
	margin:0px 0px 10px 0px;
	padding:10px;
	font-size:22px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ 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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:30px;
	color:#000000;
	}



/* 申し込み -----------------------------------------------*/

h3.offer_title{
	margin:20px 40px 20px 40px;
	padding:5px 20px 5px 40px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "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:20px 100px 20px 100px;
	padding:5px 10px 5px 30px;
	border:2px solid #eecc99;
	border-radius:10px;
	}

dl.offer_step dt{
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	font-size:20px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	line-height:28px;
	color:#000000;
	}

dl.offer_step dd{
	margin:10px 20px 10px 20px;
	padding:0px;
	font-size:18px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:normal;
	line-height:30px;
	color:#000000;
	}

dl.offer_step dd.offer_top_lead{
	margin:10px 0px 20px 15px;
	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;
	}

.ask{
	margin:0px auto 0px auto;
	padding:20px 0px 0px 0px;
	font-size:20px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:600;
	line-height:28px;
	color:#000000;
	text-align:center;
	}




.present_1{
	position:absolute;
	width:480px;
	height:400px;
	margin:0px 0px 20px 0px;
	float:left;
/*	border:1px solid #dd0000;*/
	overflow:hidden;
	}

.present_2{
	width:480px;
	height:400px;
	margin:0px 0px 20px 500px;
	float:left;
/*	border:1px solid #dd0000;*/
	}

ul.present_comment{
	display:none;
	}

ul.present_comment li{
	display:none;
	}


dl.offer_box{
	height:380px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN","游ゴシック", "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:20px;
	font-weight:bold;
	text-align:center;
	}

dl.offer_box dd{
	padding:20px 20px 20px 20px;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	}

.present{
	margin:10px auto 10px auto;
	text-align:center;
	}
.present img{
	margin:20px auto 0px auto;
	}

.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:#cc0000;
	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:#770000;
	text-decoration:none;
	-webkit-transition: all .6s;
	transition: all .6s;
	}

h2.ex_bottom{
	border-top:3px solid #1363ae;
	border-bottom:3px solid #1363ae;
	width:100%;
	margin:30px 0px 20px 0px;
	padding:5px 0px 5px 0px;
	font-size:20px;
	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 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:10px 0px 30px 20px;
	list-style-type:none;
	}

ul.i_circle li{
	margin:0px 0px 5px 20px;
	padding:3px;
	font-size:14px;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProNW6", "Hiragino Kaku Gothic ProN",system-ui, sans-serif;
	font-weight:500;
	line-height:20px;
	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 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_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;
	}



}
