﻿@charset "UTF-8";
/* CSS Document */

body {
	background: transparent;
	font-family:"Verdana",  "メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color: #484848;
	font-size: 17px;
	line-height: 1.7;
}

#modal-open {
  width: 100%;
  height: 1px;
  position: fixed;
  top: 0px;
  z-index: 3000; }

#modal-overlay {
  z-index: 2000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: scroll;
  }

#modal-content {
  margin: 0 auto;
  padding: 0;
  border: 2px solid #fff;
  background: #fff;
  position: fixed;
  display: none;
  min-width: 750px;
  min-height: 580px;
  position: fixed;
  top: 3%;
  left: 50%;
  margin-left: -390px;
  z-index: 4000;
  }
  #modal-content #exitPop {
    width: 750px;
    }
  #modal-content .EP_back {
    background: url(../img/ep/EP_back.jpg) no-repeat center top; }
  #modal-content .EP_back_14 {
    background: url(../img/ep/EP_back_14.jpg) no-repeat center top; }
  #modal-content .EP_back_30 {
    background: url(../img/ep/EP_back_30.jpg) no-repeat center top; }
  #modal-content .EP_back_top {
    }
  #modal-content .EP_back_ppc {
    background: url(../img/ep/EP_back_ppc.jpg) no-repeat center top; }
  #modal-content .EP_back_end {
    background: url(../img/ep/EP_back_end.jpg) no-repeat center top; }
  #modal-content .EP_back_infotop {
    background: url(../img/ep/EP_back_infotop.jpg) no-repeat center top; }
  #modal-content .button-link {
    padding: 10px;
    cursor: pointer;
    color: #555;
    background: #ddd;
    text-align: center;
    position: absolute;
    right: 13px;
    bottom: 11px;
    }
    #modal-content .button-link:hover {
      background: #eee; }
  #modal-content #mail {
    padding: 0px 0 0 10%;
    top: 0;
    height: 66px;
    background: none;
    border: none;
    font-size: 26px;
    background: url(../img/modal_04.jpg) no-repeat;
    background-size: contain;
    box-sizing: border-box;
    margin: 0 4% 0 6%;
    width: 660px;
    background-color: white;
    }
  #modal-content #inputBtn {
    padding: 0;
    }
    #modal-content #inputBtn:hover {
    opacity:0.9;
    }
  #modal-content #free_icon {
    position: relative;
    top: 355px;
    left: 710px;
    z-index: 4002; }
  #modal-content #exitPop input.textFocus {
    color: #333; }
  #modal-content input[type="text"] {
    color: #ccc; }

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	margin:0;
	padding:0;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
a { color: #434343; text-decoration: none;}
a:hover { color: #000; }

footer a { color: #fff; text-decoration: none;}
footer a:hover { color: #ddd; }
footer {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding: 20px 0 10px;
    text-align: center;
    font-size: 80%;
    background-color: #FF5A00;
    color: #fff;

}

/*ヘッタ*/
header {
	    background: url(../img/top_back.jpg) no-repeat top center;
}
#navi {
	font-size: 80%;
	line-height: 1.2;
	padding: 30px 0;
	overflow-y: auto;
}
.navilink { 
	width: 300px; 
	padding: 10px;
	border-radius: 8px;
	text-align: center;
	color: #666;
	background: #f5f5f5;
}
.navilink a { color: #666; text-decoration: none;}
.navilink a:hover { color: #000; }


/*レイアウト*/
p, h1 { white-space: pre-wrap; }
.box {width: 940px; margin: 0 auto;}
.box2 {width: 980px; margin: 0 auto; overflow:hidden;}
/*コンテンツ*/
#wrapper{ }

.back01 {
    background: url(../img/back_01.jpg);
}

.back02 {
    background: url(../img/back_02.jpg);
}
.back_03 {
    background: #FF7E37;
    padding: 40px 0;
}
.back_03_in {
    background: #fff;
    width: 940px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px;
}
.voice_back{
    background: url(../img/voice_back.jpg) no-repeat top center;
    background-attachment: fixed;
}

h2 {
	color: #464646;
	font-size: 200%;
	font-weight: bold;
	margin: 60px 0 20px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 3px double #464646; 
}

.date {
	padding: 0 20px;
	margin: 20px -20px 0;
	background: url(../img/nittei_back.jpg) no-repeat bottom right;
	height: 626px;
}
.date h1 { 
	text-align: center;
	line-height: 1.3;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.day {
	margin: 63px 0px 10px 16px;
	font-size: 120%;
	border-radius: 5px;
	display: block;
	min-width: 508px;
	padding: 10px;
	line-height: 1.5em;
	border-collapse: collapse;
}
table.day td {
    padding: 10px 27px 10px 18px;
    border-bottom: dotted 1px #FF5A00;
    border-collapse: collapse;
    background: rgb(255, 255, 255);
}
.story {
	padding: 10px;
	border-radius: 10px;
	background: #ff5a00;
	margin: 10px 0;
}
.story h3 {
	color: #fff;
	background: url(../img/icon1.jpg) no-repeat 4px;
	font-size: 130%;
	margin: 0 10px;
	padding-left: 30px;
}
.white {
	background: #fff;
	padding: 15px;
	margin: 10px 15px;
	border-radius: 8px;
}
#order {
    width: 80%;
    margin: 0 auto 30px;
}


.submit {
    background-color: #5DC11A;
    box-shadow: 0 3px 0 #149421;
    text-shadow: 0px -2px #149421;
    position: relative;
    padding: 25px 40px;
    border-radius: 5px;
    font-size: 200%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    /* display: block; */
}
/*.submit:hover {
	background-color: #79d793;
	box-shadow: 0 3px 0 #3cb65c;
}*/



.submit:active, .submit:hover {
	top: 3px;
	box-shadow: none;
	color:#fff;
}
.ob {
	position: absolute;
	right: 25px;
}

p.media_text {
    background: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 0;
}

.intro1 {
	padding: 20px;
	margin: 0 0;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.intro2 {
	padding: 0;
	margin: 20px 0 0 0;
}
.order_box {
    border-radius: 5px;
    margin: -160px 0 0 0;
    background: #fff;
}
.ttl {
    text-align: center;
    font-size: 35px;
    padding: 60px 0 40px;
    font-weight: bold;
    position:relative;
    background: #fff;
    margin: 0 0 40px 0;









    border-top: solid 1px #E0E0E0;
    }

.ttl:after{
	content:"";
	width: 100%;
	height:50px;
	background-image: url(../img/ttl_01.png),url(../img/ttl_02.png);
	background-color: rgba(170, 170, 170, 0);
	background-repeat: no-repeat,repeat-x;
	background-position: bottom center;
	position:absolute;
	bottom;0;
	bottom: -39px;
	left: 0;
}

.naiyou {
    width: 100%;
    border: solid 1px #E8E8E8;
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin: 0 0 13px 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
}
.naiyou img {
    border-radius:0 5px 5px 0
}

.clum_end dl dd img {
    position: static;
    float:right;
}
.naiyou dt {
    font-size: 24px;
    padding: 0 0 14px 0;
    border-bottom: solid 1px #FF5A00;
    line-height: 35px;
    font-weight: bold;
    margin: -9px 0 0 0;
}
.naiyou dl {
    width: 73%;
    float:left;
}

.naiyou dd p {
    padding: 1em 0 0em 0;
    line-height: 30px;
}

.naiyou_nam {
    background: #ff5a00;
    color: #fff;
    display: block;
    float: left;
    margin: 5px 18px 0 0;
    padding: 13px 5px;
}
.naiyou.clum_end {
    width: 912px;
    display: block;
    box-sizing: border-box;
    height: 20em;
}
#shosai { 
	width: 100%;
	border-left: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
}
#shosai th {
    width: 25%;
    padding: 15px;
    background: #5D5D5D;
    vertical-align: middle;
    font-weight: normal;
    font-size: 110%;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
}
#shosai td {
	padding: 15px;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

#qa { 	
	font-size: 110%;
	padding: 15px 20px;
	margin: 10px 0;

	border: 1px solid #e1e1e1;
}
#qa dt {
	background: url(../img/iconq.jpg) no-repeat top left;
	color: #464646;
	padding: 0px 10px 20px 60px;
	border-bottom: 1px dashed #ccc;
}
#qa dd {
	background: url(../img/icona.jpg) no-repeat top left;
	padding: 0px 10px 20px 60px;
	margin-top: 10px;
}
.voice {
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #e1e1e1;
	border-bottom: 5px solid #f44d83;
}
.graybox {
	padding: 20px;
	margin: 10px 0;
	background: #f5f5f5;
}
.head_in {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.head_day_pic {
    width: 376px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 450px;
    right: 0;
    border: solid 1px #454545;
    border-collapse: collapse;
}

.head_day {
    width: 120px;
    height: 117px;
    position: absolute;
    background: #ffffff;
    display: table-cell;
    box-sizing: border-box;
    border-radius: 100px;
    top: -39px;
    left: -21px;
    text-align: center;
    font-weight: bold;
    color: #454545;
    padding-top: 40px;
    border: solid 1px #454545;
    line-height: 20px;
    /* padding-left: 9px; */
}
.head_basyo {
    width: 86px;
    min-height: 42px;
    display: table-cell;
    border-radius: 0px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    padding-top: 90px;
    border-bottom: solid 1px #454545;
    box-sizing: border-box;
}
table.head_sonota th {
    background: #454545;
}
table.head_sonota td {
    border-bottom: solid 1px #454545;
    padding: 7px 0 7px 30px;
    font-size: 16px;
    line-height: 25px;
}
#seminar tr.color2 {
    background-color: #FBF7E3;
}
#seminar tr.color1 {
    background-color: #F8EFC9;
}

#seminar th {
    text-align: center;
    padding-left: 5px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}
#seminar td {
    text-align: left;
    padding-left: 20px;
}
table#seminar {
    font-size: 95%;
}
p.center.flow {
    margin-top: -20px;
}
#step {
    width: 100%;
    margin: 1em auto 0;
    position: relative;
    height: 220px;
}

.bg1 {
    background: url(../img/step1_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.bg2 {
    background: url(../img/step2_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
#step p {
    font-size: 120%;
    width: 700px;
    position: absolute;
    top: 30px;
    left: 210px;
}

.letter_shadow {
    box-shadow: 0px 0px 25px 0px #D0D0D0;
}
.ttl02 {
    background: #5DC11A;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 15px 10px;
    font-size: 25px;
    position: relative;
    margin: 13px 0 35px;
}

/*a:hover {
	opacity: 0.6;
}

.ttl02:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -40px;
    border: solid 20px transparent;
    border-top: solid 20px #5DC11A;
    left: 50%;
    margin-left: -20px;
}*/

#send-table {
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #dcdcc1;
    border-top: 1px solid #dcdcc1;
    font-size: 100%;
}
#send-table th {
	widht: 30%;
	background-color: #656565;
	text-align: left;
	padding: 30px 30px;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
	color: #fff;
	}
#send-table td { 
	width: 70%;
	padding: 10px 20px; 
	background-color:#fff; 
	border-right: 1px solid #dcdcc1; 
	border-bottom: 1px solid #dcdcc1; }
#send-table caption { 
	background: #7FBFFF; 
	padding: 8px 12px; 
	margin: 5px 0; 
	color: #fff; 
	font-size: 130%; 
	font-weight:bold;  }
div#end-form {
    margin: 2em;
}
table.syouhin {
    width: 100%;
}

table.syouhin th {
    background: #656565;
    color: #fff;
    text-align: left;
    padding: 5px 15px;
}
table.syouhin td {
    padding: 14px 15px;
    border: solid 1px #aaa;
    box-sizing: border-box;
    border-collapse: collapse;
}
input {
    padding: 13px;
    font-size: 110%;
    margin: 10px 0 15px;
}
input[type="submit"] {
    background-color: #5DC11A;
    box-shadow: 0 3px 0 #149421;
    text-shadow: 0px -2px #149421;
    position: relative;
    padding: 25px 40px;
    border-radius: 5px;
    font-size: 230%;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    /* display: block; */
}

input[type="submit"]:hover {
    top: 3px;
    box-shadow: none;
    color: #fff;
}
label:hover {
    background: #FFEFB7;
    cursor: pointer;
    border-radius: 6px;
}
tr.color:nth-child(even) {background-color: #FFE4D5;}
tr.color:nth-child(odd) { background-color:#FCFCFC; }
#seminar th {
    background: #FF9961;
}


/*ドメイン指定*/
.bomain-box{
    border: solid 1px #585858;
    padding: 18px 31px 15px;
    margin: 18px auto;
    background: #f5f5f5;
	width:940px;
}
.bomain-box_in {
	background:#fff;
	padding: 16px;
    border: 5px solid #b15454;
	width: 70%;
	display: block;
    margin: 10px auto 20px;
	font-size:130%;}
	
.bomain-box img {
    margin: 6px 22px 6px 11px;
	vertical-align: top;
	}
	
a img:hover{
position:relative;
top:1px;
left:1px;}

.domain {
    width: 100%;
	margin-top: 5px;
}
.domain td {
	background:#fff;
    padding: 10px;
    border: 1px solid #ddd;
}

.domain th {
    width: 30%;
    background-color: #B5636C;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.f300 { font-size: 300%; }

/* クローズはこちらから！ 午前・午後・夜の部は書き換えてください。*/

a.submit {
    display: none;
}
/* １行目クローズ*/
 
.close1_1 {
	text-decoration: line-through;
}
.close1_2 {
	display: none
}
.close1_1:after {
	content:"午前の部";
}
.close1_3:after {
	content:"満員御礼";
	color:red;
}

/* ２行目クローズ*/
.close2_1 {
	text-decoration: line-through;
}
.close2_2 {
	display: none
}
.close2_1:after{
	content:"午後の部";
}
.close2_3:after {
	content:"満員御礼";
	color:red;
}

/* ３行目クローズ 
/* 
.close3_1 {
	text-decoration: line-through;
}
.close3_2 {
	display: none
}
.close3_1:after {
	content:"午後の部";
}
.close3_3:after {
	content:"満員御礼";
	color:red;
}
*/

/* ４行目クローズ */
/* 
.close4_1 {
	text-decoration: line-through;
}
.close4_2 {
	display: none
}
.close4_1:after{
	content:"午前の部";
}
.close4_3:after {
	content:"満員御礼";
	color:red;
}
 */
 
/* ５行目クローズ */
/*
.close5_1 {
	text-decoration: line-through;
}
.close5_2 {
	display: none
}
.close5_1:after {
	content:"午後の部";
}
.close5_3:after {
	content:"満員御礼";
	color:red;
}
 */



/* フッタ */
footer {
	margin-top: 0;
	border-top: 1px solid #e5e5e5;
	width: 100%;
	padding: 20px 0 10px;
	text-align: center;
	font-size: 80%;
}

/* font + etc */
.pink {color: #fff;font-weight: bold;background: #FF5A00;padding: 5px 15px;margin: 0 13px 0px 0;line-height: 2;border-bottom: dotted 1px;}
.g { color: #ff5a00;}
.red{color:#F00}

.fr { float: right}
.fl { float: left;}
.clear { clear: both; }

.center { text-align: center;}
.aligncenter { margin: 0 auto; display: block; }

.b { font-weight: bold;}
.bold { font-weight: bold;}
.no_b { font-weight: normal;}
.under { text-decoration: underline;}
.lt { text-decoration:line-through;}

.size10 { font-size: 10px; }
.size_body { font-size: 1rem; }
.f60 { font-size: 60%; }
.f70 { font-size: 70%; }
.f80 { font-size: 80%; }
.f90 { font-size: 90%; }
.f100 { font-size: 100%; }
.f110 { font-size: 110%; }
.f120 { font-size: 120%; }
.f130 { font-size: 130%; }
.f140 { font-size: 140%; }
.f160 { font-size: 160%; }
.f180 { font-size: 180%; }
.f200 { font-size: 200%; }
.f220 { font-size: 220%; }


/* リンク */
.lo { 
	-webkit-transition: 0.2s ease-in-out;
 	-moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.lo:hover{ 
	opacity: 0.70;
	filter: alpha(opacity=70);
}

/* マージン */
.mar10 { margin: 10px;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt120{margin-top:120px;}
.mt150{margin-top:150px;}

.nmt40{margin-top:-40px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mr80{margin-right:80px;}
.mr90{margin-right:90px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.ml80{margin-left:80px;}
.ml90{margin-left:90px;}
.ml120{margin-left:120px;}

/* パディング */

.p5 {padding:5px;}
.p10 {padding:10px;}

.pt0{padding-top:0;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}
.pt110{padding-top:110px;}
.pt120{padding-top:120px;}
.pt150{padding-top:150px;}

.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}

.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr60{padding-right:60px;}
.pr70{padding-right:70px;}
.pr80{padding-right:80px;}
.pr90{padding-right:90px;}

.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl60{padding-left:60px;}
.pl70{padding-left:70px;}
.pl80{padding-left:80px;}
.pl90{padding-left:90px;}
.pl100{padding-left:100px;}
