@charset "utf-8";
/* --------------------- ログイン画面 ---------------------- */
.login{
	background: #fff;
	border: 6px solid #e2e3e8;
	margin: 20px auto 40px;
	text-align: center;
	padding: 30px;
	width: 95%;
	max-width: 1140px;
}
.login.master{
	border: 6px solid #d5d6dc;
	background: #d5d6dc;
}
.title{
	font-weight: 700;
	font-size: 2.4rem;
	margin: 1em 0 0.7em;
}
.login input{
	display: block;
	width: 40em;
	max-width: 100%;
	margin: 20px auto;
}
.login a.button{
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	background: #005eae;
	border-radius: 5px;
	padding: 1em;
	display: block;
	width: 400px;
	max-width: 100%;
	margin: 1.8em auto 1em;
}
.login a.button:hover{
	background: #004d8e;
}
/* --------------------- 地区一覧・施設一覧 ---------------------- */
.contents_list { 
	width: 95%;
	max-width: 1140px;
	margin: auto;
	display: flex;
	justify-content:space-between;
}
.contents_list h1{
	width: 100%;
}
.list_main{
	flex: 1;
}
.list_side{
	width: 260px;
	margin-left: 30px;
}
.list_main_contents{
	width: 100%;
	background: #fff;
	padding: 30px 40px 40px;
}
.list_main_contents p{
	font-size: 1.5rem;
}
.list_main_contents ul li a{
	display: block;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	padding: 16px 25px;
	position: relative;
	font-size: 1.6rem;
}
.list_main_contents ul li:last-child a{
	border-bottom: 1px solid #e0e0e0;
}
.list_main_contents ul li a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 1.1rem;
}
.list_main_contents ul li a:hover{
	background: #f1f1f1;
}
.list_side_contents{
	width: 100%;
	background: #fff;
	margin-bottom: 25px;
}
.list_side_contents_title{
	border-bottom: 1px solid #e0e0e0;
	padding: 22px 20px;
	font-weight: 700;
	font-size: 1.6rem;
}
ul.ul_pdf{
	padding: 10px 0 20px;
}
ul.ul_pdf li a{
	font-size: 1.4rem;
	display: block;
	position: relative;
	padding: 11px 15px 11px 45px;
}
ul.ul_pdf li a:hover{
	background: #f1f1f1;
}
ul.ul_pdf li a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: 900;
    font-size: 2.0rem;
}
ul.ul_area{
	padding: 10px 0 20px;
}
ul.ul_area li a{
	font-size: 1.5rem;
	display: block;
	position: relative;
	padding: 7px 15px 7px 35px;
	font-weight: 700;
	color: #222;
}
ul.ul_area li a:hover{
	background: #f1f1f1;
}
ul.ul_area li a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 1.1rem;
	color: #005eae;
}
/* --------------------- 予約入力・予約完了 ---------------------- */
.form{
	background: #fff;
	margin: 20px auto 40px;
	padding: 50px 70px 60px;
	width: 95%;
	max-width: 1140px;
}
.form dl{
	display: flex;
	flex-wrap: wrap;
	border-top:solid 1px #dfdfdf;
}
.form dl:last-of-type{
	border-bottom:solid 1px #dfdfdf;
}
.form dl dt{
	padding: 1.2em;
	border-left:solid 4px #57a5e6;
	background: #ecedf2;
	font-weight: 700;
	width: 25%;
	margin: 4px 0;
}
.form dl dd{
	padding: 1.2em;
	width: 75%;
	margin: 4px 0;
}
.form dl dd.dd_02{
	padding: 0.2em 1.2em;
}
.form ul.complete{
	display: flex;
	justify-content:center;
	margin-top: 40px;
}
.form ul.complete li {
	margin: 0 7px;
}
.form ul.complete li a{
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.8rem;
	background: #005eae;
	border-radius: 5px;
	padding: 0.8em 0 0.9em;
	width: 170px;
	display: block;
	text-align: center;
}
.form ul.complete li a:hover{
	background: #004d8e;
}
.form ul.input{
	display: flex;
	justify-content:center;
	margin-top: 40px;
}
.form ul.input li {
	margin: 0 20px;
}
.form ul.input li a{
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.8rem;
	background: #005eae;
	border-radius: 5px;
	padding: 0.8em 0 0.9em;
	width: 220px;
	display: block;
	text-align: center;
	position: relative;
}
.form ul.input li a:hover{
	background: #004d8e;
}
.form ul.input li a.back{
	background: #b9b9b9;
}
.form ul.input li a.back:hover{
	background: #a1a1a1;
}
.form ul.input li a.back::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-weight: 900;
    font-size: 1.3rem;
	color: #fff;
}
.form ul.input li a.next::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 1.3rem;
	color: #fff;
}
.width_20 {
	width: 20em;
}
.width_75 {
	width: 75%;
}
input.date {
	width: 7em;
	margin-right: 0.5em;
}
select.time {
	width: 10em;
	margin-right: 1em;
}
label{
	margin-right: 20px;
}

/* --------------------- カレンダー ---------------------- */
.contents_cal { 
	width: 95%;
	max-width: 1140px;
	margin: auto;
	display: flex;
	justify-content:space-between;
}
.cal_main{
	flex: 1;
}
.cal_side{
	width: 165px;
	margin-left: 30px;
}
.cal_main_contents{
	width: 100%;
	background: #fff;

}
.cal_side_contents{
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	padding: 1em 0 1.2em;
}
.cal_side_contents_title{
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 15px 15px 15px;
	font-weight: 700;
	font-size: 1.5rem;
}
.cal_side ul.ul_area{
	padding: 10px 0 0;
}
.cal_side ul.ul_area li a{
	padding: 7px 10px 7px 30px;
}
.cal_side ul.ul_area li a::before {
    left: 15px;
}
.cal_side_contents{ /*  サイドカレンダー  */
	font-size: 1.2rem;
}
.cal_side_contents table{
	width: 88%;
	border-collapse: collapse;
	margin: auto;
}
.cal_side_contents table th{
	font-weight: 700;
	text-align: center;
	padding: 3px;
}
.cal_side_contents table th a{
	color: #222;
}
.cal_side_contents table td{
	text-align: center;
	width: 14.28%;
	padding: 3px;
}
.cal_side_contents table td.today{
	color:#fff;
	background: url("../images/today.svg") no-repeat center;
	background-size: 18px;
}
.cal_side_contents table td.today a{
	color:#fff !important;
}
.cal_side_contents table td.current{
	background: url("../images/current.svg") no-repeat center;
	background-size: 18px;
}


.cal_title{ /*  カレンダータイトル  */
	display: flex;
	justify-content:space-between;
	align-items:center;
	padding: 1em;
}
.cal_title a,.cal_title select{ 
	display: block;
	color: #222;
	font-size: 1.4rem;
}
.cal_title a i{ 
	font-size: 1.4rem !important;
}
a.cal_title_today{
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	width: 70px;
	text-align: center;
	padding: 3px;
}
a.cal_title_today:hover{
	background: #f1f1f1;
}
.cal_title select{ 
	padding: 3px;
	width: 70px;
	text-align: center;
	margin: 0;
}
.cal_title_current{
	font-size: 2.0rem;
	font-weight: 700;
}
table.cal_month{ /*  メインカレンダー(月)  */
	width: 100%;
	border-collapse: collapse;
}
table.cal_month th{
	font-size: 1.3rem;
	font-weight: normal;
	border: 1px solid #dfdfdf;
	height: 2.5em;
	width: 14.28%;
}
table.cal_month td{
	font-size: 1.2rem;
	border: 1px solid #dfdfdf;
	height: 10em;
	vertical-align: top;

}
table.cal_month th:first-of-type,table.cal_month td:first-of-type{
	border-left: none;
}
table.cal_month th:last-of-type,table.cal_month td:last-of-type{
	border-right: none;
}
table.cal_month td div.day{
	padding: 5px;
	text-align: center;
}
table.cal_month td div.today{
	padding: 5px;
	text-align: center;
	color:#fff;
	background: url("../images/today.svg") no-repeat center;
	background-size: 19px;
}
table.cal_month td a{
	display: block;
	margin: 2px 0;
	color: #222;
	padding: 3px 4px 4px;
}
table.cal_month td div.other{
	padding: 2px 5px;
	font-weight: 700;
	z-index: 9999;
	position: relative;
	bottom: 0;
	left: 0;
}
.div_table{ /*  テーブルスクロール  */
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: thin;
}
.div_table::-webkit-scrollbar { 
	width:5px;
} 
.div_table::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.div_table::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}
table.cal_week{ /*  メインカレンダー(週)  */
	width: 100%;
	border-collapse: collapse;
}
table.cal_week th{
	font-size: 1.3rem;
	font-weight: normal;
	border: 1px solid #dfdfdf;
	border-bottom: 3px solid #dfdfdf;
	height: 5.5em;
	width: 13%;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 3;
}
/* osabe delete 2022.01.19
table.cal_week th::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
}
*/
table.cal_week th div{
	font-size: 2.2rem;
	height: 32px;
}
table.cal_week td{
	font-size: 1.2rem;
	border: 1px solid #dfdfdf;
	height: 30px;
	vertical-align: top;
	position: relative;
}
table.cal_week th:first-of-type,table.cal_week td:first-of-type{
	border-left: none;
	width: 9%;
}
table.cal_week th:last-of-type,table.cal_week td:last-of-type{
	border-right: none;
}
table.cal_week th div.today{
	text-align: center;
	color:#fff;
	background: url("../images/today.svg") no-repeat center;
	background-size: 32px;
	font-size: 2.15rem;
}


table.cal_day{ /*  メインカレンダー(日)  */
	width: 100%;
	border-collapse: collapse;
}
table.cal_day th{
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	background: #55626d;
	border: 1px solid #dfdfdf;
	height: 2.6em;
	width: 45.5%;
	position: sticky;
	top: 0;
	z-index: 3;
}
/* osabe delete 2022.01.19
table.cal_day th::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #dfdfdf;
}
*/
table.cal_day td{
	font-size: 1.5rem;
	border: 1px solid #dfdfdf;
	height: 30px;
	vertical-align: top;
	position: relative;
}
table.cal_day th:first-of-type,table.cal_day td:first-of-type{
	border-left: none;
	width: 9%;
}
table.cal_day th:nth-child(2),table.cal_day td:nth-child(2){
	border-right: none;
	border-left: none;
	width: auto;
}
table.cal_day th:last-of-type,table.cal_day td:last-of-type{
	border-right: none;
	border-left: 1px solid #898a8a;
	width: auto;
}





table td div.time{ /*  時間メモリ  */
	font-size: 1.2rem;
	display: block;
	position: absolute;
	width: 90%;
	background: #fff;
	top: -10px;
	text-align: center;
	z-index: 2;
}
table td a{ /*  入力ブロック  */
	display: block;
	margin: 0;
	color: #222 !important;
	width: 100%;
	z-index: 1;
	top:0;
	left:0;
	line-height: 1.15em;
	overflow: hidden;
}
table.cal_week td a,table.cal_day td a{ /*  入力ブロック  */
	position: absolute;
	padding: 3px 4px 1px;
}
table td a.hour_01{ /*  高さ(時間)  */
	height: 30px;
}
table td a.hour_02{
	height: 60px;
}
table td a.hour_03{
	height: 90px;
}
table td a.hour_04{
	height: 120px;
}
table td a.hour_05{
	height: 150px;
}
table td a.hour_06{
	height: 180px;
}
table td a.hour_07{
	height: 210px;
}
table td a.hour_08{
	height: 240px;
}
table td a.hour_09{
	height: 270px;
}
table td a.hour_10{
	height: 300px;
}
table td a.hour_11{
	height: 330px;
}
table td a.hour_12{
	height: 360px;
}
table td a.hour_13{
	height: 390px;
}
table td a.hour_14{
	height: 420px;
}
table td a.hour_15{
	height: 450px;
}
table td a.hour_16{
	height: 480px;
}
table td a.hour_17{
	height: 510px;
}
table td a.hour_18{
	height: 540px;
}
table td a.hour_19{
	height: 570px;
}
table td a.hour_20{
	height: 600px;
}
table td a.hour_21{
	height: 630px;
}
table td a.hour_22{
	height: 660px;
}
table td a.hour_23{
	height: 690px;
}
table td a.hour_24{
	height: 720px;
}
table td a.hour_25{
	height: 750px;
}
table td a.hour_26{
	height: 780px;
}
table td a.hour_27{
	height: 810px;
}
table td a.hour_28{
	height: 840px;
}
table td a.hour_29{
	height: 870px;
}
table td a.hour_30{
	height: 900px;
}
table td a.hour_31{
	height: 930px;
}
table td a.hour_32{
	height: 960px;
}
table td a.hour_33{
	height: 990px;
}
table td a.hour_34{
	height: 1020px;
}
table td a.hour_35{
	height: 1050px;
}
table td a.hour_36{
	height: 1080px;
}
table td a.hour_37{
	height: 1110px;
}
table td a.hour_38{
	height: 1140px;
}
table td a.hour_39{
	height: 1170px;
}
table td a.hour_40{
	height: 1200px;
}
table td a.hour_41{
	height: 1230px;
}
table td a.hour_42{
	height: 1260px;
}
table td a.hour_43{
	height: 1290px;
}
table td a.hour_44{
	height: 1320px;
}
table td a.hour_45{
	height: 1350px;
}
table td a.hour_46{
	height: 1380px;
}
table td a.hour_47{
	height: 1410px;
}
table td a.hour_48{
	height: 1440px;
}


table td a.area_01{ /*  エリア色 */
	background: #ffda69; /*  黄色 1/2面(A) */
}
table td a.area_02{
	background: #9bdbe2; /*  水色 1/2面(B) */
}
table td a.area_03{
	background: #f6bfe1; /*  ピンク 全面 */
}
table td a.area_04,table td a.area_06{
	background: #92ed89; /*  黄緑 2/3面 */
}
table td a.area_05,table td a.area_07,table td a.area_08{
	background: #62b659; /*  緑 1/3面 */
	color: #fff !important;
}
table td a:hover{
	opacity: 0.9;
}

table.cal_week td a.area_01{ /*  エリア幅・開始位置 */
	width: 50%; /*  黄色 1/2面(A) */
}
table.cal_week td a.area_02{
	width: 50%; /*  水色 1/2面(B) */
	left:50%;
}
table.cal_week td a.area_03{
	width: 100%; /*  ピンク 全面 */
}
table.cal_week td a.area_04{
	width: 67%; /*  黄緑 2/3面(AB) */
}
table.cal_week td a.area_05{
	width: 33%; /*  緑 1/3面(C) */
	left:67%;
}

table.cal_week td a.area_06{
	width: 67%; /*  黄緑 2/3面(BC) */
	left:33%;
}
table.cal_week td a.area_07{
	width: 33%; /*  緑 1/3面(A) */
}
table.cal_week td a.area_08{
	width: 34%; /*  緑 1/3面(B)*/
	left:33%;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}

table.cal_day td a.area_03{
	width: 201%; /*  ピンク 全面 */
}
table.cal_day td a.area_04{
	width: 133.33%; /*  黄緑 2/3面(AB) */
}
table.cal_day td a.area_05{
	width: 67%; /*  緑 1/3面(C) */
	left:33.1%;
}

table.cal_day td a.area_06{
	width: 134%; /*  黄緑 2/3面(BC) */
	left:66.6%;
}
table.cal_day td a.area_07{
	width: 66.6%; /*  緑 1/3面(A) */
}
table.cal_day td a.area_08{
	width: 66.6%; /*  緑 1/3面(B)*/
	left:66.6%;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}


