﻿@charset "UTF-8";
@import "/include_2015/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document Ckawasaki_2016
--------------------------------------------------------- */
.meno {
	margin:auto;
	text-align:left;
	background: #ffffff;
}


/** スマホ用改行中止 **/
.br-sp {
	display: none;
}


/** ヘッダ **/
.meno .header_sp {
	display: none;
}


/** リード・開催日時・開場 **/
.meno .lead {
	margin: 0 auto;
	padding:3%;
	background: #fef5ed;
	background-size: cover;

}
.meno .lead p {
	line-height: 1.6;
	color: #000;
	text-align: left;
}

.meno .data {
	background: #fff;
	text-align: center;
	padding:3%;
	border-top:1px solid #e4cc82;
	border-bottom:1px solid #e4cc82;
}

.meno .data .access {
	margin: 5px 0;
}
.meno .lead-data .access a {
	padding: 0 0 0 5px;
	font-size: 17px;
	color: #c02727;
	text-decoration: underline;
}
.meno .lead-data .access a:hover {
	color: #e06d6d;
}


/** 参加費 **/
.meno .price {
	background: #ffffff;
	margin:3%
}
.meno .price li {
	text-align:center;
	padding:0 5%;
}
.meno .price li:first-child {
	background: url('../images/bk02.png') ;
}
.meno .price li:first-child img {
	padding-bottom:8px;
}
.meno .price li:last-child {
	background: #fdf7d8 ;
	padding-bottom:3%
}


/** 当日のスケジュール・参加要件・イベント概要 **/
.meno .details {
	margin: 0 auto;
	padding: 0 3% 20px;

}
.meno .details .bx_schedule,.bx_overview {
	display: block;
	margin: 25px auto 0;
}
.meno .details .timetable,.overview {
	padding: 15px 0;
	background: #fff;
	border-radius: 20px;
	border: solid 3px #feaa72;
}
.meno .details .schedule {
	margin: 0 0 10px;
}
.meno .details .schedule img {
	padding: 0 0 15px;
}
.meno .details .timetable ul {
	padding: 0 20px 10px;
}
.meno .details .timetable li {
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 1.2;
}
.meno .details .timetable li:first-child {
	display: inline-block;
	width: 60px;
}
.meno .details .timetable ul.last {
	padding: 0 20px;
}
.meno .details .overview p {
	padding: 15px 20px 0;
}
.meno .details .term {
	margin-top:25px
}

.meno .details .term li {
	display: inline;
	font-size: 20px;
	line-height: 1.5;
	color: #634e30;
}
.meno .details .term li:first-child {
	color: #a8692c;
}
.meno .details .term li:last-child:before {
	content: "：";
	color: #a8692c;
}
.meno .details .overview p{
	padding: 20px 30px;
	font-size: 15px;
}
.meno .details .caution {
	margin: 5px 0 0 14px;
	font-size: 14px;
	color: #333;
	text-indent: -14px;
	line-height: 1.3;
}


/** 主催・共催 **/
.hosts_pc {display: none;}
.hosts_sp {
	background: url('../images/bg_hosts_sp.png') repeat-x center bottom;
}
.hosts_sp p {
	padding: 20px;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}


/** 講師プロフィール **/
.meno .ti_kousi {
	height: 41px;
	background: url('../images/bk03.png') ;
	text-align:center
}

.meno .ti_kousi img {
	min-height: 41px;
}

.meno .kousi {
	background: #ffffff;
}
.meno .kousi .pic_kousi1 {
	display: block;
	width: 197px;
	height: 229px;
	margin: auto;
	background: url('../images/pic001.png') no-repeat center center;
}
.meno .kousi .pic_kousi2 {
	display: block;
	width: 197px;
	height: 229px;
	margin: auto;
	background: url('../images/pic002.png') no-repeat center center;
}
.meno .kousi .profile {
	padding: 0 0 20px;
	color: #000;
	vertical-align: center;
}
.meno .kousi .profile p {
	width: 80%;
	max-width: 520px;
	margin: 10px auto;
	font-size: 14px;
	line-height: 1.7;
	word-wrap: break-word;
}
.meno .kousi .profile .com {
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
}
.meno .kousi .profile .name {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}
.meno .kousi .profile .title {
	font-size: 21px;
	padding-left: 10px;
}


/** フッタ・応募ボタン **/
.meno .menofooter {
	padding: 0 5% 20%;
	text-align: center;
	background-size:100% auto
}


