
/* ////////////////////////////// page contents ////////////////////////////// */

.post-content img,
.post-content table,
.k-container p img{
	max-width: 100%;
	height: auto;
}

.post-content .mx-auto-box{
	display: table;
	margin: 0 auto;
}

.post-title{
	margin-bottom: 20px;
	line-height: 1.3em;
	font-size: 2.1em;
	font-weight: 500;
	color: #000;
}

.post-title-small{
	font-size: 1.1em;
}

.post-subtitle{
	margin-bottom: 0.3em;
	line-height: 1.3em;
	font-size: 1.6em;
	font-weight: 500;
	color:#470a68;
}

.post-subsubtitle{
	margin-bottom: 0.3em;
	line-height: 1.2em;
	font-weight: 500;
	color:#470a68;
}

.textbox-border {
  border: 1px solid #CCC;
  padding: 5px;
}

.cform-group{
	margin-bottom: 10px;
	padding: 20px 25px;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.cform-close{
	margin-bottom: -25px;
}

.k-progress{
	height: 5px;
	background-color: #b5b5b5;
}

.k-progress-bar{
	height: 100%;
	background-color: #33004B;
}

.step-cc{
	width:25px;
	height: 25px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #b5b5b5;
	border-radius: 50%;
	z-index: 9;
}

.step-cc.active{
	background-color:#E1B000;;
	border-color: #33004B;
}

.step-cc.selected{
	border-width: 3px;
}

.notice-gallery{
	width: 100%;
	padding: 10px;
	text-align: center;
}

.notice-gallery img{
	border: 1px solid #5f5f5f;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-question{
	margin-bottom: 10px;
	font-weight: 600;
}

.ct-subject-pipe{
	position: relative;
	margin-right: 0.3em;
	padding-right: 0.8em;
}

.ct-subject-pipe:after{
	position: absolute;
	content: "";
	top: 0.3em;
	right: 0;
	width: 2px;
	height: 50%;
	border-right: 2px solid #FFF;
}

.side-right .col-form-label{ text-align: center; }

/* board */

.board-tr{
	cursor: pointer;
}

.board-tr.checkalert{
	font-weight: 600;
}

.board-item-img{
	width: 100px;
	height: 100px;
	background-position: center center;
	background-size: cover;
	border: 1px solid #CCC;
}

/* homelink */

.home-links{ background-color: #470a68; padding: 17px 0; }
.home-links a{ font-size: 1.5em; color: #FFF; }
.home-links img{ height: 38px; margin-top: -24px; margin-left: 5px; }
.home-links-margin{ margin-right: 100px; }

/* foodmenu */

.foodbox{
	margin: 10px 0;
	padding: 5px 8px;
	border-top: 1px solid #cdcdcd;
}

.foodbox img{
	width: 150px;
	height: auto;
	border-radius: 5px;
}

/* schedule */
.calendar-cell{ height:60px; vertical-align: middle;}
.calendar-cell.active{ background-color: #f1f1f1; }
table .calendar-cell-week-0,
table .calendar-cell-holiday,
table .calendar-cell-holiday.calendar-cell-week-6{ color: #ff3636; }
table .calendar-cell-week-6{ color: #3589ff; }
.calendar-list-sp{ color: #3589ff; }
.calendar-list-spholiday{ color: #ff3636; }
.calendar-number{
	width: 2em;
	height: 2em;
	text-align: center;
	margin: 0 auto;
	padding-top: 0.2em;
}
.calendar-number-today{ border:1px solid #3cde00; border-radius: 50%; }

/* listblog */

.table-listblog{
	margin: 0 auto;
	min-width: 500px;
	border-top: 2px solid #CCC;
}

.table-listblog td{
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

.table-listblog td img{ height: 100px; }

.listblog-card{
	width: 100%;
	height: 100%;
	border: 1px solid #CCC;
	border-radius: 10px;
	cursor: pointer;
}

.listblog-card-image{
	width: 100%;
  background-size: cover;
  background-position: center center;
	border-radius: 10px 10px 0 0;
}

.listblog-card-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.listblog-card-body{
	width: 100%;
	padding: 8px;
	font-size: 1.2em;
	text-align: center;
}

/* ////////////////////////////// Utilitys ////////////////////////////// */

.k-center-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ////////////////////////////// Media Query ////////////////////////////// */

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 720px) {
	.post-title{ font-size: 1.8em; }
	.side-right .col-form-label{ text-align: left; }
	.calendar-cell{ height:45px; }
	.home-links{ background-color: #470a68; padding: 13px 0; }
	.home-links a{ font-size: 0.9em; }
	.home-links img{ height: 27px; margin-top: -22px; margin-left: 2px; }
	.home-links-margin{ margin-right: 20px; }
}