@charset "UTF-8";

/* ------------------------------------------- CSS Information 
 Style Info:     ブラウザスタイルのリセット設定
----------------------------------------------------------- */  
html{overflow-y: scroll;} 
body,div,blockquote,pre,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,table,th,td,form,input,textarea,fieldset{margin: 0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
table{border-collapse: collapse;border-spacing: 0;}
caption, th{text-align: left;}   
img,abbr,acronym,fieldset{border: none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
hr,legend{display: none;}
object,embed{vertical-align: top;} 


/* ------------------------------------------- CSS Information 
 Style Info:     基本設定
----------------------------------------------------------- */
/*A Style*/  
a:link{text-decoration: underline;color: #666666;}
a:visited{text-decoration: none;color: #66666;}
a:hover{text-decoration: underline;color: #999999;}
a:active{text-decoration: none;color: #66666;}
.it{ font-style: italic;}
.ol{ text-decoration: overline;}
.lt{ text-decoration: line-through;}
.uol{ text-decoration: underline overline;}
/*basic*/
.b{font-weight: bold;}
.b-bg{font-weight: bold; background-color: #fff45c;}
.b-ul{font-weight: bold; text-decoration: underline;}
.b-ul-bg{font-weight: bold; text-decoration: underline; background-color: #fff45c;}
.b-big{font-weight: bold; font-size:20px; line-height:40px;}
.b-bg-big{font-weight: bold; background-color: #fff45c; font-size:20px; line-height:40px;}
.b-ul-big{font-weight: bold; text-decoration: underline; font-size:20px; line-height:40px;}
/*red*/
.red-b{color: #c9171e;font-weight: bold;}
.red-b-bg{color: #c9171e;font-weight: bold;background-color: #fff45c;}
.red-b-ul{color: #c9171e;font-weight: bold;text-decoration: underline;}
.red-b-ul-bg{color: #c9171e;font-weight: bold;text-decoration: underline;background-color: #fff45c;}
.red-b-big{color: #c9171e; font-weight: bold; font-size:20px;line-height:40px;}
.red-b-bg-big{color: #c9171e; font-weight: bold; background-color: #fff45c; font-size:20px; line-height:40px;}
.red-b-ul-big{color: #c9171e; font-weight: bold; text-decoration: underline; font-size:20px;line-height:40px;}
.red-b-ul-bg-big{color: #c9171e; font-weight: bold; text-decoration: underline; background-color: #fff45c; font-size:20px;line-height:40px;}
/*img float*/
img.imgr{float: right; padding: 0 0 50px 30px;}
img.imgl{float: left;}


/* ------------------------------------------- CSS Information 
 Style Info:     セールスレター型ホームページ詳細設定
----------------------------------------------------------- */
body{  
font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
color:#333333;
font-size:16px;
line-height:0;
text-align: center;
background:url(../img/bg.png) repeat left top fixed;
letter-spacing:0em;
overflow:hidden;
}

/*header*/
header{
margin:0;
padding:0;
width:100%;
background:url(../img/header_bg.png) no-repeat center top;
}

/*contents*/
.wrapper{
width:900px;
margin:0 auto 30px auto;
padding: 0;
background:#ffffff;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}
.textbox{
margin: 0 auto;
padding:20px 0 40px 0;
width:700px;
text-align:left;
line-height:24px;
}
.textbox p,.textbox ul,.textbox ol{
margin:0;
padding:12px 0;
}
.textbox li{list-style:none;}
li{
font-size:20px;
line-height:36px;
font-weight:bold;
padding:0 0 0 26px;
background:url(../img/list_check.png) no-repeat center left;
}

/*profile*/
#profile{
padding:0 0 30px 0;
}


/*calendar*/
.calendar{
width:848px;
margin:0 auto 30px auto;
}
.calendar th{text-align:center;width:120px;font-size:10px;line-height:10px;background:#333333;color:#ffffff;}
th.month{font-size:20px;background:#95483f;}
th.sunday{background:#a40000;}
.day{font-size:14px;line-height:20px;}
.calendar td{text-align:left;vertical-align:top;padding:5px;height:85px;}
.place{margin:5px auto;padding:3px 0 0 0;display:block;text-align:center;font-size:16px;line-height:21px;border-radius:12px;color:#ffffff;}
.tokyo{background:#c9171e;}
.osaka{background:#30648c}
.aichi{background:#00561f;}
.fukuoka{background:#f18324;}
.time{display:block;text-align:center;font-size:14px;line-height:20px;}


/*faq*/
#faq{
width:800px;
margin:0 auto;
padding:0 0 50px 0;
}

#faq dl{
width:796px;
margin:0 auto;
text-align:justify;
background:#ffffff;
border:2px solid #a8bf93;
}
#faq dt{
margin:0;
padding:22px 20px 20px 40px;
text-align:justify;
color:#eeeeee;
font-weight:bold;
font-size:16px;
line-height:20px;
background:#a8bf93 url(../img/question.png) no-repeat left center;
}
#faq dd{
margin:0;
padding:20px;
text-align:justify;
font-size:14px;
line-height:24px;
}


/*cta*/
.cta{
margin:0 auto;
padding:0 0 50px 0;
width:900px;
text-align:center;
background:url(../img/cta.png) no-repeat center top;
background-size:cover;
border-top: solid 10px #95483f;
border-bottom: solid 10px #95483f;
}

/*form*/
.table_form{
width:800px;
margin:640px auto 0 auto;
text-align:left;
}
.table_form td{
padding:5px 0;
vertical-align:top;
}
.table_form td img{
padding:0;
vertical-align:top;
}
form input[type=text]{
width:636px;
font-family: "ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
font-size:18px;
line-height:26px;
padding:5px;
margin:0;
background:#ffffff;
color:#000000;
border-top:2px solid #913b02;
border-bottom:2px solid #913b02;
border-right:2px solid #913b02;
border-left:none;
}

/*footer*/
footer{
font-size:12px;
min-width: 960px;
color: #ffffff;
background: #333333;
overflow:auto;
}
address{
font-size:12px;
float:right;
line-height:20px;
padding: 5px 15px;
}
nav ul{
font-size:12px;
float:left;
padding: 5px 15px;
line-height: 20px;
}
nav li{
font-size:12px;
list-style-type:none;
float: left;
padding: 0 20px 0 8px;
background: url(../img/footer.png) no-repeat left center;
}
nav a:link{
color: #dddddd;
text-decoration: none;
}
nav a:visited{
text-decoration: none;
color: #dddddd;
}
nav a:hover{
text-decoration: underline;
color: #dddddd;
}
nav a:active{
text-decoration: none;
color: #dddddd;
}


.wrapper_sub{
margin:0 auto;
padding:40px 0;
width:960px;
font-size: 14px;
min-height: 800px;
background:#ffffff;
}

#tokutei{
margin: 0 auto 60px auto;
width: 800px;
line-height: 18px;
font-size: 12px;
}
.title_sub{
text-align: center;
font-size: 20px;
font-weight: bold;
margin: 0;
padding:0 0 20px 0;
}

th{
width: 180px;
padding: 10px;
}

td{
padding: 10px;
text-align: justify;
}