@charset "UTF-8";
/* css Course [detail] */

@import url("../content.css");
@import url("main.css");
@import url("form_detail.css");
@import url("talk-room.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 */
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
#gallery, #gallery2 {
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
/*== Waku ==*/
#pagetitle {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	border: solid 1px #056cb4;
	border-radius: 3px;
	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;
	-moz-box-shadow: 0 3px rgba(0, 0, 0, .08);
	box-shadow: 0 3px rgba(0, 0, 0, .08);
}

#pagetitle article {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== tag ==*/
#pagetitle article .tag {
	padding: 0;
	margin: 0;
	height: auto;
}

#pagetitle article .tag ul {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	list-style-type: none;
}

#pagetitle article .tag 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;
}

#pagetitle article .tag ul li.accepting {/* 予約受付中 */
	border: solid 2px #34c3ad;
	background-color: #34c3ad;
	color: #fff;
}

#pagetitle article .tag ul li.closed {/* 受付終了 */
	border: solid 2px #aaaaaa;
	background-color: #aaaaaa;
	color: #fff;
}

#pagetitle article .tag ul li.pay {/* 現地払い・クレジット決済 */
	border: solid 2px #34c3ad;
	background-color: #fff;
	color: #34c3ad;
}
#pagetitle article .tag ul li.pay .fa-credit-card, 
#pagetitle article .tag ul li.pay .fa-wallet {
	padding: 0;
	margin: 0;
	font-weight: 900;
	font-style: normal;
}

/*== h2 ==*/
#pagetitle article h2 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 800;
	text-align: left;
	line-height: 1.2;
}

/*== figure ==*/
#pagetitle article figure {
	padding: 0;
	margin: 0;
	height: auto;
	overflow: hidden;
}

/*== Button ==*/
#pagetitle article figure .btn_reservation a {
	padding: 0;
	margin: 0;
	height: auto;
	float: right;
	display: inline-block;
	border-radius: 3px;
	background-color: #14bfd8;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

#pagetitle article figure .btn_reservation .full {
	padding: 0;
	margin: 0;
	height: auto;
	float: right;
	display: inline-block;
	border-radius: 3px;
	background-color: #aaaaaa;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

#pagetitle article figure .btn_reservation a:hover {
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

/*== Money ==*/
#pagetitle article figure .money {
	padding: 0;
	margin: 0;
	height: auto;
	float: right;
}

#pagetitle article figure .money p {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-weight: 700;
	text-align: right;
	line-height: 1.0;
}

#pagetitle article figure p em {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_list .list_left {
	padding: 0;
	margin: 0;
	height: auto;
}

.waku_list .list_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
#imgArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
}

#imgArea figure {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 1px solid #cdcfd1;
	-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: relative;
	overflow: hidden;
}

#imgArea figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
	position: relative;
	overflow: hidden;
	-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-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#imgArea figure figcaption {
	width: 100%;
}

/*== obi ==*/
#imgArea figure figcaption .obi {
	color: #fff;
	line-height: 1;
	text-align: center;
	min-width: 90px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-ms-border-radius: 0 0 4px 0;
	-o-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== obi ==*/
.cate01 {
	background-color: rgba(255, 128, 33, .85);/* Orange | 市民活動センター */
}
.cate02 {
	background-color: rgba(2, 137, 217, .85);/* Blue | 本町コミュニティセンター */
}
.cate03 {
	background-color: rgba(12, 147, 86, .85);/* Green | コミュニティふれあいセンター */
}
.cate04 {
	background-color: rgba(250, 94, 144, .85);/* Pink */
}
.cate05 {
	background-color: rgba(206, 182, 29, .85);/* Yellow | その他 */
}

/*== a:links ==*/
#imgArea figure a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#imgArea figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}

#imgArea figure a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 12px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#imgArea figure a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}

#imgArea figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*---------------------------------------------------- */
/* Story */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea {
	padding: 0;
	margin: 0 auto;
	margin-bottom: 5px;
	height: auto;
	background-color: #fff;
	border-right: 1px solid #cdcfd1;
	border-left: 1px solid #cdcfd1;
	border-bottom: 1px solid #cdcfd1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-box-shadow: 0 3px rgba(0, 0, 0, .08);
	box-shadow: 0 3px rgba(0, 0, 0, .08);
}

#storyArea .storybox {
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.storybox .moji_story {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.storybox .moji_story p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.8;
}

/*---------------------------------------------------- */
/* intro */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea .waku_intro {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#storyArea .waku_intro .waku_number {
	padding: 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 3px solid #cdcfd1;
}

/*== 講座番号 ==*/
.waku_intro .waku_number .numberbox {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	float: left;
}
.waku_intro .waku_number .numberbox em {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
}

/*== Date ==*/
.waku_intro .waku_number .date {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 500;
	text-align: right;
	line-height: 1.0;
	float: right;
}

/*== Stock ==*/
.waku_intro .waku_stock {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_intro .waku_stock .stockbox {
	padding: 0;
	margin: 0;
	height: auto;
	border-radius: 2px;
	border: solid 2px #f6b300;
	-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;
}
.waku_intro .waku_stock .stockbox em {
	padding: 0;
	margin: 0;
	color: #f5a701;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
}

/*== P ==*/
.waku_intro .moji_intro {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_intro .moji_intro p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.7;
}

/*== Mark ==*/
.waku_intro .markArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_intro .markArea ul.mark {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.waku_intro .markArea ul.mark li {
	padding: 0;
	margin: 0;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	border-radius: 2px;
	border: solid 2px #48a2d8;
	-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: #48a2d8;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.haco_summary table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	background-color: #fff;
}

.haco_summary table tr:nth-child(2n) {
	background-color: #f9fbfc;
}

.haco_summary table th {
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #dcdcdc;
}

.haco_summary table td {
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #dcdcdc;
}

.haco_summary table th h4 {
	padding: 0;
	font-weight: 600;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
	word-break: break-all;
}

.haco_summary table th h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #1d9ad1;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.haco_summary table th h4.warn:before {
	padding: 0;
	margin: 0;
	display: none;
}

.haco_summary table th h4 .fa-exclamation-triangle {
	padding: 0;
	margin: 0;
	color: #f7c103;
	font-weight: 900;
	font-style: normal;
}

.haco_summary table td p {
	padding: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
	word-break: break-all;
}
.haco_summary table td p a {
	font-weight: 600;
	text-decoration: underline;
}
.haco_summary table td p a:hover {
	text-decoration: underline;
}
.haco_summary table td p em {
	font-weight: 500;
	font-style: normal;
	color: #2d2e2f;
}
.haco_summary table td p em:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 1px;
	color: #f7c103;
	margin-right: 5px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Reservation ==*/
.storybox .waku_btn {
	padding: 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.storybox .waku_btn .btn_reservation a {
	padding: 0;
	margin: 0;
	height: auto;
	float: right;
	display: inline-block;
	border-radius: 3px;
	background-color: #14bfd8;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.storybox .waku_btn .btn_reservation .full {
	padding: 0;
	margin: 0;
	height: auto;
	float: right;
	display: inline-block;
	border-radius: 3px;
	background-color: #aaaaaa;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.storybox .waku_btn .btn_reservation a:hover {
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.storybox .waku_photo {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}

.storybox .waku_photo .photobox {
	height: auto;
	display:inline-block;
    *display:inline;
    *zoom:1;
	vertical-align: top;
}

/*== img ==*/
.storybox .waku_photo .photobox .photo_story {
	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;
	position: relative;
	overflow: hidden;
}

.storybox .waku_photo .photobox .photo_story img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-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-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== a:links ==*/
.storybox .waku_photo .photobox .photo_story a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.storybox .waku_photo .photobox .photo_story a:hover {
	background-color: rgba(0, 0, 0, .5);
}

.storybox .waku_photo .photobox .photo_story a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 12px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.storybox .waku_photo .photobox .photo_story a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}

.storybox .waku_photo .photobox .photo_story:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*== h5 ==*/
.storybox .waku_photo .photobox .photo-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.storybox .waku_photo .photobox .photo-title h5 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 500;
	text-align: left;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
/*== Map ==*/
.storybox .waku_map {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.storybox .waku_map .photo_map {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.storybox .waku_map .photo_map iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== P ==*/
.storybox .waku_map .moji_map {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.storybox .waku_map .moji_map p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: right;
	line-height: 1.8;
}

/*---------------------------------------------------- */
/* side-bar */
/*---------------------------------------------------- */
/*== Waku ==*/
#side-bar {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h3 ==*/
#side-bar h3 {
	margin: 0;
	color: #fff;
	font-family: "Open Sans", "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	width: 100%;
	background-color: #0567b3;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== Navi ==*/
#side-bar .sidenavi {
	width: 100%;
	background-color: #fff;
	border: 1px solid #cdcfd1;
	border-top-style: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-box-shadow: 0 2px rgba(0, 0, 0, .08);
	box-shadow: 0 2px rgba(0, 0, 0, .08);
}

#side-bar .sidenavi > div {
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #cdcfd1;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: row; 
	flex-direction: row;
	//-webkit-justify-content: center; 
	//justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#side-bar .sidenavi > div:last-child {
	border-bottom-style: none;
}

/*== a:links ==*/
#side-bar .sidenavi > div > a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#side-bar .sidenavi > div > a:hover {
	background-color: rgba(0, 14, 53, .07);
}

#side-bar .sidenavi > div > a:before {
	content: "\f064";
	font: 18px/32px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 8px;
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 16.5%;
	-webkit-transform: translate(-50%, 0%); 
	transform: translate(-50%, 0%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#side-bar .sidenavi > div > a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}

/*---------------------------------------------------- */
/* Category */
/*---------------------------------------------------- */
/*== Navi ==*/
#categoryList ul li {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	width: 100%;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	border-bottom: 1px solid #cdcfd1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#categoryList ul li a {
	color: #3d3e3f;
	width: 100%;
	height: 100%;
	display: block;
	-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-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#categoryList ul li a:hover {
	color: #00459a;
	background-color: rgba(0, 14, 53, .07);
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
/*== Waku ==*/
#pagetitle {
	padding: 20px 0;
	margin-bottom: 35px;
	width: 100%;
}

#pagetitle article {
	width: 94%;
}

/*== tag ==*/
#pagetitle article .tag {
	margin-bottom: 12px;
	width: 100%;
}

#pagetitle article .tag ul li {
	padding: 0 34px;
	margin-right: 6px;
	height: 28px;
	border-radius: 28px;
	font-size: 15px;
	line-height: 30px;
}

#pagetitle article .tag ul li:nth-child(2) {
	margin-right: 0;
}

#pagetitle article .tag ul li.pay .fa-credit-card, 
#pagetitle article .tag ul li.pay .fa-wallet {
	margin-right: 6px;
}

/*== h2 ==*/
#pagetitle article h2 {
	margin-bottom: 10px;
	font-size: 26px;
}

/*== figure ==*/
#pagetitle article figure {
	width: 100%;
}

/*== Button ==*/
#pagetitle article figure .btn_reservation a {
	padding: 10px 25px;
	font-size: 1em;/* 16px */
}
	
#pagetitle article figure .btn_reservation .full {
	padding: 10px 25px;
	font-size: 1em;/* 16px */
}

/*== Money ==*/
#pagetitle article figure .money {
	margin-top: 8px;
	margin-right: 15px;
}

#pagetitle article figure .money p {
	font-size: 1em;/* 16px */
}

#pagetitle article figure .money p em {
	margin-right: 4px;
	font-size: 180%;
}

/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 98%;
	overflow: hidden;
}

.waku_list .list_left {
	width: 75%;
	float: left;
}

.waku_list .list_right {
	width: 22%;
	float: right;
}

/*== img ==*/
#imgArea {
	width: 100%;
}

#imgArea figure {
	height: auto;
}

/*== obi ==*/
#imgArea figure figcaption .obi {
	font-size: 15px;
	padding: 12px 18px;
}

/*---------------------------------------------------- */
/* Story */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea {
	padding-top: 30px;
	padding-bottom: 35px;
	width: 100%;
}

#storyArea .storybox {
	padding: 30px 0;
	width: 90%;
}

#storyArea .storybox:last-child {
	padding-bottom: 0;
}

/*== P ==*/
.storybox .moji_story {
	width: 100%;
}

.storybox .moji_story p {
	font-size: 1em;/* 16px */
}

/*---------------------------------------------------- */
/* intro */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea .waku_intro {
	padding-bottom: 30px;
	width: 90%;
}
#storyArea .waku_intro .waku_number {
	padding-bottom: 2px;
	margin-bottom: 15px;
	width: 100%;
}

/*== 講座番号 ==*/
.waku_intro .waku_number .numberbox {
	margin-left: 5px;
	font-size: 0.9375em;/* 15px */
}
.waku_intro .waku_number .numberbox em {
	font-size: 1.4375em;/* 23px */
}

/*== Date ==*/
.waku_intro .waku_number .date {
	margin-top: 9px;
	margin-right: 5px;
	font-size: 1em;/* 16px */
}

/*== Stock ==*/
.waku_intro .waku_stock {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.waku_intro .waku_stock .stockbox {
	padding: 4px 20px;
	margin: 0 1%;
	float: right;
	border-width: 3px;
	font-size: 0.9375em;/* 15px */
}
.waku_intro .waku_stock .stockbox em {
	margin-left: 5px;
	font-size: 1.4375em;/* 23px */
}

/*== P ==*/
.waku_intro .moji_intro {
	width: 100%;
}
.waku_intro .moji_intro p {
	font-size: 1.0625em;/* 17px */
}

/*== Mark ==*/
.waku_intro .markArea {
	margin-bottom: 15px;
	width: 100%;
}

.waku_intro .markArea ul.mark {
	width: 100%;
	overflow: hidden;
}

.waku_intro .markArea ul.mark li {
	margin: 0 1%;
	width: 30%;
	height: 30px;
	font-size: 0.875em;/* 14px */
	line-height: 30px;
	float: right;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	width: 98%;
}

.haco_summary table th {
	padding: 12px 0;
	width: 25%;
}

.haco_summary table td {
	padding: 12px 0;
	width: 75%;
}

.haco_summary table th h4 {
	margin: 0 16px 0 16px;
	font-size: 1.125em;/* 18px */
}

.haco_summary table th h4 .fa-exclamation-triangle {
	margin-left: -4px;
	margin-right: 8px;
	font-size: 1em;/* 16px */
}

.haco_summary table td p {
	margin: 0 16px 0 16px;
	font-size: 1.125em;/* 18px */
}
.haco_summary table td p em {
	font-size: 100%;
	font-weight: 600;
}
.haco_summary table td p em:before {
	top: 1px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Reservation ==*/
.storybox .waku_btn {
	width: 98%;
}

.storybox .waku_btn .btn_reservation a {
	padding: 10px 25px;
	margin-top: 12px;
	font-size: 1em;/* 16px */
}
	
.storybox .waku_btn .btn_reservation .full {
	padding: 10px 25px;
	margin-top: 12px;
	font-size: 1em;/* 16px */
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.storybox .waku_photo {
	padding-bottom: 0;
	width: 100%;
}

.storybox .waku_photo .photobox {
	padding: 0;
	margin: 0 1% 15px 1%;
	width: 47%;
}

/*== img ==*/
.storybox .waku_photo .photobox .photo_story {
	width: 100%;
	height: 220px;
	max-height: 220px;
}

/*== h5 ==*/
.storybox .waku_photo .photobox .photo-title {
	padding-top: 10px;
	width: 98%;
}

.storybox .waku_photo .photobox .photo-title h5 {
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
/*== Map ==*/
.storybox .waku_map {
	padding-bottom: 15px;
	width: 98%;
}

.storybox .waku_map .photo_map {
	padding-bottom: 12px;
	width: 100%;
}

.storybox .waku_map .photo_map iframe {
	height: 450px;
}

/*== P ==*/
.storybox .waku_map .moji_map {
	width: 98%;
}

.storybox .waku_map .moji_map p {
	font-size: 1em;/* 16px */
}

/*---------------------------------------------------- */
/* side-bar */
/*---------------------------------------------------- */
#side-bar {
	width: 100%;
}

#side-bar > div {
	margin-bottom: 40px;
}

#side-bar > div:last-child {
	margin-bottom: 0;
}

/*== h3 ==*/
#side-bar h3 {
	padding: 12px 20px;
	font-size: 1.125em;/* 18px */
}

/*---------------------------------------------------- */
/* Category */
/*---------------------------------------------------- */
/*== Navi ==*/
#categoryList ul li {
	font-size: 0.9375em;/* 15px */
}

#categoryList ul li:last-child {
	border-bottom-style: none;
}

#categoryList ul li a {
	padding: 15px 20px;
}



}


/* Tablet */
@media only screen and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
/*== Waku ==*/
#pagetitle {
	padding: 17px 0;
	margin-bottom: 30px;
	width: 100%;
}

#pagetitle article {
	width: 94%;
}

/*== tag ==*/
#pagetitle article .tag {
	margin-bottom: 10px;
	width: 100%;
}

#pagetitle article .tag ul li {
	padding: 0 28px;
	margin-right: 4px;
	height: 26px;
	border-radius: 26px;
	font-size: 14px;
	line-height: 27px;
}

#pagetitle article .tag ul li:nth-child(2) {
	margin-right: 0;
}

#pagetitle article .tag ul li.pay .fa-credit-card, 
#pagetitle article .tag ul li.pay .fa-wallet {
	margin-right: 4px;
}

/*== h2 ==*/
#pagetitle article h2 {
	margin-bottom: 8px;
	font-size: 24px;
}

/*== figure ==*/
#pagetitle article figure {
	width: 100%;
}

/*== Button ==*/
#pagetitle article figure .btn_reservation a {
	padding: 8px 21px;
	font-size: 0.9375em;/* 15px */
}
	
#pagetitle article figure .btn_reservation .full {
	padding: 8px 21px;
	font-size: 0.9375em;/* 15px */
}

/*== Money ==*/
#pagetitle article figure .money {
	margin-top: 6px;
	margin-right: 12px;
}

#pagetitle article figure .money p {
	font-size: 0.9375em;/* 15px */
}

#pagetitle article figure .money p em {
	margin-right: 3px;
	font-size: 180%;
}

/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 97%;
	overflow: hidden;
}

.waku_list .list_left {
	width: 70%;
	float: left;
}

.waku_list .list_right {
	width: 28%;
	float: right;
}

/*== img ==*/
#imgArea {
	width: 100%;
}

#imgArea figure {
	height: auto;
}

/*== obi ==*/
#imgArea figure figcaption .obi {
	font-size: 14px;
	padding: 10px 16px;
}

/*---------------------------------------------------- */
/* Story */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea {
	padding-top: 30px;
	padding-bottom: 40px;
	width: 100%;
}

#storyArea .storybox {
	padding: 25px 0;
	width: 90%;
}

#storyArea .storybox:last-child {
	padding-bottom: 0;
}

/*== P ==*/
.storybox .moji_story {
	width: 100%;
}

.storybox .moji_story p {
	font-size: 0.9375em;/* 15px */
}

/*---------------------------------------------------- */
/* intro */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea .waku_intro {
	padding-bottom: 30px;
	width: 90%;
}
#storyArea .waku_intro .waku_number {
	padding-bottom: 2px;
	margin-bottom: 12px;
	width: 100%;
}

/*== 講座番号 ==*/
.waku_intro .waku_number .numberbox {
	margin-left: 4px;
	font-size: 0.875em;/* 14px */
}
.waku_intro .waku_number .numberbox em {
	font-size: 1.3125em;/* 21px */
}

/*== Date ==*/
.waku_intro .waku_number .date {
	margin-top: 7px;
	margin-right: 4px;
	font-size: 0.9375em;/* 15px */
}

/*== Stock ==*/
.waku_intro .waku_stock {
	margin-bottom: 12px;
	width: 100%;
	overflow: hidden;
}
.waku_intro .waku_stock .stockbox {
	padding: 3px 17px;
	margin: 0 0.8%;
	float: right;
	border-width: 3px;
	font-size: 0.875em;/* 14px */
}
.waku_intro .waku_stock .stockbox em {
	margin-left: 4px;
	font-size: 1.3125em;/* 21px */
}

/*== P ==*/
.waku_intro .moji_intro {
	width: 100%;
}
.waku_intro .moji_intro p {
	font-size: 1em;/* 16px */
}

/*== Mark ==*/
.waku_intro .markArea {
	margin-bottom: 12px;
	width: 100%;
}

.waku_intro .markArea ul.mark {
	width: 100%;
	overflow: hidden;
}

.waku_intro .markArea ul.mark li {
	margin: 0 0.8% 4px 0.8%;
	width: 47%;
	height: 26px;
	font-size: 0.8125em;/* 13px */
	line-height: 26px;
	float: right;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	width: 98%;
}

.haco_summary table th {
	padding: 10px 0;
	width: 26%;
}

.haco_summary table td {
	padding: 10px 0;
	width: 74%;
}

.haco_summary table th h4 {
	margin: 0 14px 0 14px;
	font-size: 1em;/* 16px */
}

.haco_summary table th h4 .fa-exclamation-triangle {
	margin-left: -4px;
	margin-right: 8px;
	font-size: 0.9375em;/* 15px */
}

.haco_summary table td p {
	margin: 0 14px 0 14px;
	font-size: 1em;/* 16px */
}
.haco_summary table td p em {
	font-size: 100%;
	font-weight: 600;
}
.haco_summary table td p em:before {
	top: 1px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Reservation ==*/
.storybox .waku_btn {
	width: 98%;
}

.storybox .waku_btn .btn_reservation a {
	padding: 10px 25px;
	margin-top: 12px;
	font-size: 0.9375em;/* 15px */
}
	
.storybox .waku_btn .btn_reservation .full {
	padding: 10px 25px;
	margin-top: 12px;
	font-size: 0.9375em;/* 15px */
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.storybox .waku_photo {
	padding-bottom: 0;
	width: 100%;
}

.storybox .waku_photo .photobox {
	padding: 0;
	margin: 0 0.7% 12px 0.7%;
	width: 47.4%;
}

/*== img ==*/
.storybox .waku_photo .photobox .photo_story {
	width: 100%;
	height: 220px;
	max-height: 220px;
}

/*== h5 ==*/
.storybox .waku_photo .photobox .photo-title {
	padding-top: 10px;
	width: 98%;
}

.storybox .waku_photo .photobox .photo-title h5 {
	font-size: 0.8125em;/* 13px */
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
/*== Map ==*/
.storybox .waku_map {
	padding-bottom: 15px;
	width: 98%;
}

.storybox .waku_map .photo_map {
	padding-bottom: 12px;
	width: 100%;
}

.storybox .waku_map .photo_map iframe {
	height: 350px;
}

/*== P ==*/
.storybox .waku_map .moji_map {
	width: 98%;
}

.storybox .waku_map .moji_map p {
	font-size: 0.9375em;/* 15px */
}

/*---------------------------------------------------- */
/* side-bar */
/*---------------------------------------------------- */
#side-bar {
	width: 100%;
}

#side-bar > div {
	margin-bottom: 35px;
}

#side-bar > div:last-child {
	margin-bottom: 0;
}

/*== h3 ==*/
#side-bar h3 {
	padding: 11px 17px;
	font-size: 1em;/* 16px */
}

/*---------------------------------------------------- */
/* Category */
/*---------------------------------------------------- */
/*== Navi ==*/
#categoryList ul li {
	font-size: 14px;
}

#categoryList ul li:last-child {
	border-bottom-style: none;
}

#categoryList ul li a {
	padding: 12px 18px;
}


}


/* SP */
@media only screen and (max-width: 599px)  {
/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
/*== Waku ==*/
#pagetitle {
	padding: 15px 0;
	margin-bottom: 15px;
	width: 96%;
}

#pagetitle article {
	width: 92%;
}

/*== tag ==*/
#pagetitle article .tag {
	margin-bottom: 8px;
	width: 100%;
}

#pagetitle article .tag ul li {
	padding: 0 16px;
	margin-right: 4px;
	height: 24px;
	border-radius: 24px;
	font-size: 0.75em;/* 12px */
	line-height: 24px;
}

#pagetitle article .tag ul li:nth-child(2) {
	margin-right: 0;
}

#pagetitle article .tag ul li.pay .fa-credit-card, 
#pagetitle article .tag ul li.pay .fa-wallet {
	margin-right: 4px;
}

/*== h2 ==*/
#pagetitle article h2 {
	margin-bottom: 6px;
	font-size: 1.25em;/* 20px */
}

/*== figure ==*/
#pagetitle article figure {
	width: 100%;
}

/*== Button ==*/
#pagetitle article figure .btn_reservation a {
	padding: 8px 18px;
	font-size: 0.875em;/* 14px */
}
	
#pagetitle article figure .btn_reservation .full {
	padding: 8px 18px;
	font-size: 0.875em;/* 14px */
}

/*== Money ==*/
#pagetitle article figure .money {
	margin-top: 6px;
	margin-right: 10px;
}

#pagetitle article figure .money p {
	font-size: 0.875em;/* 14px */
}


#pagetitle article figure .money p em {
	margin-right: 3px;
	font-size: 180%;
}

/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 96%;
}

.waku_list .list_left {
	margin: 0 auto;
	width: 100%;
	display: block;
}

.waku_list .list_right {
	padding-bottom: 15px;
	margin: 0 auto;
	width: 100%;
	display: block;
}

/*== img ==*/
#imgArea {
	width: 100%;
}

#imgArea figure {
	height: auto;
}

/*== obi ==*/
#imgArea figure figcaption .obi {
	font-size: 13px;
	padding: 8px 14px;
}

/*---------------------------------------------------- */
/* Story */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea {
	padding-top: 25px;
	padding-bottom: 30px;
	width: 100%;
}

/*== storybox ==*/
#storyArea .storybox {
	padding: 25px 0;
	width: 90%;
}

#storyArea .storybox:last-child {
	padding-bottom: 0;
}

/*== P ==*/
.storybox .moji_story {
	width: 100%;
}

.storybox .moji_story p {
	font-size: 0.9375em;/* 15px */
}

/*---------------------------------------------------- */
/* intro */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea .waku_intro {
	padding-bottom: 25px;
	width: 90%;
}
#storyArea .waku_intro .waku_number {
	padding-bottom: 1px;
	margin-bottom: 10px;
	width: 100%;
}

/*== 講座番号 ==*/
.waku_intro .waku_number .numberbox {
	margin-left: 3px;
	font-size: 0.8125em;/* 13px */
}
.waku_intro .waku_number .numberbox em {
	font-size: 1.1875em;/* 19px */
}

/*== Date ==*/
.waku_intro .waku_number .date {
	margin-top: 4px;
	margin-right: 3px;
	font-size: 0.9375em;/* 15px */
}

/*== Stock ==*/
.waku_intro .waku_stock {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.waku_intro .waku_stock .stockbox {
	padding: 3px 17px;
	margin: 0 0.8%;
	float: right;
	border-width: 2px;
	font-size: 0.8125em;/* 13px */
}
.waku_intro .waku_stock .stockbox em {
	margin-left: 3px;
	font-size: 1.1875em;/* 19px */
}

/*== P ==*/
.waku_intro .moji_intro {
	width: 100%;
}
.waku_intro .moji_intro p {
	font-size: 0.9375em;/* 15px */
}

/*== Mark ==*/
.waku_intro .markArea {
	margin-bottom: 12px;
	width: 100%;
}

.waku_intro .markArea ul.mark {
	width: 100%;
	overflow: hidden;
}

.waku_intro .markArea ul.mark li {
	margin: 0 0.8% 4px 0.8%;
	width: 47%;
	height: 26px;
	font-size: 0.8125em;/* 13px */
	line-height: 26px;
	float: right;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	padding-top: 5px;
	width: 96%;
}

.haco_summary table {
	border-top: solid 1px #dcdcdc;
}

.haco_summary table th {
	padding: 10px 0 5px 0;
	width: 100%;
	display: block;
	border-bottom: none;
}

.haco_summary table td {
	padding: 0 0 10px 0;
	width: 100%;
	display: block;
}

.haco_summary table th h4 {
	margin: 0 14px 0 14px;
	font-size: 1em;/* 16px */
	font-weight: 600;
	line-height: 1.0;
}

.haco_summary table th h4 .fa-exclamation-triangle {
	margin-left: -2px;
	margin-right: 6px;
	font-size: 0.9375em;/* 15px */
}

.haco_summary table td p {
	margin: 0 14px 0 14px;
	font-size: 0.9375em;/* 15px */
}
.haco_summary table td p em {
	font-size: 100%;
	font-weight: 600;
}
.haco_summary table td p em:before {
	top: 1px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Reservation ==*/
.storybox .waku_btn {
	width: 98%;
}

.storybox .waku_btn .btn_reservation a {
	padding: 10px 25px;
	margin-top: 12px;
	font-size: 0.875em;/* 14px */
}
	
.storybox .waku_btn .btn_reservation .full {
	padding: 10px 25px;
	margin-top: 12px;
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.storybox .waku_photo {
	padding-bottom: 0;
	width: 100%;
}

.storybox .waku_photo .photobox {
	padding: 0;
	margin: 0 0.5% 10px 0.5%;
	width: 48%;
}

/*== img ==*/
.storybox .waku_photo .photobox .photo_story {
	width: 100%;
	height: 180px;
	max-height: 180px;
}

/*== h5 ==*/
.storybox .waku_photo .photobox .photo-title {
	padding-top: 8px;
	width: 98%;
}

.storybox .waku_photo .photobox .photo-title h5 {
	font-size: 0.75em;/* 12px */
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
/*== Map ==*/
.storybox .waku_map {
	padding-bottom: 12px;
	width: 98%;
}

.storybox .waku_map .photo_map {
	padding-bottom: 10px;
	width: 100%;
}

.storybox .waku_map .photo_map iframe {
	height: 250px;
}

/*== P ==*/
.storybox .waku_map .moji_map {
	width: 98%;
}

.storybox .waku_map .moji_map p {
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* side-bar */
/*---------------------------------------------------- */
#side-bar {
	width: 100%;
}

#side-bar > div {
	margin-bottom: 30px;
}

#side-bar > div:last-child {
	margin-bottom: 0;
}

/*== h3 ==*/
#side-bar h3 {
	padding: 6px 15px;
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* Category */
/*---------------------------------------------------- */
/*== Navi ==*/
#categoryList ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 40px;
}

#categoryList ul li {
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	background-color: #fff;
	border: 1px solid #cdcfd1;
	border-left-style: none;
	-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-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	font-size: 0.875em;/* 14px */
	line-height: 40px;
	min-height: 40px;
	width: calc(100% / 6);
}

#categoryList ul li:first-child {
	border-left-style: solid;
	-webkit-border-radius: 0 0 0 3px;
	-ms-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
}

#categoryList ul li:last-child {
	-webkit-border-radius: 0 0 3px 0;
	-ms-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
}

#categoryList ul li:hover {
	background-color: #e5f6fc;
}

#categoryList ul li.active {
	background-color: #0080cc;
}

#categoryList ul li a {
	line-height: 1.3em;
	text-align: center;
	white-space: wrap;
	display: block;
	outline: none;
	font-weight: 600;
	text-decoration: none;
	color: #2d2e2f;
	width: 100%;
	padding: .5em 7px;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

#categoryList ul li:hover a {
	color: #0080cc;
}

#categoryList ul li.active a {
	color: #fff;
}


}


@media print {
/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
#gallery, #gallery2 {
	padding: 0;
	margin: 0;
	display: inline-block;
}

/*---------------------------------------------------- */
/* h2 */
/*---------------------------------------------------- */
/*== Waku ==*/
#pagetitle {
	padding: 15px 0;
	margin-bottom: 15px;
	width: 96%;
}

#pagetitle article {
	width: 92%;
}

/*== tag ==*/
#pagetitle article .tag {
	margin-bottom: 8px;
	width: 100%;
}

#pagetitle article .tag ul li {
	padding: 0 16px;
	margin-right: 4px;
	height: 24px;
	border-radius: 24px;
	font-size: 0.75em;/* 12px */
	line-height: 24px;
}

#pagetitle article .tag ul li:nth-child(2) {
	margin-right: 0;
}

#pagetitle article .tag ul li.pay .fa-credit-card, 
#pagetitle article .tag ul li.pay .fa-wallet {
	margin-right: 4px;
}

/*== h2 ==*/
#pagetitle article h2 {
	margin-bottom: 6px;
	font-size: 1.25em;/* 20px */
}

/*== figure ==*/
#pagetitle article figure {
	width: 100%;
}

/*== Button ==*/
#pagetitle article figure .btn_reservation a {
	padding: 8px 18px;
	font-size: 0.875em;/* 14px */
}
	
#pagetitle article figure .btn_reservation .full {
	padding: 8px 18px;
	font-size: 0.875em;/* 14px */
}

/*== Money ==*/
#pagetitle article figure .money {
	margin-top: 6px;
	margin-right: 10px;
}

#pagetitle article figure .money p {
	font-size: 0.875em;/* 14px */
}

#pagetitle article figure .money p em {
	margin-right: 3px;
	font-size: 180%;
}

/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 96%;
}

.waku_list .list_left {
	margin: 0 auto;
	width: 100%;
	display: block;
}

.waku_list .list_right {
	padding-bottom: 15px;
	margin: 0 auto;
	width: 100%;
	display: block;
	display: none;
}

/*== img ==*/
#imgArea {
	width: 100%;
}

#imgArea figure {
	height: auto;
}

/*== obi ==*/
#imgArea figure figcaption .obi {
	font-size: 13px;
	padding: 8px 14px;
}

/*---------------------------------------------------- */
/* Story */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea {
	padding-top: 25px;
	padding-bottom: 30px;
	width: 100%;
}

/*== storybox ==*/
#storyArea .storybox {
	padding: 25px 0;
	width: 90%;
}

#storyArea .storybox:last-child {
	padding-bottom: 0;
}

/*== P ==*/
.storybox .moji_story {
	width: 100%;
}

.storybox .moji_story p {
	font-size: 0.9375em;/* 15px */
}

/*---------------------------------------------------- */
/* intro */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea .waku_intro {
	padding-bottom: 25px;
	width: 90%;
}
#storyArea .waku_intro .waku_number {
	padding-bottom: 1px;
	margin-bottom: 10px;
	width: 100%;
}

/*== 講座番号 ==*/
.waku_intro .waku_number .numberbox {
	margin-left: 3px;
	font-size: 0.8125em;/* 13px */
}
.waku_intro .waku_number .numberbox em {
	font-size: 1.1875em;/* 19px */
}

/*== Date ==*/
.waku_intro .waku_number .date {
	margin-top: 4px;
	margin-right: 3px;
	font-size: 0.9375em;/* 15px */
}

/*== Stock ==*/
.waku_intro .waku_stock {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.waku_intro .waku_stock .stockbox {
	padding: 3px 17px;
	margin: 0 0.8%;
	float: right;
	border-width: 2px;
	font-size: 0.8125em;/* 13px */
}
.waku_intro .waku_stock .stockbox em {
	margin-left: 3px;
	font-size: 1.1875em;/* 19px */
}

/*== P ==*/
.waku_intro .moji_intro {
	width: 100%;
}
.waku_intro .moji_intro p {
	font-size: 0.9375em;/* 15px */
}

/*== Mark ==*/
.waku_intro .markArea {
	margin-bottom: 12px;
	width: 100%;
}

.waku_intro .markArea ul.mark {
	width: 100%;
	overflow: hidden;
}

.waku_intro .markArea ul.mark li {
	margin: 0 0.8% 4px 0.8%;
	width: 47%;
	height: 26px;
	font-size: 0.8125em;/* 13px */
	line-height: 26px;
	float: right;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	padding-top: 5px;
	width: 96%;
}

.haco_summary table {
	border-top: solid 1px #dcdcdc;
}

.haco_summary table th {
	padding: 10px 0 5px 0;
	width: 100%;
	display: block;
	border-bottom: none;
}

.haco_summary table td {
	padding: 0 0 10px 0;
	width: 100%;
	display: block;
}

.haco_summary table th h4 {
	margin: 0 14px 0 14px;
	font-size: 1em;/* 16px */
	font-weight: 600;
	line-height: 1.0;
}

.haco_summary table th h4 .fa-exclamation-triangle {
	margin-left: -2px;
	margin-right: 6px;
	font-size: 0.9375em;/* 15px */
}

.haco_summary table td p {
	margin: 0 14px 0 14px;
	font-size: 0.9375em;/* 15px */
}
.haco_summary table td p em {
	font-size: 100%;
	font-weight: 600;
}
.haco_summary table td p em:before {
	top: 1px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
/*== Reservation ==*/
.storybox .waku_btn {
	width: 98%;
	display: none;
}

.storybox .waku_btn .btn_reservation a {
	padding: 10px 25px;
	margin-top: 12px;
	font-size: 0.875em;/* 14px */
}
	
.storybox .waku_btn .btn_reservation .full {
	padding: 10px 25px;
	margin-top: 12px;
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* Gallery */
/*---------------------------------------------------- */
/*== Waku ==*/
.storybox .waku_photo {
	padding-bottom: 0;
	width: 100%;
	display: inline-block;
}

.storybox .waku_photo .photobox {
	padding: 0;
	margin: 0 0.8% 10px 0.8%;
	width: 47%;
}

/*== img ==*/
.storybox .waku_photo .photobox .photo_story {
	width: 100%;
	height: 170px;
	max-height: 170px;
}

/*== h5 ==*/
.storybox .waku_photo .photobox .photo-title {
	padding-top: 8px;
	width: 98%;
}

.storybox .waku_photo .photobox .photo-title h5 {
	font-size: 0.75em;/* 12px */
}

/*---------------------------------------------------- */
/* Access */
/*---------------------------------------------------- */
/*== Map ==*/
.storybox .waku_map {
	padding-bottom: 12px;
	width: 98%;
}

.storybox .waku_map .photo_map {
	padding-bottom: 10px;
	width: 100%;
}

.storybox .waku_map .photo_map iframe {
	height: 250px;
}

/*== P ==*/
.storybox .waku_map .moji_map {
	width: 98%;
}

.storybox .waku_map .moji_map p {
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* side-bar */
/*---------------------------------------------------- */
#side-bar {
	width: 100%;
	display: none;
}

#side-bar > div {
	margin-bottom: 30px;
}

#side-bar > div:last-child {
	margin-bottom: 0;
}

/*== h3 ==*/
#side-bar h3 {
	padding: 6px 15px;
	font-size: 0.875em;/* 14px */
}

/*---------------------------------------------------- */
/* Category */
/*---------------------------------------------------- */
/*== Navi ==*/
#categoryList ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-flex-direction: row; 
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 40px;
}

#categoryList ul li {
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	background-color: #fff;
	border: 1px solid #cdcfd1;
	border-left-style: none;
	-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-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	font-size: 0.875em;/* 14px */
	line-height: 40px;
	min-height: 40px;
	width: calc(100% / 6);
}

#categoryList ul li:first-child {
	border-left-style: solid;
	-webkit-border-radius: 0 0 0 3px;
	-ms-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
}

#categoryList ul li:last-child {
	-webkit-border-radius: 0 0 3px 0;
	-ms-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
}

#categoryList ul li:hover {
	background-color: #e5f6fc;
}

#categoryList ul li.active {
	background-color: #0080cc;
}

#categoryList ul li a {
	line-height: 1.3em;
	text-align: center;
	white-space: wrap;
	display: block;
	outline: none;
	font-weight: 600;
	text-decoration: none;
	color: #2d2e2f;
	width: 100%;
	padding: .5em 7px;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
}

#categoryList ul li:hover a {
	color: #0080cc;
}

#categoryList ul li.active a {
	color: #fff;
}



}