/* CSS Document */
/*------ common ------*/

.pc { display: block !important; }
.sp { display: none !important; }

body {
	width: 100%;
	margin: 0 auto;
	color: #555;
	font-size: 14px;
	font-family: "メイリオ","ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 2em;
	overflow-x: hidden;
}
img {
	width: 100%;
}
p {
	margin: 0;
	line-height: 1.5;
}
a,a:visited {
	text-decoration: none;
	color: #555;
}
ul {
	list-style:none;
}
.text_s{
	font-size: 0.78em;	
}
.text_b{
	font-size: 1.3em;	
}


/*------------ スマートシール ------------*/

.s_seal {
	width: 70px;
	float: right;
	margin-top: -60px;
	border: none;
}


/*------------ パンくずリスト ------------*/

#breadcrumbs {
    width: 80%;
    margin: 10px auto 0;
	min-width: 700px;
}
#breadcrumbs ul {
    display: table;
    font-size: 0.85em;
}
#breadcrumbs ul li {
    margin: 0 10px 0 0;
    float: left;
}
#breadcrumbs ul li:first-child::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 15px;
	background-image: url(../images/icon_home_gy.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
}
#breadcrumbs ul li:before {
    padding: 0 8px 0 0;
    content: ">";
}


/*------------ header ------------*/
header {
	width: 100%;
}
#header {
	padding: 12px 0 10px;
	overflow: hidden;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
#h_ttl {
	float: left;
	width: 291px;
	font-size: 15px;
	padding: 10px 0;
}
#h_sitename {
	margin-bottom: 5px;
	overflow: hidden;
}
#h_logo {
	width: 30px;
	float: left;
}
#h_logo img {
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}
#h_title {
	width: 226px;
	float: left;
	line-height: 1.2em;
	margin-left: 6px;
}
#h_access {
	margin-top: 10px;
	clear: both;
	line-height:1.2em;
}
#h_contact {
	width: 434px;
	float: right;
	overflow: hidden;
	position: relative;
}
.h_c_left {
	width: 277px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	padding-top: 2px;
	margin: 2px 0;
}
.h_fukidashi {
	width: 63px;
	float: left;
}
.h_freecall {
	width: 20px;
	margin-right: 4px;
}
.h_tel {
	width: 208px;
	float: right;
	margin: 1px 0;
}
.h_tel span {
	font-size: 1.6em;
}
.h_tel p {
	line-height: 1.4;
}
.h_time {
	font-size: 0.7em;
	clear: both;
	text-align: center;
}
#h_bnr {
	width: 155px;
	float: right;
}
#h_bnr img {
	width: 40%;
	margin: 0 auto;
}
#h_bnr p {
	font-size: 11px;
	color: #fff;
	margin-top: -3px;
	line-height: 1.4;
}
.h_contactbnr,
#h_entrybnr {
	overflow: hidden;
	background-color: #d96b62;
	padding: 8px 3px 5px;
	text-align: center;
	border-radius: 8px;
	position: relative;
	width: 69px;
}
.h_contactbnr {
	float: left;
}
#h_entrybnr {
	float: right;
}
.h_contactbnr a,
#h_entrybnr a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.h_contactbnr:hover,
#h_entrybnr:hover {
	background-color: #d91c0b;
}
#h_bottom {
	clear: both;
	margin: 0;
	border-top: 2px solid #d96b62;
}


/*------------ footer ------------*/

footer {
	width: 80%;
	min-width: 780px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 0.8em;
	overflow: hidden;
}
#f_navi {
	width: 68%;
	min-width: 545px;
	float: left;
}
#f_navi ul li {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	display: inline;
	padding: 0 15px;
}
#f_navi ul li+ li {
	border-left: 0;
	border-right: 1px solid #555;
}
#copy {
	width:30%;
	float: right;
	font-size: 0.9em;
	text-align: right;
	line-height: 3;
}


/*------ #pagetop ------*/

#pagetop {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 6%;
    bottom: 3%;
    background-color: #402c28;
    opacity: 0.85;
    border-radius: 50%;
    z-index: 10;
	text-align: center;
	line-height: 1.3em;
	font-size: 10px;
}
.page-top-icon {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
}

/*------ .contact ------*/

.contact {
	width: 68%;
	min-width: 770px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.contact_img {
	width: 35%;
	min-width: 265px;
	max-width: 310px;
	float: left;
}
.contact_img img {
	display: block;
	margin-bottom: 4px;
}
.contact_img p {
	padding: 5px 0;
	line-height: 1.5;
}
.contact_main {
	margin: 18px 0;
	width: 65%;
	float: left;
	font-size: 15px;
	text-align: center;
	min-width: 500px;
}
.contact_main h2 {
	font-size: 1.4em;
	margin-bottom: 3px;
}
.contact_tel {
	overflow: hidden;
	margin-top: 10px;
}
.tel_no {
	font-size: 2em;
	line-height: 1em;
}

.contactbnr {
	width: 80%;
	overflow: hidden;
	background-color: #d96b62;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0;
	margin: 13px auto 0;
	color: #fff;
	position: relative;
}
.contactbnr p:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 20px;
	background-image: url(../images/icon_mail_wh.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 8px;
}
.contactbnr a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contactbnr:hover {
	background-color: #d91c0b;
}

/*---------------------------------------------------------------------------------*/




/*------------ index.html ------------*/

/*------ #mv ------*/

#mv {
	margin-bottom: 25px;
}

/*------ #seminar ------*/

#seminar {
	width: 75%;
	min-width: 770px;
	margin: 0 auto 60px;
	overflow: hidden;
	font-size: 0.9em;
}
#seminar h2 {
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 15px;
}
#seminar ul {
	overflow: hidden;
}
#seminar ul li {
	min-height: 130px;
	border: 3px solid #bbe8f2;
	border-radius: 0 0 10px 10px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#list1,
#list2,
#list3 {
	width: 85%;
	margin: 0 auto;
	max-width: 800px;
}
#list1 li.schedule {
	width: 90%;
	float: none;
	margin: 0 auto;
}
#list2 li.schedule {
	width: 48%;
}
#list3 li.schedule {
	width: 32%;
}
#schedule1 {
	float: left;
	margin-right: 1%;
}
#schedule2 {
	float: left;
}
#schedule3 {
	float: right;
}

p.schedule_top {
	padding: 6px 10px 6px 0;
	border-bottom: 2px solid #bbe8f2;
}
p.schedule_middle {
	padding: 8px 15px 8px;
	color: #d91c0b;
    line-height: 1.4em;
}
p.schedule_bottom {
	padding: 0 10px;
}
p.schedule_bottom img {
	width: 3%;
	max-width: 11px;
	vertical-align: text-top;
}
span.s_place {
	background-color: #CAE9FF;
	padding: 7px 15px;
	margin-right: 5px;
	font-weight: bold;
}
span.s_daytime {
	padding-left: 5px;
	font-size: 0.9em;
}
span.s_ttl {
    background: linear-gradient(transparent 60%, #f2e6bb 0%);
	font-size: 1.1em;
	line-height: 2.2em;
}
span.s_map {
	clear: none;
	display: block;
	width: 5%;
}
.more {
	overflow: hidden;
	clear: both;
	padding: 6px 0;
	width: 35%;
	min-width: 350px;
	margin: 30px auto 0;
	text-align: center;
	background-color: #d96b62;
	position: relative;
	color: #fff;
}
.more a {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.more:hover {
	background-color: #d91c0b;
}

/*------ #submission ------*/

#submission {
	margin: 0 auto 30px;
	text-align: center;
	overflow: hidden;
}
#submission h2 {
	width: 70%;
	margin: 0 auto;
	min-width: 700px;
}

#submission .so {
	margin-top: -5px;
	margin-bottom: 10px;
}
#arrow01 {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.arrow_b_gy {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #555;
}
.arrow_b_gy:first-child {
	border-top:15px solid #ccc;
}
#reason {
	width: 52%;
	min-width: 630px;
	margin: 0 auto 40px;
	overflow: hidden;
}
#reason01,#reason02 {
	width: 48%;
}
#reason01 {
	float: left;
}
#reason02 {
	float: right;
	padding-right: 10px; 
}


/*------ #supporter ------*/

#supporter {
	background-color: #f2e6bb;
	padding-bottom: 30px;
	overflow: hidden;
}
.arrow02 {
	width: 66px;
	height: 25px;
	margin: 0 auto 15px;
}
.arrow_wh {
	width: 0;
	height: 0;
	border-left: 33px solid transparent;
	border-right: 33px solid transparent;
	border-top: 20px solid #fff;
}
#sup_img {
	overflow: hidden;
	margin-bottom: 10px;
}
#sup_img h2 {
	width: 50%;
	min-width: 650px;
}
#supporter p {
	text-align: center;
	line-height: 1.5em;
}
#supporter p span {
	color: #d91c0b;
	padding: 0 5px;
}

/*------ #position ------*/
#position {
	width: 50%;
	min-width: 600px;
	margin: 0 auto 20px;
	overflow: hidden;
}
#position h3 {
	margin: 0 auto 20px;
	width: 85%;
}


/*------ #proposal ------*/

#proposal {
	overflow: hidden;
	margin-bottom: 75px;
}
#proposal h2 {
	margin: 0 0 20px -80px;
	width: 110%;
	min-width: 950px;
}
#forte {
	width: 55%;
	min-width: 650px;
	margin: 0 auto;
}



/*------ #feature ------*/

#feature {
	clear: both;
	overflow: hidden;
	margin-top: 80px;
}
#feature h2 {
	text-align: center;
	font-size: 1.5em;
	background-color: #bbe8f2;
	padding: 10px 0;
}
.arrow_lbl {
	width: 0;
	height: 0;
	border-left: 33px solid transparent;
	border-right: 33px solid transparent;
	border-top: 20px solid #bbe8f2;
}
#description {
	margin: 0 0 60px -80px;
	width: 110%;
	min-width: 950px;
}

/*------ #cost ------*/

#cost {
	margin: 0 auto 50px;
	text-align: center;
}
#cost h2{
	font-size:1.4em;
}
#price_border {
	width: 50%;
	min-width: 600px;
	border: 2px solid #555;
	border-radius: 20px;
	padding: 10px 0 6px;
	overflow: hidden;
	margin: 10px auto 15px;
}
#price {
	font-size: 1.8em;
	font-weight: bold;
}
.b_red {
	color: #d91c0b;
	font-size: 1.5em;
	padding: 0 5px;
}
#cost_notes {
	width: 80%;
	margin: 0 auto;
	min-width: 820px;
}
#cost_notes span {
	font-size: 0.7em;
}


/*------ #company ------*/

#company {
	background-color: #ddd;
	overflow: hidden;
	padding: 30px 0;
}
#company_ttl {
	width: 70%;
	min-width: 755px;
	margin: 0 auto;
}
#company h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
#company_main {
	overflow: hidden;
	width: 70%;
	min-width: 770px;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.5em;
}
#office {
	width: 55%;
	float: left;
}
#office dl dt {
	width: 16%;
	float: left;
	padding-top: 10px;
	font-weight: bold;
}
#office dl dd {
	width: 80%;
	padding: 10px 0;
	float: left;
}

#business li {
	list-style-type: decimal;
	list-style-position: inside;
}
#access {
	width: 42%;
	float: right;
}
#access h3 {
	margin-bottom: 10px;
}
#map {
	overflow: hidden;
	margin-top: 10px;
}
#map iframe {
	border: none;
}

/*---------------------------------------------------------------------------------*/


/*------------ contact.html/entry.html ------------*/

#contact {
	width: 70%;
	max-width: 1000px;
	min-width: 780px;
	margin: 20px auto 50px;
	font-size:0.95em;
}
#c_title {
	position: relative;
}
#title_top {
	width: 8%;
	position: absolute;
	top: -5%;
	right: 19%;
	z-index: -5;
}
#title_middle {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	height: 100px;
	background-image: url(../images/ttl_flame_lbl.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#contact h1 {
	text-align: center;
	font-size: 1.7em;
	height: 100px;
	line-height: 100px;
}
#title_bottom {
	margin: 40px 0;
	overflow: hidden;
}
#entry_img {
	float: left;
	width: 40%;
}
#entry_notes {
	float: right;
	width: 55%;
}
#notettl {
	background-color: #CAE9FF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E7F8FC), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E7F8FC),color-stop(.75, #E7F8FC), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	padding: 6px 15px 4px;
	margin-bottom: 10px;
}
#notettl:before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 32px;
	background-image: url(../images/icon_exclamation_re.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0 15px 0 -32px;	
}
#notemain {
	font-size: 0.85em;
	line-height: 1.3em;
}
#notemain li{
	padding-top: 10px;
	line-height: 1.3em;
}
#notemain li:before {
	content: '※';
	margin-right: 6px;
}
.centerline {
	width: 70%;
	height: 20px;
	margin: 0 auto 30px;;
	background-image: url(../images/line_nami_pkbl.png);
	background-repeat: repeat-x;
	background-position: center;	
}

#main {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
#necessary {
	width: 85%;
	font-size :0.8em;
	margin: 10px auto;
}
.required {
	font-size: 0.7em;
	padding: 1px 8px;
	background-color: #d91c0b;
	margin-right: 5px;
	color: #fff;
}
#block {
	width: 85%;
	margin: 0 auto;
}
#contact table {
	font-size: 0.9em;
}
#contact tr {
	border-bottom: 1px solid #ddd;
}
#contact td {
	vertical-align: middle;
	padding: 10px 0;
}
.table_left {
	width: 33%;
}
.table_middle {
	width: 8%;
	text-align: center;
}
.table_right {
	width: 57%;
}
input.text {
	width: 100%;
}
input.tel {
	width: 30%;
}
input.mail {
	width: 60%;
}
input.post-left,
input.post-right {
	width: 15%;
}
input.post-add {
	width: 100%;
}
select {
	width: 100%;
}
textarea {
	width: 100%;
	height: 15vh;
	min-height: 100px;
}
.necessary {
	font-size: 0.8em;
	color: #d91c0b;
}
.subm_btn {
	width: 30%;
	margin: 0 auto;
}
#submit {
	padding: 10px 0;
	width: 100%;
	margin: 0 auto;
	background-color: #d96b62;
	color: #fff;
	font-weight: bold;
	border: none;
	margin-top: 20px;
}
#submit:hover {
	background-color: #d91c0b;
}
#seminar_table {
	width: 75%;
	margin: 0 auto 50px;
	font-size: 0.8em;
}
#seminar_table h2 {
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 15px;
}
#seminar_table table {
	width: 100%;
	border: 1px solid #ccc;
}

#seminar_table td img {
	width: 90%;
}
#seminar_table th {
	background-color: #777;
	color: #fff;
	font-weight: bold;
}
#seminar_table th,
#seminar_table td {
	padding: 10px 8px;
	line-height: 1.4em;
	vertical-align: middle;
	border: 1px solid #ccc;
}
td.td_center {
	text-align: center;
}
#seminar_table tr:nth-child(odd) {
	background-color: #efefef;
}
#s_day {
	width: 14%;
}
#s_place {
	width: 18%;
}
#s_title {
	width: 50%;
}
#s_capa {
	width: 6%;
}
#s_teacher {
	width: 8%;
}
#s_map {
	width: 3%;
}
#entry_bnr {
	width: 50%;
	margin: 35px auto 70px;
	background-color: #d96b62;
	padding: 12px 0;
	font-weight: bold;
	text-align: center;
	position: relative;
	color: #fff;
}
#entry_bnr a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#entry_bnr:hover {
	background-color: #d91c0b;
}
.adjust {
	text-align: center;
	font-size: 1.5em;
	margin: 30px 0 20px;
}



/*---------------------------------------------------------------------------------*/


/*------------ privacy.html ------------*/

#privacy {
	width: 58%;
	margin: 30px auto 80px;
	font-size: 0.95em;
}
#privacy h1 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 20px;
}
#privacy h2 {
	font-size: 1.2em;
}

#privacy p {
	margin-bottom: 40px;
}
#privacy ul {
	margin : -25px 0 40px;
}
#privacy ul li {
	list-style: square;
	list-style-position: inside;
	line-height: 1.4em; 
}

