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

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */
.meno {
	width: 1000px;
	margin:auto;
	text-align:left;
	background: #fff;
}


/** リンク **/
.meno a {
	color: #c02727;
	text-decoration: none;
}


/** ヘッダ画像 **/
/*.meno .header {
	height: 180px;
	background: url('../images/ti01_pc.png') no-repeat;
}*/
.meno .header_sp {
	display: none;
}


/** リード・開催日時・開場・参加費 **/
.meno .lead.meno .data,{
	margin: 0 auto 0;
}
.meno .lead p {
	height:137px;
	background: url('../images/bk01.png') no-repeat;
	padding-top:25px;
	font-size: 18px;
	line-height: 1.5;
	color: #352c1f;
	text-align:center;
}
.meno .data{
	height:413px;
	background: url('../images/bg_data_pc.jpg') no-repeat;
	background-position:right;
	border-top:1px solid #e4cc82;
	border-bottom:1px solid #e4cc82;
}
.meno .data img{
	margin-left:48px;
	margin-top:30px;
}
.meno .data .access {
	width: 500px;
	text-align: center;
	padding-top:10px
}
.meno .data .access a {
	padding: 0 0 0 5px;
	font-size: 17px;
	color: #c02727;
	text-decoration: underline;
}
.meno .data .access a:hover {
	color: #e06d6d;
}

/** 参加費 **/
.meno .price {
	background: #fbdaa5;
	padding:20px
}
.meno .price ul {
	text-align:center
}
.meno .price li {
	width:100px;
	height:100px;
	display: inline-block;
	background: url('../images/bk02.png') ;
	vertical-align:top;
}
.meno .price li:first-child {
	text-align: right;
}
.meno .price li:first-child img {
	padding-bottom:8px
}
.meno .price li:last-child {
	padding-top:54px;
	text-align: center;
}

/** 当日のスケジュール・参加要件・イベント概要 **/
.meno .details {
	display: flex;
	margin: 0;
	padding: 10px 60px 30px;
	justify-content: space-between;
	background: #ffffff;
}
.meno .details .bx_schedule,.bx_overview {
	display: block;
	width: 429px;
}
.meno .details .timetable,.overview {
	background: #fff;
	border-radius: 20px;
	border: solid 3px #feaa72;
	padding: 20px 0 0;
}
.meno .details .schedule {
	margin: 0 0 15px;
}
.meno .details .schedule img {
	padding: 0 0 25px;
}
.meno .details .timetable {
	padding: 20px 0;
}

.meno .details .timetable ul {
	padding: 0 25px 5px;
}
.meno .details .timetable li {
	display: inline-block;
	font-size: 15px;
	color: #333;
	line-height: 1.2;
}
.meno .details .timetable li:first-child {
	display: inline-block;
	width: 65px;
}

.meno .details .timetable ul.last {
	padding: 0 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;
}


/** 主催・共催 **/
.meno .hosts_pc {
	height: 179px;
	padding: 10px 0 0;
	background: url('../images/bg_hosts_pc.jpg') no-repeat;
	padding: 15px 30px 0 490px;
}
.meno .hosts_pc p {
	text-align: center;
	font-size: 22px;
	color: #333;
	line-height: 1.7;
}
.meno .hosts_sp {
	display: none;
}

/** 講師プロフィール **/
.meno .ti_kousi {
	width: 1000px;
	height: 41px;
	background: url('../images/bk03.png') ;
	text-align:center
}
.meno .kousi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 60px 50px;
	background: #ffffff;
}
.meno .kousi .pic_kousi1 {
	display: block;
	width: 197px;
	height: 199px;
	background: url('../images/pic001.png') no-repeat;
}
.meno .kousi .pic_kousi2 {
	display: block;
	width: 197px;
	height: 199px;
	background: url('../images/pic002.png') no-repeat;
}
.meno .kousi .profile {
	width: 660px;
	color: #000;
	vertical-align: center;
}
.meno .kousi .profile p {
	font-size: 14px;
	line-height: 1.7;
	word-wrap: break-word;
}
.meno .kousi .profile .com {
	font-size: 17px;
	line-height: 1.5;
}
.meno .kousi .profile .name {
	font-size: 24px;
	line-height: 1.5;
}
.meno .kousi .profile .title {
	font-size: 21px;
	padding-left: 10px;
}


/** フッタ・応募ボタン **/
.meno .menofooter {
	height: 261px;
	text-align: center;
}
