@charset "utf-8";

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	overflow: hidden;
}

body {
	padding:120px 20px 20px 20px;
	overflow: hidden;
}

#title {
	position: fixed;
	left: 0px;
	top: 60px;
	width: 100%;
	height: 60px;
	padding:0px 20px;
	overflow: hidden;
}

#main {
	height: calc(100vh - 120px - 20px);
	overflow: auto;
	/*	border: 1px solid #ff0000;	*/
}

/*	indexページのカメラ表示用	*/
#canvas {
	max-width: 620px;
  width: 100%;
}

/*	table 基本	*/
table {
	margin: 0px;
	padding: 0px;
	table-layout: fixed;
	border-collapse: collapse;
}
/*
	td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
*/

.noten{
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
}

.r {
	text-align: right;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.w050{
	width: 50px;
}
.w075{
	width: 75px;
}
.w100{
	width: 100px;
}
.w150{
	width: 150px;
}
.w200{
	width: 200px;
}
.w250{
	width: 250px;
}
.w300{
	width: 300px;
}
.w350{
	width: 350px;
}
.w400{
	width: 400px;
}
.w450{
	width: 450px;
}
.w500{
	width: 500px;
}
.w550{
	width: 550px;
}
.w650{
	width: 650px;
}
.w800{
	width: 800px;
}
.w1050{
	width: 1050px;
}
.w1100{
	width: 1100px;
}
.w1250{
	width: 1250px;
}

table.normal {
	max-width: 1100px;
	table-layout: fixed;
	border-collapse: collapse;
}

.normal div{
	display: flex;
	overflow-x: scroll;
	overflow-y: none;
}

.normal img{
	height: 150px;
	border:5px solid #ccc;
}

.normal th{
	padding: 5px 10px;
/*	width: 120px;	*/
	background-color: #2589d0;	/*	#191970	midnightblue	*/
	color: #fff;
	border: solid 1px #ccc;
	white-space: nowrap;
}

.normal td{
	padding: 5px 10px;
	border: solid 1px #ccc;
}



.calendar_title{
	padding: 0 20px;
}

.calendar{
	padding: 0 20px;
}

.calendar th {
	height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #2589d0;	/*	#1c6599;	/*	#191970	*/
	color: #fff;
}
.calendar td {
	padding: 5px;
	width: 150px;
	height: 100px;
	border:1px solid #ccc;
	text-align: left;
	vertical-align:top;
}
.calendar .today {
	background: rgba(255,165,0,0.3);												/*--日付が今日の場合は背景オレンジ--*/
}
.calendar th:nth-of-type(1),.calendar td:nth-of-type(1) {	/*--日曜日は赤--*/
	color: red;
}
.calendar th:nth-of-type(7),.calendar td:nth-of-type(7) {	/*--土曜日は青--*/
	color: blue;
}


/*	カレンダー情報表示	*/
.caldisp {
	width:138px;
	border:1px solid #ccc;
	font-size: 0.5em;
	background-color: rgba(0, 255, 0, 0.25);
	white-space: nowrap;															/* 改行しない */
	text-overflow:ellipsis;
	overflow: hidden;
	cursor: pointer;
}


/*	モーダルウインド	*/
dialog {
	padding: 40px 10px 10px 10px;
	left:30%;
	top:15%;
	width: 700px;
	/*	border: 0;	*/
}

dialog::backdrop {
	background : #1119;
}

dialog .cloase-btn {
	position: absolute;
	cursor: pointer;
	top: 6px;
	right: 6px;
	font-size: 30px;
	line-height: 0.6;
}

dialog .detailinfo table {
	margin: 0px auto;
}

dialog th.detailinfo {
	width:150px;
	height: 35px;
	color: #fff;
}

dialog td.detailinfo {
	width: 500px;
	height: 35px;
	vertical-align: middle;
	color: #000;
}






/*	submmitボタンをリンク風にする	*/
.submit-style-link{
	border:none;
	background-color:transparent;
	color:blue;
	/*	text-decoration:underline;	*/
}
.submit-style-link:hover{
	cursor: pointer;
}

div.loginout{
	margin: 0px auto;
	width: calc(100vw - 52px);
	max-width: 1122px;
	text-align: right;
}

@media screen and (max-width: 620px) {
	.normal .head {
		display:none;
	}
	.normal {
		width: 100%;
	}
	.normal th,
	.normal td {
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
	}
	.normal td,
	.normal td{
		padding: 5px 10px;
		display: block;
		width: 100%;
		/*	line-height: 2.5;	*/
		/*	text-align:left;	*/
	}
	.normal td:before{
		color: #fff;
		/*	content: attr(data-label);	*/
		font-weight: bold;
		padding: 5px 10px;
		display: inline;
		/*	margin-right: 10px;	*/
		/*	float: left;	*/
	}
	.normal tr:last-child {
		border-bottom: solid 1px #ccc;
	}
}


/*	CSS のみのドロップダウンメニュー	*/
/* 基本CSS */
ul,div,img {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
}

#navi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #FFF;
	z-index: 1;
}

/* チェックボックスを非表示 */
#navi input {
	display: none;
}

/* 左上ロゴ */
.menu-left {
	float: left;
	line-height: 60px;
}
.menu-left img {
	margin-left: 10px;
	vertical-align: middle;
}

/* 上部メニュー */
#menu {
	margin-right: 10px;
	float: right;
}
#menu li {
	position: relative;
	white-space: nowrap;
}
#menu li a {
	display: block;
}
#menu > li {
	margin: 0 15px;
	float: left;
	line-height: 60px;
	font-size: 17px;
	font-weight: bold;
}

/* パソコンでは V を非表示 */
#menu > li .pd {
	display: none;
}

#menu-navibtn {
	display: none;
	cursor: pointer;
	cursor: hand;
}

/* スマホ用 */
@media screen and (max-width: 1100px) {	/*	620px	*/
	/* 基本非表示 */
	#menu {
		display: none;
	}
	ul#menu{
		width: 100%;
	}
	#menu li {
		width: 100%;
		height: auto;
		padding: 0px 20px;
		border-bottom: 1px solid #DDD;
		white-space: nowrap;
	}
	#menu > li {
		margin-right: -20px;
	}
	/* V を表示 */
	#menu > li .pd {
		display: inline-block;
		width: 100%;
	}
	#menu li a {
		display: inline-block;
	}
	#menu li:first-child {
		border-top: 1px solid #DDD;
	}
	#menu li i {
		padding: 0px 6px;
	}
	/* メニューを移動させないため */
	#menu-navibtn:checked ~ #navi {
		position: fixed;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
	}
}

/* ドロップダウンメニュー */
#menu li ul {
	position: absolute;
}

/* 子メニュー */
#menu > li > ul li {
	padding: 0px 20px;
	display: none;
	font-size: 14px;
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #DDD;
}
#menu li ul li:first-child {
	border-top: 1px solid #000;
}
#menu li ul li:last-child {
	border-bottom: 1px solid #000;
}
#menu li ul li ul {
	left: 100%;
	top: -1px;
}
#menu li ul li ul li ul,
#menu li:nth-child(n+1) ul li ul {		/*	メニュー数	*/
	left: inherit;
	right: 100%;
}
#menu > li > ul {
	margin-left: -40px;
	width: auto;
}

/* パソコン用 */
@media screen and (min-width: 1100px) {	/*	620px	*/
	#menu li:hover {
		background: #EEE;
	}
	#menu > li:hover > ul > li,
	#menu li ul li:hover > ul > li {
		display: block;
	}
	/* 階層がある場合の誘導の印 */
	#menu li ul li ul:before,
	#menu li ul li ul li ul:before,
	#menu li:nth-child(n+1) ul li ul:before {		/*	メニュー数	*/
		position: absolute;
		top: 28px;
		display: block;
		content: "";
		border: 5px solid transparent;
	}
	/* 通常タイプ */
	#menu li ul li ul:before {
		left: -10px;
		border-left-color: #666;
	}
	/* 右側タイプ */
	#menu li ul li ul li ul:before,
	#menu li:nth-child(n+1) ul li ul:before {		/*	メニュー数	*/
		right: -10px;
		border-right-color: #666;
	}
}

/* スマホ用 */
@media screen and (max-width: 1100px) {	/*	620px	*/
	/* ハンバーガーメニューがクリックされた時 */
	#menu-navibtn:checked ~ * #menu {
		display: block;
	}
	#menu-navibtn:checked ~ * #menu > li {
		max-height: inherit;
		overflow-y: visible;
	}
	#menu > li ul {
		line-height: 50px;
	}
	#menu > li > label:hover {
		cursor: pointer;
		cursor: hand;
	}
	#menu li ul {
		position: static;
	}
	/* 子メニュー */
	#menu > li > ul {
		position: relative;
		margin-left: initial;
	}
	#menu li ul li:first-child {
		border-top: 1px solid #DDD;
	}
	#menu ul li:last-child {
		border-bottom: none;
	}
	#menu > li > ul li {
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
	#menu li ul li ul {
		left: 0;
		top: inherit;
	}
	#menu li ul li:last-child {
		border-bottom: none;
	}
	/* 子メニューがクリックされた時 */
	#menu input[type="checkbox"]:checked ~ label ~ ul > li {
		max-height: inherit;
		display: block;
		overflow-y: visible;
	}
	.angletoggle:before {
		content: "\f107";
	}
	#navi input[type="checkbox"]:checked ~ label .pd .angletoggle:before {
		content: "\f106";
	}
}

/* ハンバーガー */
#navi #navibtn {
	display: none;
}

@media screen and (max-width: 1100px) {	/*	620px	*/
	#navi #navibtn {
		position: absolute;
		right: 10px;
		top: 10px;
		display: block;
	}
	#navibtn span {
		width: 40px;
		height: 40px;
		display: block;
		background-color: #333;
	}
	#navibtn span span {
		width: 1px;
		height: 1px;
		display: block;
		overflow: hidden;
	}
	#navibtn span span::before,
	#navibtn span span::after,
	#navibtn span::after {
		position: absolute;
		left:10px;
		width: 20px;
		height: 3px;
		background-color: #FFF;
		content:"";
	}
	/* 上の棒 */
	#navibtn span span::before {
		top:10px;
	}
	#menu-navibtn:checked ~ #navi label#navibtn span span::before {
		top:19px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	/* 下の棒 */
	#navibtn span::after {
		bottom:10px;
	}
	#menu-navibtn:checked ~ #navi label#navibtn > span::after {
		bottom:18px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	/* 中の棒 */
	#navibtn span span::after {
		top:18px;
	}
	#menu-navibtn:checked ~ #navi label#navibtn span span::after {
		display: none;
	}
}


/*	電話番号がリンクにならないようにする	*/
.notel{
	pointer-events: none;
}

/*	ボタン（青色）	*/
.button-000 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 480px;
	margin: 0px;
	padding: .9em 3.2em .9em 2em;
	border: none;
	border-radius: 5px;
	background-color: #2589d0;
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%0A%3C%2Fsvg%3E);
	background-position: right 3em center;
	background-size: 1.2em;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
}
.button-000:hover {
	background-color: #1579c0;
}

.button-000::before,
.button-000::after {
    position: absolute;
    right: calc(3.6em - 1.5px);
    width: 3px;
    height: 10px;
    border-radius: 1px;
    background-color: #2589d0;
    content: '';
}

.button-000::before {
    transform: rotate(90deg);
}

/*	ボタン（緑色）	*/
.button-001 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;	/*	250px;	*/
	margin:0 auto;
	padding: 0.3em;	/*	.9em 2em;	*/
	border: none;
	border-radius: 25px;
	background-color: #00ff00;
	color: #000;
	font-weight: 600;
	font-size: 1em;
	cursor: pointer;
}
.button-001:hover {
	background-color: #00cc00;
}
/*	ボタン（黄色）	*/
.button-002 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;	/*	250px;	*/
	margin:0 auto;
	padding: 0.3em;	/*	.9em 2em;	*/
	border: none;
	border-radius: 25px;
	background-color: #ffff00;
	color: #000;
	font-weight: 600;
	font-size: 1em;
	cursor: pointer;
}
.button-002:hover {
	background-color: #cccc00;
}
/*	ボタン（赤色）	*/
.button-003 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;	/*	250px;	*/
	margin:0 auto;
	padding: 0.3em;	/*	.9em 2em;	*/
	border: none;
	border-radius: 25px;
	background-color: #ff0000;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	cursor: pointer;
}
.button-003:hover {
	background-color: #cc0000;
}

/*	見出し	*/
.heading-020 {
	position: relative;
	margin: 0px -10px;
	padding: .5em .7em .4em;
	border-bottom: 3px solid #1c6599;	/*	#2589d0	*/
	color: #333333;
	z-index: -1;
	font-size: 100%;
}

.heading-020::before,.heading-020::after {
	position: absolute;
	left: 30px;
	bottom: -15px;
	width: 30px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}

.heading-020::before {
	background-color: #1c6599;	/*	#2589d0	*/
}

.heading-020::after {
	bottom: -11px;
	background-color: #fff;
}

/*	見出し（緑色）	*/
.heading-021 {
	padding: .5em .7em;
	border-left: 20px solid #00ff00;
	background-color: #1c6599;	/*	#191970	#f2f2f2	*/
	color: #fff;	/*	#333333	*/
}
/*	見出し（黄色）	*/
.heading-022 {
	padding: .5em .7em;
	border-left: 20px solid #ffff00;
	background-color: #1c6599;	/*	#191970	#f2f2f2	*/
	color: #fff;	/*	#333333	*/
}
/*	見出し（赤色）	*/
.heading-023 {
	padding: .5em .7em;
	border-left: 20px solid #ff0000;
	background-color: #1c6599;	/*	#191970	#f2f2f2	*/
	color: #fff;	/*	#333333	*/
}

/*	テキストボックス	*/
.textbox-001 {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	background: #f7f7f7;
	color: #333;
	font-size: 1em;
	line-height: 1.5;
}

.textbox-001::placeholder {
	color: #999;
}


/*	セレクトボックス	*/
.selectbox-001 {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.selectbox-001::after {
	position: absolute;
	right: 15px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}

.selectbox-001 select {
	appearance: none;
	width: 100%;	/*	min-width: 230px;	*/
	height: 2.4em;
	padding: .2em calc(.8em + 30px) .2em .8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
}

.reset {
	color: black;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
}



/*	カメラ	*/
.qrcode-text {
	padding-right:1.7em;
	margin-right:0
}
.qrcode-text-btn {
	display:inline-block;
	background:url(//dab1nmslvvntp.cloudfront.net/wp-content/uploads/2017/07/1499401426qr_icon.svg) 50% 50% no-repeat;
	height:1em;
	width:1.7em;
	margin-left:-1.7em;
	cursor:pointer
}
.qrcode-text-btn > input[type=file] {
	position:absolute;
	overflow:hidden;
	width:1px;	
	height:1px;
	opacity:0
}



