@charset "UTF-8";
/* CSS Calendar [day＜日別＞] */

@import url("../jquery.fancybox.css");
@import url("../jquery.fancybox_helpers/jquery.fancybox-buttons.css");

/* 印刷しない */
@media print {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
.no-print {
	display:none;
}
	
body { 
	min-width: 320px;
	height: 100%;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
}
	
#maincontainer {
	padding-bottom: 0;
	margin-bottom: 0;
	background-color: #fff;
}
	
#sectBegin {
	padding-top: 10px;
}

haeder, footer, #breadcrumbs, .modal-tab, #globalnav {
	display: none;
}


}


/* PC main */
/*---------------------------------------------------- */
/* Calendar Part */
/*---------------------------------------------------- */
#calendar {
	width: 100%;
	height: auto;
}
#calendar .calendar-inner {
	padding: 0;
}
#calendar .calendar-header {
	background: #004d8d;
	height: 46px;
	padding: 0 15px;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#calendar .calendar-header h3 {
	font-family: "Lato", "Lucida Grande", Arial, sans-serif;
	color: #fff;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	line-height: 46px;
	margin: 0;
	padding: 0;
}

#calendar .calendar-header .cldr-year {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
#calendar .calendar-header .cldr-year > span {
	font-size: 12px;
	margin-left: 1px;
}
#calendar .calendar-header .cldr-month {
	font-size: 32px;
	font-weight: 400;
	margin-left: .3em;
}
#calendar .calendar-header .cldr-month > span {
	font-size: 18px;
	margin-left: 1px;
}
#calendar .calendar-header .cldr-day {
	font-size: 32px;
	font-weight: 400;
	margin-left: .1em;
}
#calendar .calendar-header .cldr-day > span {
	font-size: 18px;
	margin-left: 1px;
}
#calendar .calendar-header .cldr-week {
	font-size: 32px;
	font-weight: 400;
	margin-left: .1em;
}
#calendar .calendar-header .cldr-week > span {
	font-size: 18px;
	margin-left: 1px;
}

#calendar .calendar-header nav a {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 46px;
	height: 46px;
	margin: auto 0;
	font-size: 24px;
	color: transparent;
	cursor: pointer;
	line-height: 46px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#calendar .calendar-header nav a:first-child {
	left: 5px;
}
#calendar .calendar-header nav a:last-child {
	right: 5px;
}
#calendar .calendar-header nav a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(255, 255, 255, .5);
	text-align: center;
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#calendar .calendar-header nav a.cldr-prev:before {
	content: "\f137";
}
#calendar .calendar-header nav a.cldr-next:before {
	content: "\f138";
}
#calendar .calendar-header nav a:hover:before {
	color: #fff;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.fc-calendar-container {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
}

/*== Table ==*/
.fc-calendar {
	padding: 0;
	margin: 0 auto;
	height: 100%;
	table-layout: fixed;
}

/*== Thead ==*/
.fc-calendar .fc-head {
	padding: 0;
	margin: 0;
	height: auto;
	line-height: 1.2;
	font-size: 108%;
	text-align: center;
	font-weight: 500;
	font-style: normal;
}
.fc-calendar .fc-head th {
	color: #1191df;
	border: solid 1px #dedede;
}
.fc-calendar .fc-head td {
	color: #3d3e3f;
}
.fc-calendar .fc-head th,
.fc-calendar .fc-head td,
.fc-calendar .fc-body th,
.fc-calendar .fc-body td {
	padding: 0;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.fc-calendar .fc-head td.box01 {
	border: solid 1px #ff8021;
}
.fc-calendar .fc-head td.box02 {
	border: solid 1px #0289d9;
}
.fc-calendar .fc-head td.box03 {
	border: solid 1px #0c9356;
}
.fc-calendar .fc-head td.box04 {
	border: solid 1px #fa5e90;
}
.fc-calendar .fc-head td .venue01 {
	color: #ff8021;
	font-weight: 700;
}
.fc-calendar .fc-head td .venue02 {
	color: #0289d9;
	font-weight: 700;
}
.fc-calendar .fc-head td .venue03 {
	color: #0c9356;
	font-weight: 700;
}
.fc-calendar .fc-head td .venue04 {
	color: #fa5e90;
	font-weight: 700;
}

/*== Tbody ==*/
.fc-calendar .fc-body {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.fc-calendar .fc-body th {
	background: url("../../images/calendar/bg_day_th.png") 0 0 repeat;
	-moz-box-shadow: inset 0 1px rgb(234, 237, 238), inset 1px 0 rgb(234, 237, 238), inset -1px 0 0 rgb(234, 237, 238);
	box-shadow: inset 0 1px rgb(234, 237, 238), inset 1px 0 rgb(234, 237, 238), inset -1px 0 0 rgb(234, 237, 238);
	top: 0;
}
.fc-calendar .fc-body td {
	/*background: url("../../images/calendar/bg_day_td.png") 0 0 repeat;
	-moz-box-shadow: inset 0 1px rgb(234, 237, 238), inset 1px 0 rgb(234, 237, 238), inset -1px 0 0 rgb(234, 237, 238);
	box-shadow: inset 0 1px rgb(234, 237, 238), inset 1px 0 rgb(234, 237, 238), inset -1px 0 0 rgb(234, 237, 238);*/
	background-color: #fff;
	border: solid 1px #eaedee;
	top: 0;
	vertical-align: top;
	overflow: hidden;
}

.fc-calendar .fc-body th .timeArea {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.fc-calendar .fc-body th .timeArea .fc-date {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 60px;
	color: #1872a6;
}

/*== Box ==*/
.fc-calendar .fc-head .box01, .fc-calendar .fc-head .box02, .fc-calendar .fc-head .box03, .fc-calendar .fc-head .box04,
.fc-calendar .fc-body .box01, .fc-calendar .fc-body .box02, .fc-calendar .fc-body .box03, .fc-calendar .fc-body .box04 {
	width: 100%;
}
.fc-calendar .fc-body .box01, .fc-calendar .fc-body .box02, .fc-calendar .fc-body .box03, .fc-calendar .fc-body .box04 {
	position: relative;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.fc-calendar .fc-body td .schedule {
	padding: 0;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	/* position: absolute; */
	position: relative;
	top: 0;
}

.fc-calendar .fc-body td .cate01 {/* Orange */
	padding: 0;
	margin: 0;
}
.fc-calendar .fc-body td .cate02 {/* Blue */
	padding: 0;
	margin: 0;
}
.fc-calendar .fc-body td .cate03 {/* Green */
	padding: 0;
	margin: 0;
}
.fc-calendar .fc-body td .cate04 {/* Pink */
	padding: 0;
	margin: 0;
}
.fc-calendar .fc-body td .cate05 {/* Yellow */
	padding: 0;
	margin: 0;
}
.fc-calendar .fc-body td .cate06 {/* Violet */
	padding: 0;
	margin: 0;
}
.fc-calendar .fc-body td .cate07 {/* pea Green */
	padding: 0;
	margin: 0;
}

.fc-calendar .fc-body td .schedule a {
	padding: 5px 5px;
	margin: 3px auto;
	width: calc(100% - 10px);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .07);
	line-height: 1.3;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
}

/*== obi ==*/
.fc-calendar .fc-body td a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

.fc-calendar .fc-body td .cate01 a {/* Orange */
	background-color: #ff8021;
}
.fc-calendar .fc-body td .cate01 a:hover {
	background-color: #fda868;
}
.fc-calendar .fc-body td .cate01 a:before {
	content: "\f1ad";
}

.fc-calendar .fc-body td .cate02 a {/* Blue */
	background-color: #0289d9;
}
.fc-calendar .fc-body td .cate02 a:hover {
	background-color: #5cb9f1;
}
.fc-calendar .fc-body td .cate02 a:before {
	content: "\f1ad";
}

.fc-calendar .fc-body td .cate03 a {/* Green */
	background-color: #0c9356;
}
.fc-calendar .fc-body td .cate03 a:hover {
	background-color: #40c187;
}
.fc-calendar .fc-body td .cate03 a:before {
	content: "\f1ad";
}

.fc-calendar .fc-body td .cate04 a {/* Pink */
	background-color: #fa5e90;
}
.fc-calendar .fc-body td .cate04 a:hover {
	background-color: #fc9ebc;
}
.fc-calendar .fc-body td .cate04 a:before {
	content: "\f1ad";
}

.fc-calendar .fc-body td .cate05 a {/* Yellow */
	background-color: #e6c805;
}
.fc-calendar .fc-body td .cate05 a:hover {
	background-color: #f9e14b;
}
.fc-calendar .fc-body td .cate05 a:before {
	content: "\f1ad";
}

.fc-calendar .fc-body td .cate06 a {/* Violet */
	background-color: #ab27e2;
}
.fc-calendar .fc-body td .cate06 a:hover {
	background-color: #d27af7;
}
.fc-calendar .fc-body td .cate06 a:before {
	content: "\f1ad";
}

.fc-calendar .fc-body td .cate07 a {/* pea Green */
	background-color: #62de65;
}
.fc-calendar .fc-body td .cate07 a:hover {
	background-color: #9cf39e;
}
.fc-calendar .fc-body td .cate07 a:before {
	content: "\f1ad";
}

/*---------------------------------------------------- */
/* ModalBox of Detail */
/*---------------------------------------------------- */
/*== Waku ==*/
.fancybox-skin {
	padding: 0;
	margin: 0;
	height: auto;
	background: rgba(255, 255, 255, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

div[id*="category-a"], div[id*="category-b"], div[id*="category-c"], div[id*="category-d"], div[id*="category-e"], div[id*="category-f"], div[id*="category-g"] {
	padding: 0;
	margin: 0;
	display: none;
}

/*== Section ==*/
.detail {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.detail .heading {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-bottom: 1px solid #e9e9e5;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== Date ==*/
.detail .date {
	text-align: center;
	padding: 8px 0px 8px 10px;
	margin: 0;
	width: 20%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.detail .date:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1px;
	width: 6px;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

div[id*="category-a"] .date:before {/* Orange | 市民活動センター */
	background-color: #ff8021;
}
div[id*="category-b"] .date:before {/* Blue | 本町コミュニティセンター */
	background-color: #0289d9;
}
div[id*="category-c"] .date:before {/* Green | コミュニティふれあいセンター */
	background-color: #0c9356;
}
div[id*="category-d"] .date:before {/* Pink */
	background-color: #fa5e90;
}
div[id*="category-e"] .date:before {/* Yellow */
	background-color: #e6c805;
}
div[id*="category-f"] .date:before {/* Violet */
	background-color: #ab27e2;
}
div[id*="category-g"] .date:before {/* pea Green */
	background-color: #62de65;
}

/*== Outline ==*/
.detail .outline {
	padding: 15px 20px 15px 30px;
	margin: 0;
	width: 80%;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.detail .date .year {
	font: 300 13px/1em "Lato", "Lucida Grande", Arial, sans-serif;
	color: #7a848c;
	display: block;
}

.detail .date .month-day {
	font: 400 32px/1.5em "Lato", "Lucida Grande", Arial, sans-serif;
	display: block;
}

.detail .date .day {
	font: 16px/1em meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	color: #656a6e;
	display: block;
}

/*== h3 ==*/
.detail .outline h3 {
	padding: 0;
	margin: 0 0 .5em 0;
	color: #1d1e1f;
	font-weight: 800;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
}

/*== Payment ==*/
.detail .paymentArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Button ==*/
.detail .paymentArea ul {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
}

.detail .paymentArea ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
}

.detail .paymentArea ul li.accepting {/* 予約受付中 */
	border: solid 2px #34c3ad;
	background-color: #34c3ad;
	color: #fff;
}

.detail .paymentArea ul li.closed {/* 受付終了 */
	border: solid 2px #aaaaaa;
	background-color: #aaaaaa;
	color: #fff;
}

.detail .paymentArea ul li.pay {/* 現地払い・クレジット決済 */
	border: solid 2px #34c3ad;
	background-color: #fff;
	color: #34c3ad;
}
.detail .paymentArea ul li.pay .fa-credit-card, 
.detail .paymentArea ul li.pay .fa-wallet {
	padding: 0;
	margin: 0;
	font-weight: 900;
	font-style: normal;
}

/*== Money ==*/
.detail .paymentArea .money {
	padding: 0;
	margin: 0;
	height: auto;
}

.detail .paymentArea .money p {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-weight: 700;
	text-align: right;
	line-height: 1.0;
}

.detail .paymentArea .money p em {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*== Place ==*/
.detail .outline .placeArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.detail .outline .placeArea .place {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	display: inline-block;
}

.detail .outline .placeArea .place:before {
	content: "\f1ad";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	color: #acb9bf;
	position: absolute;
	left: 0;
	top: 0;
}

.detail .outline .placeArea .cate01:before {/* Orange | 市民活動センター */
	color: #ff8021;
}
.detail .outline .placeArea .cate02:before {/* Blue | 本町コミュニティセンター */
	color: #0289d9;
}
.detail .outline .placeArea .cate03:before {/* Green | コミュニティふれあいセンター */
	color: #0c9356;
}
.detail .outline .placeArea .cate04:before {/* Pink */
	color: #fa5e90;
}
.detail .outline .placeArea .cate05:before {/* Yellow */
	color: #e6c805;
}
.detail .outline .placeArea .cate06:before {/* Violet */
	color: #ab27e2;
}
.detail .outline .placeArea .cate07:before {/* pea Green */
	color: #62de65;
}

/*== Reservation ==*/
.detail .outline .placeArea .btn_reservation a {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
	border-radius: 3px;
	background-color: #14bfd8;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.detail .outline .placeArea .btn_reservation .full {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
	border-radius: 3px;
	background-color: #aaaaaa;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.detail .outline .placeArea .btn_reservation a:hover {
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

/*== img ==*/
.detail .imgArea {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #edf9fe;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.detail .imgArea .photo_course {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.detail .imgArea .photo_course img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== Stock ==*/
.detail .waku_stock {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: #edf9fe;
}
.detail .waku_stock .stockbox {
	padding: 0;
	margin: 0;
	height: auto;
	border-radius: 2px;
	border: solid 2px #f6b300;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	color: #f5a701;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
.detail .waku_stock .stockbox em {
	padding: 0;
	margin: 0;
	color: #f5a701;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
}

/*== 講座番号 ==*/
.detail .waku_stock .numberbox {
	padding: 0;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	color: #6d6e6f;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
}
.detail .waku_stock .numberbox em {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
}

/*== dl ==*/
.detail dl {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #edf9fe;
}

.detail dl dt {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: .3em;
	margin: 0 0 .7em;
	padding: 1.5em 20px 0;
}

.detail dl dt > i {
	color: #0fafd7;
	width: 1em;
	margin-right: 10px;
}
.detail dl dt.warn > i {
	color: #f7c103;
	width: 1em;
	margin-right: 10px;
}

.detail dl dd {
	font-size: 14px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #d3d3cb;
}

.detail dl dd:last-of-type {
	border-bottom-style: none;
}

.detail dl dd h4 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 600;
	line-height: 1.2;
}
.detail dl dd h4 .fa-exclamation-triangle {
	padding: 0;
	margin: 0;
	color: #f7c103;
	font-weight: 900;
	font-style: normal;
}

.detail dl dd p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	line-height: 1.2;
}
.detail dl dd p em {
	font-weight: 500;
	font-style: normal;
	color: #2d2e2f;
}
.detail dl dd p em:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 1px;
	color: #f7c103;
	margin-right: 5px;
}

/*== Google MAP ==*/
.detail dl dd .gmap {
	display: block;
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.detail dl dd .gmap iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
	border-style: none;
	border-width: 0;
}

/*== markArea ==*/
.detail dl dd .markArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.detail dl dd .markArea ul.mark {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	list-style-type: none;
}

.detail dl dd .markArea ul.mark li {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
	list-style-type: none;
	color: #3d3e3f;
	font-weight: 500;
	line-height: 1.2;
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.fc-calendar-container {
	padding-bottom: 25px;
}

/*== Table ==*/
.fc-calendar {
	padding-top: 15px;
	width: 96%;
	max-width: 1480px;
}

/*== Thead ==*/
.fc-calendar .fc-head th {
	padding: 12px 0;
}
.fc-calendar .fc-head td {
	padding: 12px 0;
}

/*== Tbody ==*/
.fc-calendar .fc-body td {
	padding: 12px 0;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.fc-calendar .fc-body td .schedule {
	margin-left: 4%;
	width: 92%;
}
.fc-calendar .fc-body td .schedule a {
	font-size: 14px;
	line-height: 1.4;
	padding: 6px 8px;
	margin: 5px auto 8px auto;
	height: 94px;
}

/*== ellipsis ==*/
.fc-calendar .fc-body td .schedule a {
	position: relative;
	display: block;
}
.fc-calendar .fc-body td .schedule a .c-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 制限したい行数が2の場合 */
	overflow: hidden;
	height: 34px;
}
.fc-calendar .fc-body td .schedule a .c-stock {
	position: absolute;
	bottom: 6px;
}

/*---------------------------------------------------- */
/* ModalBox of Detail */
/*---------------------------------------------------- */
/*== Section ==*/
.detail {
	width: 100%;
	max-width: 860px;
}

/*== h3 ==*/
.detail .outline h3 {
	margin-bottom: .5em;
	font-size: 20px;
}

/*== Payment ==*/
.detail .paymentArea {
	margin-bottom: 10px;
	width: 92%;
	overflow: hidden;
}

/*== Button ==*/
.detail .paymentArea ul {
	width: 88%;
	float: left;
}

.detail .paymentArea ul li {
	margin-right: 2%;
	width: 46%;
	height: 32px;
	border-radius: 32px;
	font-size: 15px;
	line-height: 32px;
}

.detail .paymentArea ul li:nth-child(2) {
	margin-right: 0;
}

.detail .paymentArea ul li.pay .fa-credit-card, 
.detail .paymentArea ul li.pay .fa-wallet {
	margin-right: 4px;
}

/*== Money ==*/
.detail .paymentArea .money {
	margin-top: 6px;
	width: 29%;
	float: right;
}

.detail .paymentArea .money p {
	font-size: 14px;
}

.detail .paymentArea .money p em {
	margin-right: 4px;
	font-size: 160%;
}

/*== Place ==*/
.detail .outline .placeArea {
	width: 98%;
	overflow: hidden;
}

.detail .outline .placeArea .place {
	padding-left: 1em;
	margin-top: 5px;
	float: left;
	font-size: 14px;
}

.detail .outline .placeArea .place:before {
	left: 0;
	top: -2px;
}

/*== Button ==*/
.detail .outline .placeArea .btn_reservation a {
	padding: 7px 15px;
	font-size: 14px;
	float: right;
}
	
.detail .outline .placeArea .btn_reservation .full {
	padding: 7px 15px;
	font-size: 14px;
	float: right;
}

/*== img ==*/
.detail .imgArea {
	padding: 16px 0;
}
.detail .imgArea .photo_course {
	width: 94%;
}

/*== Stock ==*/
.detail .waku_stock {
	padding-bottom: 10px;
	overflow: hidden;
}
.detail .waku_stock .stockbox {
	padding: 4px 20px;
	margin: 0 3%;
	float: right;
	border-width: 3px;
	font-size: 0.9375em;/* 15px */
}
.detail .waku_stock .stockbox em {
	margin-left: 5px;
	font-size: 1.4375em;/* 23px */
}

/*== 講座番号 ==*/
.detail .waku_stock .numberbox {
	padding: 4px 0;
	margin: 0 3%;
	float: left;
	font-size: 0.9375em;/* 15px */
}
.detail .waku_stock .numberbox em {
	font-size: 1.4375em;/* 23px */
}

/*== dl ==*/
.detail dl {
	padding-bottom: 1.4em;
}

.detail dl dd h4 {
	margin-bottom: 7px;
	margin-left: 5%;
	width: 92%;
	font-size: 15px;
	line-height: 1.0;
}
.detail dl dd h4 .fa-exclamation-triangle {
	margin-right: 6px;
	font-size: 15px;
}

.detail dl dd p {
	margin-bottom: 1.4em;
	margin-left: 5%;
	width: 92%;
	font-size: 14px;
}
.detail dl dd p em {
	font-size: 100%;
	font-weight: 600;
}
.detail dl dd p em:before {
	top: 1px;
}

/*== Google MAP ==*/
.detail dl dd .gmap {
	margin-bottom: 15px;
	width: 94%;
}

.detail dl dd .gmap iframe {
	height: 300px;
}

/*== markArea ==*/
.detail dl dd .markArea {
	width: 100%;
}

.detail dl dd .markArea ul.mark {
	width: auto;
	padding-left: 3.4em;
	margin-bottom: 1.4em;
}

.detail dl dd .markArea ul.mark li {
	margin-bottom: 5px;
	width: 46%;
	font-size: 14px;
}


	
}


/*  Tablet  */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.fc-calendar-container {
	padding-bottom: 20px;
}

/*== Table ==*/
.fc-calendar {
	padding-top: 12px;
	width: 96%;
}

/*== Thead ==*/
.fc-calendar .fc-head th {
	padding: 12px 0;
}
.fc-calendar .fc-head td {
	padding: 12px 0;
}

/*== Tbody ==*/
.fc-calendar .fc-body td {
	padding: 10px 0;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.fc-calendar .fc-body td .schedule {
	margin-left: 4%;
	width: 92%;
}
.fc-calendar .fc-body td .schedule a {
	font-size: 13px;
	line-height: 1.4;
	padding: 5px 8px;
	margin: 4px auto 6px auto;
	height: 90px;
}

/*== ellipsis ==*/
.fc-calendar .fc-body td .schedule a {
	position: relative;
	display: block;
}
.fc-calendar .fc-body td .schedule a .c-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 制限したい行数が2の場合 */
	overflow: hidden;
	height: 32px;
}
.fc-calendar .fc-body td .schedule a .c-stock {
	position: absolute;
	bottom: 5px;
}

/*---------------------------------------------------- */
/* ModalBox of Detail */
/*---------------------------------------------------- */
/*== Section ==*/
.detail {
	width: 100%;
	max-width: 720px;
}

/*== Outline ==*/
.detail .outline {
	width: 78%;
}
	
.detail .date .year {
	font-size: 13px;
	font-weight: 300;
}
	
.detail .date .month-day {
	font-size: 28px;
}
	
.detail .date .day {
	font-size: 15px;
}
	
/*== h3 ==*/
.detail .outline h3 {
	margin-bottom: .5em;
	font-size: 18px;
}
	
/*== Payment ==*/
.detail .paymentArea {
	margin-bottom: 8px;
	width: 92%;
}

/*== Button ==*/
.detail .paymentArea ul {
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}

.detail .paymentArea ul li {
	margin-right: 1.5%;
	width: 46%;
	height: 28px;
	border-radius: 28px;
	font-size: 14px;
	line-height: 28px;
}

.detail .paymentArea ul li:nth-child(2) {
	margin-right: 0;
}

.detail .paymentArea ul li.pay .fa-credit-card, 
.detail .paymentArea ul li.pay .fa-wallet {
	margin-right: 4px;
}

/*== Money ==*/
.detail .paymentArea .money {
	margin: 0 auto;
	width: 96%;
}

.detail .paymentArea .money p {
	font-size: 14px;
}

.detail .paymentArea .money p em {
	margin-right: 3px;
	font-size: 160%;
}

/*== Place ==*/
.detail .outline .placeArea {
	width: 98%;
	overflow: hidden;
}

.detail .outline .placeArea .place {
	padding-left: 1em;
	margin-top: 6px;
	float: left;
	font-size: 14px;
}

.detail .outline .placeArea .place:before {
	left: 0;
	top: -2px;
}

/*== Button ==*/
.detail .outline .placeArea .btn_reservation a {
	padding: 6px 12px;
	font-size: 13px;
	float: right;
}

/*== img ==*/
.detail .imgArea {
	padding: 14px 0;
}
.detail .imgArea .photo_course {
	width: 94%;
}

/*== Stock ==*/
.detail .waku_stock {
	padding-bottom: 8px;
	overflow: hidden;
}
.detail .waku_stock .stockbox {
	padding: 3px 17px;
	margin: 0 3%;
	float: right;
	border-width: 3px;
	font-size: 0.875em;/* 14px */
}
.detail .waku_stock .stockbox em {
	margin-left: 4px;
	font-size: 1.3125em;/* 21px */
}

/*== 講座番号 ==*/
.detail .waku_stock .numberbox {
	padding: 3px 0;
	margin: 0 3%;
	float: left;
	font-size: 0.875em;/* 14px */
}
.detail .waku_stock .numberbox em {
	font-size: 1.3125em;/* 21px */
}

/*== dl ==*/
.detail dl {
	padding-bottom: 1.4em;
}

.detail dl dd h4 {
	margin-bottom: 7px;
	margin-left: 5%;
	width: 92%;
	font-size: 14px;
	line-height: 1.0;
}
.detail dl dd h4 .fa-exclamation-triangle {
	margin-right: 5px;
	font-size: 14px;
}

.detail dl dd p {
	margin-bottom: 1.4em;
	margin-left: 5%;
	width: 92%;
	font-size: 13px;
}
.detail dl dd p em {
	font-size: 100%;
	font-weight: 600;
}
.detail dl dd p em:before {
	top: 1px;
}

/*== Google MAP ==*/
.detail dl dd .gmap {
	margin-bottom: 15px;
	width: 94%;
}

.detail dl dd .gmap iframe {
	height: 300px;
}

/*== markArea ==*/
.detail dl dd .markArea {
	width: 100%;
}

.detail dl dd .markArea ul.mark {
	width: auto;
	padding-left: 3.4em;
	margin-bottom: 1.4em;
}

.detail dl dd .markArea ul.mark li {
	margin-bottom: 5px;
	width: 46%;
	font-size: 13px;
}


}


/* SP */
@media all and (max-width: 649px)  {
/*---------------------------------------------------- */
/* Calendar Part */
/*---------------------------------------------------- */
/*== calendar-header ==*/
#calendar .calendar-header {
	height: 40px;
}
	
#calendar .calendar-header h3 {
	line-height: 40px;
}
	
#calendar .calendar-header .cldr-year {
	font-size: 16px;
}
#calendar .calendar-header .cldr-year > span {
	font-size: 12px;
}
#calendar .calendar-header .cldr-month {
	font-size: 28px;
	margin-left: 3px;
}
#calendar .calendar-header .cldr-month > span {
	font-size: 15px;
}
#calendar .calendar-header .cldr-day {
	font-size: 28px;
	margin-left: 3px;
}
#calendar .calendar-header .cldr-day > span {
	font-size: 15px;
}
#calendar .calendar-header .cldr-week {
	font-size: 28px;
	margin-left: 3px;
}
#calendar .calendar-header .cldr-week > span {
	font-size: 15px;
}

#calendar .calendar-header nav a {
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.fc-calendar-container {
	padding-bottom: 12px;
}

.fc-calendar {
	padding-top: 10px;
	margin: 0 3% 0 3%;
	width: 94%;
}

/*== Thead ==*/
.fc-calendar .fc-head th {
	padding: 10px 0;
}
.fc-calendar .fc-head td {
	padding: 10px 0;
}

/*== Tbody ==*/
.fc-calendar .fc-body td {
	padding: 8px 0;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.fc-calendar .fc-body td .schedule {
	margin-left: 4%;
	width: 92%;
}
.fc-calendar .fc-body td .schedule a {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	padding: 4px 6px;
	margin: 3px auto 5px auto;
	height: 80px;
}

/*== ellipsis ==*/
.fc-calendar .fc-body td .schedule a {
	position: relative;
	display: block;
}
.fc-calendar .fc-body td .schedule a .c-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 制限したい行数が2の場合 */
	overflow: hidden;
	height: 30px;
}
.fc-calendar .fc-body td .schedule a .c-stock {
	position: absolute;
	bottom: 4px;
}

/*---------------------------------------------------- */
/* ModalBox of Detail */
/*---------------------------------------------------- */
/*== Section ==*/
.detail {
	width: 100%;
	max-width: 600px;
}

/*== Date ==*/
.detail .date {
	width: 24%;
	padding: 10px 0px 10px 10px;
}
	
/*== Outline ==*/
.detail .outline {
	width: 76%;
}
	
.detail .date .year {
	font-size: 13px;
	font-weight: 300;
}
	
.detail .date .month-day {
	font-size: 24px;
}
	
.detail .date .day {
	font-size: 13px;
}
	
.detail .outline h3 {
	font-size: 15px;
}

/*== Payment ==*/
.detail .paymentArea {
	margin-bottom: 7px;
	width: 98%;
}

/*== Button ==*/
.detail .paymentArea ul {
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}

.detail .paymentArea ul li {
	margin-right: 1.5%;
	width: 46%;
	height: 20px;
	border-radius: 20px;
	font-size: 10px;
	line-height: 20px;
}

.detail .paymentArea ul li:nth-child(2) {
	margin-right: 0;
}

.detail .paymentArea ul li.pay .fa-credit-card, 
.detail .paymentArea ul li.pay .fa-wallet {
	margin-right: 4px;
}

/*== Money ==*/
.detail .paymentArea .money {
	margin: 0 auto;
	width: 98%;
}

.detail .paymentArea .money p {
	font-size: 13px;
}

.detail .paymentArea .money p em {
	margin-right: 3px;
	font-size: 160%;
}

/*== Place ==*/
.detail .outline .placeArea {
	width: 98%;
	overflow: hidden;
}

.detail .outline .placeArea .place {
	padding-left: 1em;
	margin-top: 5px;
	float: left;
	font-size: 13px;
}

.detail .outline .placeArea .place:before {
	left: 0;
	top: -1px;
}

/*== Button ==*/
.detail .outline .placeArea .btn_reservation a {
	padding: 4px 10px;
	font-size: 12px;
	float: right;
}

/*== img ==*/
.detail .imgArea {
	padding: 12px 0;
}
.detail .imgArea .photo_course {
	width: 92%;
}

/*== Stock ==*/
.detail .waku_stock {
	padding-bottom: 6px;
	overflow: hidden;
}
.detail .waku_stock .stockbox {
	padding: 3px 15px;
	margin: 0 4%;
	float: right;
	border-width: 3px;
	font-size: 0.8125em;/* 13px */
}
.detail .waku_stock .stockbox em {
	margin-left: 3px;
	font-size: 1.1875em;/* 19px */
}

/*== 講座番号 ==*/
.detail .waku_stock .numberbox {
	padding: 3px 0;
	margin: 0 4%;
	float: left;
	font-size: 0.8125em;/* 13px */
}
.detail .waku_stock .numberbox em {
	font-size: 1.1875em;/* 19px */
}

/*== dl ==*/
.detail dl {
	padding-bottom: .8em;
}

.detail dl dt {
	font-size: 13px;
	padding: 1em 18px 0;
}
	
.detail dl dd {
	font-size: 12px;
	padding: 0;
}

.detail dl dd h4 {
	margin-bottom: 7px;
	margin-left: 5%;
	width: 92%;
	font-size: 13px;
	line-height: 1.0;
}
.detail dl dd h4 .fa-exclamation-triangle {
	margin-right: 4px;
	font-size: 13px;
}

.detail dl dd p {
	margin-bottom: .8em;
	margin-left: 5%;
	width: 92%;
	font-size: 12px;
}
.detail dl dd p em {
	font-size: 100%;
	font-weight: 600;
}
.detail dl dd p em:before {
	top: 1px;
}

/*== Google MAP ==*/
.detail dl dd .gmap {
	margin-bottom: 15px;
	width: 94%;
}

.detail dl dd .gmap iframe {
	height: 260px;
}

/*== markArea ==*/
.detail dl dd .markArea {
	width: 100%;
}

.detail dl dd .markArea ul.mark {
	width: auto;
	padding-left: 3.5em;
	margin-bottom: .8em;
}

.detail dl dd .markArea ul.mark li {
	margin-bottom: 5px;
	width: 98%;
	font-size: 12px;
}


}


@media print {
/*---------------------------------------------------- */
/* ModalBox of Detail */
/*---------------------------------------------------- */
.fancybox-skin {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
	
div[id*="category-a"], div[id*="category-b"], div[id*="category-c"], div[id*="category-d"], div[id*="category-e"], div[id*="category-f"], div[id*="category-g"] {
	display: none;
}

.detail {
	width: calc(100% - 2cm)!important;
	margin-right: 1cm;
	margin-left: 1cm;
}
	
.detail .heading {
	display: table!important;
	margin-bottom: 1px;
	padding: 16px 20px 12px 20px;
	border: 1px solid #cfd3d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.detail .date {
	text-align: left;
	width: 15%;
	padding: 0;
	display: table-cell!important;
	vertical-align: middle!important;
}
	
.detail .outline {
	width: 85%;
	padding: 0 0 0 30px;
	display: table-cell!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.detail .date .year {
	font: 300 10px/1em "Lato", "Lucida Grande", Arial, sans-serif;
	color: #7a848c;
	display: block!important;
	margin-right: 0;
	margin-bottom: 5px;
}
	
.detail .date .month-day {
	font: 400 20px/1em "Lato", "Lucida Grande", Arial, sans-serif;
	color: #000;
	display: inline-block!important;
	margin-right: 3px;
}
	
.detail .date .day {
	font: 11px/1em meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
	color: #000;
	display: inline-block!important;
}
	
.detail .outline {
	color: #000;
}
	
.detail .outline h3 {
	font-size: 15px;
	margin: 0 2em 7px 0;
	display: inline-block!important;
}

/*== Payment ==*/
.detail .paymentArea {
	margin-bottom: 7px;
	width: 96%;
	display: inline-block!important;
	overflow: hidden;
}

/*== Button ==*/
.detail .paymentArea ul {
	margin-bottom: 0;
	text-align: center;
	width: 60%;
	display: inline-block!important;
	float: left;
}

.detail .paymentArea ul li {
	margin-right: 1.0%;
	width: 46%;
	height: 22px;
	border-radius: 22px;
	font-size: 11px;
	line-height: 22px;
	display: inline-block!important;
	float: left;
}

.detail .paymentArea ul li:nth-child(2) {
	margin-right: 0;
}

.detail .paymentArea ul li.pay .fa-credit-card, 
.detail .paymentArea ul li.pay .fa-wallet {
	margin-right: 4px;
	display: inline-block!important;
}

/*== Money ==*/
.detail .paymentArea .money {
	margin-top: 2px;
	display: inline-block!important;
	width: 38%;
	float: right;
}

.detail .paymentArea .money p {
	font-size: 12px;
	display: inline-block!important;
	text-align: right;
}

.detail .paymentArea .money p em {
	margin-right: 3px;
	font-size: 160%;
	display: inline-block!important;
}

/*== Place ==*/
.detail .outline .placeArea {
	width: 96%;
	display: inline-block!important;
}

.detail .outline .placeArea .place {
	padding-left: 1em;
	margin-top: 0;
	font-size: 12px;
	display: inline-block!important;
}

.detail .outline .placeArea .place:before {
	left: 0;
	top: -1px;
}

/*== Button ==*/
.detail .outline .placeArea .btn_reservation {
	display: none!important;
}

/*== img ==*/
.detail .imgArea {
	padding: 12px 0;
	margin-bottom: 5px;
	display: inline-block!important;
}
.detail .imgArea .photo_course {
	margin: 0 0 0 3%;
	width: 92%;
}

/*== Stock ==*/
.detail .waku_stock {
	padding-top: 6px;
	padding-bottom: 0;
	background-color: #fff;
	overflow: hidden;
}
.detail .waku_stock .stockbox {
	padding: 3px 15px;
	margin: 0;
	float: right;
	border-width: 3px;
	font-size: 0.8125em;/* 13px */
}
.detail .waku_stock .stockbox em {
	margin-left: 3px;
	font-size: 1.1875em;/* 19px */
	display: inline-block!important;
}

/*== 講座番号 ==*/
.detail .waku_stock .numberbox {
	padding: 3px 0;
	margin: 0;
	float: left;
	font-size: 0.8125em;/* 13px */
}
.detail .waku_stock .numberbox em {
	font-size: 1.1875em;/* 19px */
	display: inline-block!important;
}

/*== dl ==*/
.detail dl {
	margin: 0;
	padding: 0 0 .8em 0;
	background-color: #fff;
	color: #000;
}

.detail dl dt {
	font-size: 12px;
	line-height: 1em;
	letter-spacing: .3em;
	margin: 0 0 .7em;
	padding: 1em 20px 0 0;
}
	
.detail dl dt > i {
	display: inline-block!important;
}
	
.detail dl dd {
	font-size: 12px;
	padding: 0;
	border-bottom: 1px solid #a8b2b7;
}
	
.detail dl dd:last-of-type {
	border-bottom-style: none;
}

.detail dl dd h4 {
	margin-bottom: 7px;
	margin-left: 5%;
	width: 92%;
	font-size: 13px;
	line-height: 1.0;
}
.detail dl dd h4 .fa-exclamation-triangle {
	margin-right: 4px;
	font-size: 13px;
}

.detail dl dd p {
	margin-bottom: .8em;
	margin-left: 5%;
	width: 92%;
	font-size: 12px;
}
.detail dl dd p em {
	font-size: 100%;
	font-weight: 600;
}
.detail dl dd p em:before {
	top: 1px;
}

/*== Google MAP ==*/
/*.detail dl dd .gmap {
	margin-bottom: 15px;
	width: 94%;
	display: inline-block;
}

.detail dl dd .gmap iframe {
	height: 230px;
	display: inline-block;
}*/

.detail dl dd .gmap {
	padding: 0;
	margin: 0;
	height: 0;
	display: none;
}

/*== markArea ==*/
.detail dl dd .markArea {
	width: 100%;
}

.detail dl dd .markArea ul.mark {
	width: auto;
	padding-left: 2em;
	margin-bottom: .8em;
}

.detail dl dd .markArea ul.mark li {
	margin-bottom: 5px;
	width: 46%;
	font-size: 12px;
	display: inline-block!important;
}


}