@charset "UTF-8";



/* 汎用
================================================== */
.contentsBox {
	margin: 0 20px;
	font-size: 108%;
	line-height: 1.8;
}
.contentsBox header {
	margin-bottom: 40px;
	font-size: 87%;
}
.contentsBox header time {
	color: #d85209;
	font-weight: bold;
}
.contentsBox header time + .contentsBox header i:before {
	margin: 0 .5em;
	content: "-";
}
.contentsBox header h4 {
	margin: 0;
	font-size: 200%;
}
.contentsBox .table_striped {
	margin: 0 -20px 1.7em;
	max-width: 700px;
}

.contentsBox .table_striped.table {
	max-width: 700px;
	box-sizing: border-box;
}
.contentsBox .table_striped>tbody>tr>*:first-child {
	padding-left: 20px;
}
.contentsBox .table_striped>tbody>tr>*:last-child {
	padding-right: 20px;
	padding-left: 20px;
}
.dl_horizontal {
	border: 3px solid #e6e6e6;
	border-radius: .4em;
}
.dl_horizontal>dt {
	padding: .4em 20px;
	float: left;
	clear: left;
	overflow: hidden;
	width: 120px;
	background-color: #f2f2f2;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.dl_horizontal>dd {
	margin: .4em 0 .4em 180px;
	word-wrap: break-word;
}
.dl_horizontal>dd>*:last-child {
	margin-bottom: 0;
}

/* innerList */
.innerList {
	margin: 0 12px 12px 12px;
	padding: 12px;
	background-color: #fff;
	border-radius: .4em;
}
.innerList .dl_horizontal {
	padding: 0;
	border: none;
	background-image: none;
	background-color: transparent;
}
.innerList .dl_horizontal>dt {
	width: 6em;
	padding: 0 1em 0 0;
	background-color: transparent;
}
.innerList .dl_horizontal>dd {
	margin: 0 0 6px;
	padding: 0 20px 6px 7em;
	border-bottom: 1px dotted #e6e6e6;
}
.innerList .dl_horizontal>dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.innerListBtn {
	margin: 0 0  12px 12px;
	padding-left: 20px;
	background-color: #fff;
	float: right;
}
.innerListBtn a {
	padding: 9px 10px 8px 12px;
	font-size: 93%;
}
.accordion .innerList .dl_horizontal>dt {
	width: 8em;
}


/* top
================================================== */
.topInfoBox {
	position: relative;
	float: left;
	max-width: 334px;
	border: 3px solid #e6e6e6;
	border-radius: .46em;
	background: #f2f2f2;
}
.topInfoBox:first-child {
	margin-right: 20px;
}
#mainColumn .topInfoBox {
	margin-right: 0;
	float: none;
	max-width: 100%;
}
.topInfoBox h3 {
	margin-bottom: 0;
	padding: 10px 15px 10px 45px;
	font-size: 139%;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	border-radius: .23em .23em 0 0;
	background: url(/images/common/arrow01_right.png) no-repeat 315px 50%, url(/images/common/ico_note01.png) no-repeat 10px 50% #d9530a;
}
#mainColumn .topInfoBox h3 {
	background: url(/images/common/ico_note01.png) no-repeat 10px 50% #d9530a;
}
.topInfoBox ul {
	margin: 0;
	border-radius: 0 0 .23em .23em;
}
.topInfoBox ul li {
	list-style-type: none;
	border-bottom: 1px solid #d9d9d9;
}
.topInfoBox ul li:last-child {
	border-bottom: 0;
}
.topInfoBox ul dl {
	margin: 0;
	padding: 11px 28px 11px 12px;
	background-image: url(/images/common/arrow02_right.png);
	background-repeat: no-repeat;
}
#mainColumn .topInfoBox ul dl {
	background-position: 98.5% 50%;
}
.topInfoBox ul dl dt {
	color: #d85209;
}
.topInfoBox ul dl dt time {
	font-weight: bold;
}
.topInfoBox ul dl dt i:before {
	margin: 0 .5em;
	content: "-";
}
.topInfoBox ul dl dd {
	color: #333;
	margin: 0;
}

/* hover対応 */
.topInfoBox a h3:hover,
.topInfoBox ul a dl:hover {
	opacity: .6;
}



/* infoBtnList
================================================== */
.infoBtnList {
	margin: 50px 0 0;
	text-align: center;
}
.contentsBox + .infoBtnList {
	margin: 50px 20px 0;
}
.infoBtnList li {
	display: inline-block;
	font-size: 108%;
	list-style-type: none;
	background-color:#f2f2f2;
	border-radius: .46em;
}
.infoBtnList .btn {
	padding: 13px;
}
.infoBtnList .btn:after {
	content: none;
}
.infoBtnList .current {
	background: #ccc;
}
.infoBtnList .infoPrevBtn {
	float: left;
}
.infoBtnList .infoListBtn {

}
.infoBtnList .infoNextBtn {
	float: right;
}


.infoBtnList li a {
	display: block;
	color: #333;
	padding: 8px 25px;
}
.infoBtnList li a[href="#"] {
	cursor: default;
}
.infoBtnList li a[href="#"]:hover {
	opacity: 1;
}

.infoBtnList .infoPrevBtn a {
	padding-left: 17px;
	padding-right: 15px;
}
.infoBtnList .infoNextBtn a {
	padding-left: 17px;
	padding-right: 17px;
}
.infoBtnList .infoPrevBtn a:before {
	content:"";
	display: block;
	float: left;
	width: 8px;
	height: 15px;
	margin-top: 5px;
	margin-right: 15px;
	background: url(/images/common/arrow02_left.png) no-repeat;
}
.infoBtnList .infoNextBtn a:after {
	content:"";
	display: inline-block;
	width: 8px;
	height: 15px;
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	background: url(/images/common/arrow02_right.png) no-repeat;
}


/* infoBtnList02 */
.infoBtnList02 {
	margin: 0;
	text-align: right;
}
.infoBtnList02 li {
	margin: 0;
	list-style: none;
	display: inline-block;
	text-align: left;
	float: left;
}
.infoBtnList02 li.right {
	float: none;
}
.infoBtnList02 li.right a {
	display: inline-block;
	color: #333;
	padding: 5px 10px;
	border: 0;
	border-radius: .46em;
	display: inline-block;
	background-color: #f2f2f2;
	font-size: 85%;
	line-height: 1;
}




/* 各種書類
================================================== */
dt[class^="document"] {
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.document1 {
	background-image: url(/images/common/pdf_ico.png);
}
.document2 {
	background-image: url(/images/common/doc_ico.gif);
}
.document3 {
	background-image: url(/images/common/xls_ico.gif);
}



/* 写真集
================================================== */

.photoList {
	display: flex;
	flex-wrap: nowrap;
}

.photoList dl {
	padding: 0 0 16px;
	max-width: 322px;
	width: 50%;
	box-sizing: border-box;
}
.photoList dl:first-child {
	margin-right: 16px;
}
.photoList dt {
	margin-bottom: 5px;
	border: 1px solid #e6e6e6;
	border-radius: .4em;
}

.photoList dt.pc {
	display: block;
}

.photoList dt img {
	border-radius: .4em;
}
.photoList dd {
	margin: 0;
	font-size: 87%;
}
.photoList dd time {
	color: #d85209;
	display: block;
	font-weight: bold;
	line-height: 1.5;
}

.photoList dt img {
	width: 100%;
	height: auto;
}


/* カレンダー
================================================== */
.calendarBox {
	position: relative;
	border: 3px solid #e6e6e6;
	border-radius: .46em;
	background: #f2f2f2;
}

.calendarBox.top-calendar {
	border:none;
	border-radius: 0;
	background-color: transparent;
}
.calendarVer2 {
	margin-top: 10px;
}
.calendarBox .calendarTitle {
	margin-bottom: 0;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 139%;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	border-radius: .23em .23em 0 0;
	background-color: #d9530a;
}
.calendarVer2 .calendarTitle {
	background-color: #003f71;
}

.nextMonthBtn {
	position: absolute;
	right: 2px;
	top: 11px;
}
.nextMonthBtn a {
	padding: 10px;
}
.prevMonthBtn {
	position: absolute;
	left: 2px;
	top: 11px;
}
.prevMonthBtn a {
	padding: 10px;
}

/* calendarBox */
.calendarBox table {
	margin: 0;
	width: 100%;
	background-color: #f2f2f2;
	border-radius: 0 0 .23em .23em;
	overflow: hidden;
}
.calendarBox table thead th {
	width: 31px;
	padding: 4px;
	color: #fff;
	text-align: center;
	background-color: #4d4d4d;
}
.calendarBox table thead th.w30px {
	width: 30px;
}
.calendarBox table tbody td {
	padding: 8px 0;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
}
.calendarBox table tbody td.today {
	color: #fff;
	background-color: #003f71;
}
.calendarBox table tbody td.busy {
	padding: 0;
}
.calendarBox table tbody td.busy a {
	padding: 8px 0;
	display: block;
	width: 100%;
	color: #333;
	background-color: #bfcfdb;
}
.calendarBox table tbody td.today.busy {
	border: 2px solid #003f71;
}
.calendarBox table tbody td.today.busy a {
	padding: 6px 0;
}

/* calendarBox */
#mainColumn .calendarBox {
	width: 100%;
}
#mainColumn .calendarBox table thead th {
	width: 86.2px;
}
#mainColumn .calendarBox table tbody td {
	padding: 0;
	border-right: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	background-color: #fff;
	vertical-align:top;
}
#mainColumn .calendarBox table tbody td:last-child {
	border-right: none;
}
#mainColumn .calendarBox table tbody tr:last-child td {
	border-bottom: none;
}
#mainColumn .calendarBox table tbody td a {
	display: block;
}
#mainColumn .calendarBox table tbody td span.day {
	padding: 10px 0;
	color: #333;
	background-color: #f2f2f2;
	display: block;
}
#mainColumn .calendarBox table tbody td span.reservationCount {
	min-height: 1em;
	padding: 15px 0;
	display: block;
}
#mainColumn .calendarBox table tbody td span.reservationTime {
	min-height: 2em;
	padding: 10px 0;
	font-size: 80%;
	line-height: 1.3;
	display: block;
}

/* calendarTbl */
#mainColumn .calendarBox table.calendarTbl tbody td {
	background-color: #f2f2f2;
}
#mainColumn .calendarBox table.calendarTbl tbody td span {
	padding: 24px 0;
	display: block;
}
#mainColumn .calendarBox table.calendarTbl tbody td.today span {
	background-color: #003f71;
}
#mainColumn .calendarBox table.calendarTbl tbody td a {
	padding: 24px 0;
}
#mainColumn .calendarBox table.calendarTbl tbody td.busy span {
	padding: 0;
}
#mainColumn .calendarBox table.calendarTbl tbody td.today.busy span {
	padding: 0;
	border: 2px solid #003f71;
	display: block;
}
#mainColumn .calendarBox table.calendarTbl tbody td.today.busy a {
	padding: 22px 0;
}

/* calendarTbl02 */
#mainColumn .calendarBox table.calendarTbl02 tbody td.busy a {
	padding: 0;
	background-color: transparent;
}
#mainColumn .calendarBox table.calendarTbl02 tbody td.busy span.day {
	background-color: #bfcfdb;
}



/* アンケート
================================================== */

/* questionnaireTable */
.questionnaireTbl th {
	width: 40%;
}
.questionnaireTbl td p {
	margin: 0 0 .3em;
}
.questionnaireTbl td ul {
	margin: 0;
}
.questionnaireTbl td ul li {
	list-style: none;
}

/* questionnaireBox */
.questionnaireBox {
	margin: 1.7em -20px 0;
	padding-top: 1.7em;
	border-top: 2px solid #e6e6e6;
}
.questionnaireBox table {
	margin: 0 !important;
}
.questionnaireBox .subBtn {
	font-size: 94%;
}

/* questionnaireList */
.questionnaireList th {
	white-space: nowrap;
}
.questionnaireList th span {
	font-weight: normal;
}
.questionnaireList dl {
	margin-bottom: 1em;
}
.questionnaireList dl dt {
	font-weight: bold;
}



/* 担当理事メニュー
================================================== */
.header_bar {
	display: none;
}
body.director {
	position: relative;
}
body.director #header {
	padding-top: 2.6em;
}
body.director .header_bar {
	width: 100%;
	display: flex;
	background-color: #666;
	position: absolute;
	top: 0;
	left: 0;
	height: calc(2.6em + 17px);
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	align-items: center;
}
body.director .header_bar div {
	/* width: 960px; */
	margin: 0 auto;
	/* text-align: left; */
}
body.director .header_bar h3 {
	margin: 0 0 0 20px;
	padding: .8em 0;
	color: #c2c2c2;
	line-height: 1;
	display: inline-block;
}
body.director .header_bar ul {
	margin: 0 0 0 1em;
	display: inline-block;
}
body.director .header_bar ul li {
	display: inline-block;
	list-style: none;
}
body.director .header_bar ul li a {
	padding: .8em 1em;
	color: #fff;
	line-height: 1;
	text-align: center;
	display: inline-block;
}


.sp {
	display: none;
}
.pc {
	display: inline;
}

/* sm
=========================================================================================================================================== */

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

.sp {
	display: inline;
}
.pc {
	display: none;
}

.photoList dt.pc {
	display: none;
}


/* top
================================================== */
.accordion .innerList .dl_horizontal dd {
  width: 100%;
	padding: 5px 0 0 0;
}

.accordion .innerList .dl_horizontal:first-child dt {
  padding-top: 0;
}


.accordion .innerList .dl_horizontal dt {
  width: 100%;
	padding: 5px 0 0 0;
}



/* infoBtnList
================================================== */
.infoBtnList {
	font-size: 12px;
}

.infoBtnList .infoNextBtn a {
	padding-left: 10px;
  padding-right: 8px;
}
.infoBtnList .infoPrevBtn a {
	padding-left: 8px;
  padding-right: 10px;
}

.infoBtnList .infoPrevBtn a::before {
	margin-right: 8px;
}
.infoBtnList .infoNextBtn a::after {
	margin-left: 8px;
}
.infoBtnList .btn {
	padding: 13px 10px;
}

/* 汎用
================================================== */
.contentsBox {
	margin: 0;
}

.contentsBox .table_striped {
	margin-left: auto;
	margin-right: auto;
}
.contentsBox header h4 {
	font-size:150%;
}

.dl_horizontal>dt {
  padding: .4em;
  float: none;
  width: 100%;
	box-sizing: border-box;
	text-align: left;
}
.dl_horizontal>dd {
  margin: .4em;
}

.dl_horizontal>dt[class^="document"] {
	padding-left: 40px;
}



/* 写真集
================================================== */

.photoList {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.photoList dl {
	float: none;
	max-width: 500px;
	width: 100%;
	margin: 10px auto 10px auto;
	padding-bottom: 40px;
}

.photoList dl:first-child {
	margin: auto;
}

.photoList dd {
	font-size: 13px;
}

.infoBtnList02 li.right a {
	font-size: 13px;
}

/* カレンダー
================================================== */

.calendarBox .calendarTitle {
	font-size: 120%;
}



}