@charset "UTF-8";

:root {
  --main-font: 15px/1.6 "游ゴシック";
  --main-font-mid: 16px/1.6 "游ゴシック";
  --main-font-large: 17px/1.6 "游ゴシック";
  --main-font-meiryo: 14px/1.6 "Meiryo UI";
  --main-sub: 200px;
  --main-sub-color: #343434;
  --main-header: 53px;
  --main-table-head: 180px;
  --main-table-head-mid: 150px;
  --main-table-head-small: 140px;
  --main-table-wide: 360px;
  --main-table-height: 34px;
  --main-padding: 16px;
  --main-padding-small: 8px;
  --main-padding-large: 24px;
  --main-color: #38ACB5;
  --main-color-high: #f1f9fa;
  --main-hover: #ff7043;
  --main-black: #222;
  --main-black-low: #444;
  --main-black-mid: #666;
  --main-black-up: #888;
  --main-black-high: #DDD;
}

@media print {
	.no_print {display:none}
	#sub {display:none}
	#container {float:none; width: 100%; height: auto;}
	#contents {max-width: 100% !important; width:100% !important; height: auto; overflow-y: hidden;}
	body {height: auto;}
}

/*-all-setting-----------------------------------------------------*/
body {
	width: 100%;
	height: 100vh;
	cursor: default;
	color: var(--main-black);
	margin: 0 auto;
	padding: 0px;
	font: var(--main-font-mid);
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
body::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--main-black);
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
body.fadeout::after {
	opacity: 0.7;
}

h1,h2,p,ul,li{
	cursor: default;
	margin: 0px;
	padding: 0;
}

div { 	max-width: 100%;
	overflow-wrap: normal;
	word-break:break-all;
}
p{
	max-width: 100%;
	overflow-wrap: normal;
	word-break: normal;
	padding-bottom: var(--main-padding-small);
}
ul{
	list-style-type: none;
	margin-bottom: var(--main-padding);
}
img {
	-ms-interpolation-mode: bicubic;
	border: none;
	max-width: 100%;
}
.hover:hover{
	opacity: 0.8;
}
.hover:hover a img{
/*	transform: scale(1.05); */
}

iframe {
	border: none;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px gray;
	max-width: 100%;
}
label:hover {
	cursor: pointer;
}
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
input.no-outline,
select.no-outline {
	color: var(--main-black) !important;
	border: none !important;
	pointer-events: none !important;
	width: 94% !important;
	-webkit-appearance: none;
}
.max-width80 {
	max-width: 80px;
}
.max-width120 {
	max-width: 120px;
}
.max-width200 {
	max-width: 200px;
}
.max-width300 {
	max-width: 300px;
}
.max-width800 {
	max-width: 800px;
}
.color_normal {
	font-weight: normal;
	color: var(--main-black-low);
	text-decoration: none;
}
.color_blue, #reserve tbody tr td.color_blue{
	color: var(--main-color);
	font-weight: bold;
}
.color_red{
	color: red;
	font: var(--main-font);
	font-weight: bold;
}
.color_orange{
	color: darkorange;
	font-weight: bold;
}
.color_bold{
	color: var(--main-black);
	font-weight: bold;
}
.color_black{
	color: var(--main-black);
}
.marker{
	background: linear-gradient(transparent 60%, #a6ffa6 60%);
}
.on_working{
	color: blue;
}
.off_working{
	color: #c73200;
}
div.exclamation{
	margin: 6px 0px;
	padding: 4px 0.6em;
	color: red;
	font-weight: bold;
	border: 1px red solid;
}
div.information{
	margin: 6px 0px;
	padding: 4px 0.6em;
	color: blue;
	font-weight: bold;
	border: 1px blue solid;
}
.pc_only{
}
.sp_only{
    display: none !important;
}

i.tab {
    font-family: FontAwesome;
    cursor: default;
    font-size: 1.1em;
    border: none;
    background: none;
    width: 1.4em;
    padding: 0 0px 0 10px;
}
#form_information input.preview {
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 1.3em;
    border: none;
    background: none;
    width: 1.4em;
}

.select_min {
	text-overflow: ellipsis;
	outline: none;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	border: 1px solid var(--main-black-mid);
	font: var(--main-font-mid);
	color: var(--main-black);
	font-weight: bold;
	padding: 0px 4px;
	height: 2.2em;
	width: 100%;
	max-width: 600px;
	overflow: hidden;
	background-color: white;
	border-radius: 0px;
}
.bottom-space {
	margin-bottom: var(--main-padding-mid);
}
/* error ----------------------------------------------------*/
.err_top_btn{
	width: 10em;
	text-align: center;
	display: block;
	text-decoration: underline;
	color: var(--main-black);
	max-width: 100%;
	height: 1.5em;
	line-height: 1.5em;
	border: 1px solid #0fd2c8;
	border-radius: 20px;
	padding: 8px;
	margin: 0px auto;
	margin-top: 1em;
}

/*-notification-----------------------------------------------*/
button.notification{
	font-family: FontAwesome;
	cursor: pointer;
	font-size: 1.4em;
	border: none;
	background: none;
	width: 2em;
	margin: 0 auto;
	outline: none;
	line-height: 1em;
	padding: 4px 0px 0px 0px;
}
button.notification{
	color: var(--main-black-up);
}
button.shift_on {
	color: rgba(65,207,90,1);
}

/*-more button-------------------------------------------*/
.more_btn{
	width: 20em;
	max-width: 80%;
	font-size: 1.2em;
	text-align: center;
	display: block;
	text-decoration: none;
	color: var(--main-color);
	background-color: #FBFBFB;
	height: 1.6em;
	line-height: 1.6em;
	border: 1px solid #0fd2c8;
	border-radius: 30px;
	padding: 8px;
	margin: 2em auto;
	margin-top: 1em;
	font-weight: bold;
}

/*-dropdownlist-------------------------------------------*/
.list_box {
	overflow: hidden;
	text-align: center;
}
.list_box select {
	text-overflow: ellipsis;
	outline: none;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	border: 1px solid var(--main-black-mid);
	font: var(--main-font-mid);
	color: var(--main-black);
	font-weight: bold;
	padding: 0px 4px;
	height: 2.2em;
	width: 100%;
	overflow: hidden;
	background-color: white;
	border-radius: 0px;
}
.list_box select::-ms-expand {
	display: none;
}
.list_box select option{
	font: var(--main-font-mid);
	color: var(--main-black);
	font-weight: bold;
}

/* -select filter -------------------------------------------*/
select.select_filter {
	background-color: white;
	padding: 4px;
	width: 100%;
	max-width: 200px;
	height: 2.4em;
	font: var(--main-font-print);
	border:1px solid var(--main-black-mid);
	box-sizing: border-box;
	outline: none;
}
select.select_filter:hover{
	cursor: pointer;
}
/*-Table- light -----------------------------------------------------*/
table.light-table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	margin-bottom: var(--main-padding-large);
	border: 1px solid #333;
}
table.light-table .max-width150{
	width: 12em;
	max-width: 150px;
}
table.light-table .non{
    color: white;
    background-color: var(--main-black-up);
}
table.light-table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .1em;
}
table.light-table th,
table.light-table td {
  padding: 0.4em;
  border-right: 1px solid #bbb;
}
table.light-table th {
  font-size: 1em;
}
table.light-table thead tr{
  background-color: #eee;
}
table.light-table .txt{
   text-align: left;
   font-size: .9em;
}
table.light-table .price{
   text-align: right;
}
/*-Table------------------------------------------------------*/
table {
	font: var(--main-font-meiryo);
	text-align: center;
	border-collapse:collapse;
	margin-bottom: 2em;
}
table.wide {
	width: 100%;
	font: var(--main-font-meiryo-small);
	text-align: center;
	border-collapse:collapse;
	max-height: 62vh !important;
	font-size: 0.9em;
/*	display: block;
	overflow-y: scroll;
	white-space: nowrap;
	margin-bottom: 0px;*/
}
table th, table td {
	border:1px solid var(--main-black-mid);
}
table.wide th, table.wide td {
	min-width: 90px !important;
}
table th.left,
table td.left {
	text-align: left;
}
table th.right,
table td.right {
	text-align: right;
}
table thead th{
	color: white;
	background-color: var(--main-black-up);
}
table tbody th{
/*	color: white;
	background-color: var(--main-color-high);
*/
}
table.list thead th{
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
	padding-right: 1.4em;
}
table.list thead th.head {
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	/* ヘッダー行内の他のセルより手前に表示する */
	z-index: 2;
}
table.list tbody th.head {
	/* 横スクロール時に固定する */
	background-color: white;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}

/*-Table-non-decoration-------------------------------------------*/
table.non-decoration {
	width: auto;
	text-align: left;
	border: 0;
	padding: 2px;
}
table.non-decoration th{
	width: auto;
	text-align: left;
	border: 0;
	padding: 2px;
	font-weight: normal;
}
table.non-decoration td{
	width: auto;
	text-align: left;
	border: 0;
	padding: 4px 2px 4px var(--main-padding);
}

/*-Table-List-----------------------------------------------------*/
table.list {
}
table.list th, table.list td {
	padding: 4px 1em;
	text-overflow: ellipsis;
}
table.list thead{
}
table.list tbody th.left,
table.list tbody td.left {
	text-align: left;
}
/*-Table-List-----------------------------------------------------*/
table.small {
	/* font-size: 0.8em !important; */
}
/*-Table-BoxList-----------------------------------------------------*/
table.no_select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;

}
table.short {
	max-height: calc(100vh - var(--main-padding-large) - 145px - var(--main-header) - 6em) !important;
}
table.boxlist {
	font: var(--main-font-meiryo-small);
	font-size: 0.9em;
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	max-height: calc(100vh - var(--main-padding-large) - var(--main-header) - 8em);
	margin-bottom: 0px;
}
table.boxlist th, table.boxlist td{
	overflow: hidden;
}
table.boxlist a input[type="submit"] {
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 1.3em;
    border: none;
    background: none;
    width: 1.4em;
}

/*-Table-fav-table-----------------------------------------------------*/
[id^="fav-table"] thead th::before,
[id^="fav-table"] thead th::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 5px solid transparent;
  right: 4px;
  top: 50%;
}

[id^="fav-table"] thead th::before {
    border-bottom-color: #EEE;
    margin-top: -11px;
}
[id^="fav-table"] thead th {
	cursor: pointer;
}
[id^="fav-table"] thead th::after {
    border-top-color: #EEE;
    margin-top: 1px;
}


/*-Table-BenefitList-----------------------------------------------------*/
table.benefit_list {
	font: var(--main-font-meiryo-small);
	font-size: 0.8em;
	display: block;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: calc(100vh - var(--main-padding-large) - var(--main-header) - 10em);
	margin-bottom: 0px;
	table-layout: fixed;
}
table.benefit_list th, table.benefit_list td {
	word-break : break-all;
	white-space: wrap;
	padding: 4px 0.2em;
	min-width: 70px;
	max-width: calc(var(--main-table-wide) * 2);
}

/*-Link------------------------------------------------------*/
a {
	color: var(--main-color);
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: var(--main-hover);
}
/*-sp-drawer------------------------------------------------------*/
#nav-drawer {
  display: none;
}
/*-all-box------------------------------------------------------*/
#container {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
}

/*-header------------------------------------------------------*/
header {
	width: 100%;
	height: var(--main-header);
	position: relative;
	background-color: var(--main-color);
	border-bottom: 1px solid var(--main-sub-color);
	box-sizing: border-box;
}
header h1 {
	font: var(--main-font-large);
	font-weight: bold;
	color: white;
	text-align: left;
	margin-left: 20px;
	line-height: var(--main-header);
	height: var(--main-header);
}
header h1 a{
	font-weight: bold;
	color: white;
}
header h1 a:hover{
	font-weight: bold;
	color: white;
}

/*-content-sub------------------------------------------------------*/
#sub {
	float: left;
	width: var(--main-sub);
	height: calc(100% - var(--main-header));
	background-color: var(--main-sub-color);;
	overflow-y: hidden;
	box-sizing: border-box;
	padding: var(--main-padding);
}
#sp-sub {
	width: 100%;
	max-width: 420px;
	height: 100%;
	background-color: var(--main-black);
	overflow-y: hidden;
	text-align: left;
	font-size: 125%;
	line-height: 1.8em;
	box-sizing: border-box;
	padding: var(--main-padding);
}
#sub input[type="checkbox"],
#sp-sub input[type="checkbox"] {
	display: none;
}
#sub label,
#sp-sub label {
	text-align: center;
	display: block;
	padding : 0;
	line-height: 1.2em;
	color :#fff;
	background : var(--main-black-mid);
	cursor :pointer;
	margin-bottom: 4px;
}
#sub #menu_bar01:checked ~ #links01 li,
#sub #menu_bar02:checked ~ #links02 li,
#sub #menu_bar03:checked ~ #links03 li,
#sub #menu_bar04:checked ~ #links04 li,
#sub #menu_bar05:checked ~ #links05 li,
#sp-sub #menu_bar01_sp:checked ~ #links01_sp li,
#sp-sub #menu_bar02_sp:checked ~ #links02_sp li,
#sp-sub #menu_bar03_sp:checked ~ #links03_sp li,
#sp-sub #menu_bar04_sp:checked ~ #links04_sp li,
#sp-sub #menu_bar05_sp:checked ~ #links05_sp li {
	height: auto;
	opacity: 1;
}
/*-content-sub-menu-----------------------------------------------------*/
hr {
	margin: 10px 0px;
	border: none;
	background-color: #BBB;
	height: 1px;
}
#sub ul li:first-child,
#sp-sub ul li:first-child{
	/* margin-top: var(--main-padding); */
}
#sub ul.accordion_ul li,
#sp-sub ul.accordion_ul li {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#sub ul li a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	margin-top: var(--main-padding-small);
	color: #FFFFFF;
	line-height: 1.4em;
}
#sp-sub ul li a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	margin-top: var(--main-padding-small);
	color: #FFFFFF;
	line-height: 1.8em;
}

#sub ul li a:hover,
#sp-sub ul li a:hover{
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: var(--main-color);
	cursor:pointer;
}
#sub ul li#onPage a,
#sp-sub ul li#onPage a{
	color: var(--main-black-up);
	pointer-events: none;
}
#sub ul li#onPage a:hover,
#sp-sub ul li#onPage a:hover{
	cursor: default;
}
#sub img {
	left: var(--main-padding-large);
	position: absolute;
	width: 136px;
	bottom: var(--main-padding);
}
#sp-sub img {
	display: none;
}
/*-footer-----------------------------------------------------*/
footer {
	font: var(--main-font-meiryo);
	float: right;
	width: 100%;
	text-align: center;
	padding: calc( 2 * var(--main-padding) ) 0;
}
footer p {
	display: block;
	font-size: 82%;
}
footer a {
	text-decoration: none;
}

/*-content-main------------------------------------------------------*/
#contents {
	float: right;
	width: calc(100% - var(--main-sub));
	overflow-x: hidden;
	height: calc(100% - var(--main-header));
/*	scrollbar-color: #38ACB5 #EEE;
*/
}
#main {
	font: var(--main-font-meiryo);
	line-height: 1.8em;
	min-width: 750px;
	width: 100%;
	padding: var(--main-padding-large);
	box-sizing: border-box;
}
#main a:hover{
	color: var(--main-hover);
}
#main h2 {
	font: var(--main-font-large);
	font-weight: bold;
	color: var(--main-black);
	text-align: left;
	line-height: 1.6em;
	margin-bottom: var(--main-padding-small);
	padding: 4px 0px;
	margin: 12px auto 12px;
}

#main h2.accent {
	font: var(--main-font-large);
	font-weight: bold;
	color: var(--main-color);
	margin: 0 auto 12px;
	border-left: 3px solid;
	display: block;
	background: var(--main-color-high);
	padding: 4px 12px;
	margin: 12px auto 12px;
}
#main h2:first-of-type,
#main h2.accent:first-of-type,
#main h3.accent:first-of-type {
	margin-top: 0px;
}
#main h2.accent span {
	float: right;
	color: var(--main-black);
	font: var(--main-font-meiryo);
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
}

/*-home-span------------------------------------------------------*/
.span-box {
	width: 100%;
	height: auto;
	display: flex;
}
.span-left {
	width: 69%;
	overflow-x: hidden;
	margin-right: 1%;
}
.span-right {
	width: 30%;
	overflow-x: hidden;
}
.flex-item_pickup {
	max-width: 192px;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px gray;
}
/*-password-change-form-------------------------------------------*/
#form_password_change {
	width:100%;
	max-width: 500px;
}
#form_password_change table#form_password th {
	padding: 0px 0px 0px 0px;
	width: 25%;
	float: left;
}
#form_password_change table#form_password td {
	width: 73%;
	float: right;
}
#form_password_change table#form_password th.normal{
	color: var(--main-black);
	font-weight: normal;
}
#form_password_change div.exclamation{
	margin: 6px 0px;
	padding: 4px 0.6em;
	color: red;
	font-weight: bold;
	border: 1px red solid;
}

/*-form_file_up-------------------------------------------*/
.file_up {
	width:100%;
}
.file_up table th{
	text-align: left;
	color: var(--main-color);
	background-color: white;
	border: none;
}
.file_up table td{
	border: none;
	text-align: left;
	padding: var(--main-padding-small);
}
/*-form_register-------------------------------------------*/
#form_register {
	width:100%;
	max-width: 500px;
}
#form_register table th {
	padding: 0px 6px 0px 0px;
}
#form_register table th.normal{
	color: var(--main-black);
	font-weight: normal;
}
#form_register div.exclamation{
	margin: 6px 0px;
	padding: 4px 0.6em;
	color: red;
	font-weight: bold;
	border: 1px red solid;
}
#form_register th{
	padding-left: var(--main-padding-small);
	width: 25%;
	color: var(--main-color);
	background-color: white;
	border: none;
}
#form_register td{
	width: 75%;
	border: none;
}
#form_register input[type="email"]:focus,
#form_register input[type="text"]:focus,
#form_register input[type="tel"]:focus{
	background-color: rgba(232, 240, 254, 1);
}
#form_register input[type="submit"]{
	cursor: pointer !important;
}
#form_register input[type="email"],
#form_register input[type="text"],
#form_register input[type="tel"]{
	box-sizing: border-box;
	border: 1px var(--main-black-up) solid;
	font: var(--main-font-mid);
	font-weight: bold;
	padding: 0px 4px;
	height: 2.2em;
	width: 100%;
	overflow: hidden;
}
/*-dropdownlist_edit-------------------------------------------*/
.edit_list_box {
	overflow: hidden;
}
.edit_list_box select {
	text-align: left;
	font-weight: normal;
	text-overflow: ellipsis;
	outline: none;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	border: 1px solid var(--main-black-up);
	font: var(--main-font-mid);
	font-weight: bold;
	padding: 0px 4px;
	height: 2.2em;
	width: 100%;
	overflow: hidden;
}
.edit_list_box select::-ms-expand {
	display: none;
}
/*-reserve-form----------------------------------------------------*/
#lean_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: var(--main-black-low);
	font: var(--main-font-mid);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
#form_dialog {
	background: #FFF;
	width: 100%;
	max-width: 500px;
}
#form_dialog footer {
	padding-top: 4em;
}
#form_popup {
	height: auto;
	padding: 34px 40px;
	background: #FFF;
	width: 700px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#form_header {
	font: var(--main-font-meiryo);
	width: 100%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 4px;
}

.btn-flat-logo {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.4em 0;
	width: 190px;
	height: 25px;;
	text-decoration: none;
	color: white;
	background-color: var(--main-color);
	vertical-align: middle;
	text-align: center;
}
.btn-flat-logo:hover,
#main section #col-center a.btn-flat-logo:hover {
	background: #c62b57;
	color: white;
}
.btn-flat-print{
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.4em 0;
	width: 190px;
	height: 25px;;
	text-decoration: none;
	color: white;
	background-color: rgba(179,162,199, 0.9);
	vertical-align: middle;
	text-align: center;
}
.btn-flat-print:hover {
	background: #c62b57;
	color: white;
}
.modal_close {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.3em 0;
	width: 190px;
	height: 24px;;
	text-decoration: none;
	color: var(--main-black-mid);
	background-color: white;
	vertical-align: middle;
	text-align: center;
	border: 2px solid var(--main-black-mid);
}
.modal_close:hover {
	background: var(--main-black-mid);
	color: white;
}
.modal_del, .modal_del_wide{
	font: var(--main-font);
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	height: 42px;
	text-decoration: none;
	color: white;
	background-color: var(--main-color);
	vertical-align: middle;
	text-align: center;
	border: solid 0px var(--main-color-high);
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	line-height: 2.2em;
}
.modal_del {
	width: 60px;
}
.modal_del_wide#btn_login {
	width: 100%;
	max-width: 100%;
}

.modal_del_wide {
	width: 100%;
	max-width: 180px;
}

.modal_del:hover, .modal_del_wide:hover,
.modal_del:focus, .modal_del_wide:focus {
	opacity: 0.8;
	color: white;
	cursor: pointer;
}
.modal_del:disabled, .modal_del_wide:disabled {
	opacity: 1;
	cursor: not-allowed;
}

/*-lists-pager-----------------------------------------------------*/
#pager {
	margin-top: calc( 2 * var(--main-padding));
	width: 990px;
	text-align: center;
	height: 2.2em;
	font-weight: bold;
	color: var(--main-black-up);
}
#col-center{
	display: block;
	padding-bottom: var(--main-padding-small);
	font: var(--main-font-large);
	font-weight: bold;
	border: none;
}

/*-Engineers-shift-----------------------------------------------------*/
#shift th, #shift td {
	width: var(--main-table-head-small);
	max-width: var(--main-table-head-small);
}
.shift_on {
	font-family: FontAwesome;
	color: rgba(65,207,90,1);
	cursor: pointer;
	font-size: 1.2em;
	border: none;
	background: none;
	width: 2em;
	margin: 0 auto;
	outline : none;
	line-height: 1em;
}
.shift_off {
	font-family: FontAwesome;
	color: var(--main-black-up);
	cursor: pointer;
	font-size: 1.2em;
	border: none;
	background: none;
	width: 2em;
	margin: 0 auto;
	outline : none;
	line-height: 1em;
}
.shift_older, #menu .shift_older {
	cursor: default;
	color: var(--main-black-up);
}
.shift_none {
	visibility:hidden;
}
.shift_none:hover {
	cursor: default;
}

/*- Password Login-----------------------------------------------------*/
#lean_overlay_login {
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color: white;
	font: var(--main-font-mid);
	display: flex;
	justify-content: center;
	align-items: center;
}
#form_password{
	text-align: left;
	width: 100%;
	color: var(--main-black);
	margin-bottom: var(--main-padding-large);
	border-collapse: separate;
	border-spacing: 0px var(--main-padding);
	padding:0px;
	margin: 0 auto;
}
#form_password tbody td {
	position:relative;
	z-index: 1;
}
#form_password input.preview {
    font-family: FontAwesome;
    cursor: pointer;
    font-size: 1.4em;
    border: none;
    background: none;
    height: 95%;
    width: 2.4em;
    position:absolute;
    top: 1px;
    right: 0;
}
#form_dialog div .exclamation{
	margin: 6px 0px;
	padding: 4px 0.6em;
	color: red;
	font-weight: bold;
	border: 1px red solid;
}
#form_dialog a.reset_pw {
	font: var(--main-font-meiryo);
	font-size: 1em;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: var(--main-padding-large);
	text-decoration: underline;
}
#form_password th{
	padding-left: var(--main-padding-small);
	width: 100%;
	color: var(--main-color);
	background-color: white;
	border: none;
	display: block;
	text-align: left;
}
#form_password td{
	width: 100%;
	border: none;
	display: block;
	text-align: left;
}
#form_password select {
	/*margin-left: -8px;*/
}
#form_password input[type="email"]:focus ,
#form_password input[type="password"]:focus{
	background-color: rgba(232, 240, 254, 1);
}
#form_password input[type="submit"]{
	cursor: pointer !important;
}
#form_password input[type="email"],
#form_password input[type="password"],
#form_password input[type="text"] {
	box-sizing: border-box;
	border: 1px var(--main-black-up) solid;
	font: var(--main-font-mid);
	font-weight: bold;
	padding: 2px 0.6em 0px;
	height: 2.8em;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.btn_logout {
	-webkit-appearance: none;
	font-size: 0.7em;
	height: 2.6em;
	width: 100%;
	margin-top: 10px;
	border-radius: 2px;
	border: 1px solid var(--main-black-mid);
	background-color: var(--main-black-high);
	color: var(--main-black);
}
.btn_logout:hover {
	cursor: pointer;
	opacity: 0.9;
}
#modal_logo {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 20px;
	margin-top: 6px;
	text-align: center;
}
#modal_logo img {
	align: center;
	margin: 0 auto;
}
#modal_btn {
	width: 100%;
	height: 38px;
	margin-top: 14px;
}
#modal_logo img{
	width: 100%;
}

/*-information----------------------------------------------------*/
.employee_msg {
	display: block;
	color: white;
	font-size: 1.3em;
	border: 2px solid var(--main-black-mid);
	height: 2.6em;
	line-height: 2.2em;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: blue;
	max-width: 460px;
	margin: 0 auto 0.6em;
}
.employee_msg:hover{
	color: blue !important;
	background-color: white;
}
.postmsg {
	font-size: 1.1em;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid var(--main-black-mid);
	border-radius: 4px;
	padding: 4px 6px;
	margin-bottom: var(--main-padding-small);
	height: auto;
	max-height: 154px;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.postmsg:first-of-type {
	margin-top: var(--main-padding-small);
}
.postmsg p:first-child {
	font-size: 0.9em;
}
.postmsg p{
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.postmsg p a {
	color: var(--main-black);
	font-weight: bold;
}
.postmsg p font.name {
/*	color: var(--main-color); */
	font-size: 0.9em;
	font-weight: normal;
}
.postmsg p.postmsg_pre {
	font-size: 0.7em;
	color: var(--main-black-mid);
}
.read_on {
	opacity: 0.7;
}
/*-Application-box----------------------------------------------------*/
.top-flex {
	display: flex;
	box-sizing: border-box;
	padding: 6px 0px;
	margin-top: var(--main-padding-small);
	height: auto;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	flex-direction: row;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: flex-start;
}
.flex-item{
	padding-top: 0px;
	margin: 0 6px 12px 6px;
	width: 180px;
	min-width: 180px;
	height: 140px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px gray;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.flex-ele{
	padding-top: 0px;
	margin: 0 26px 2em 26px;
	width: 600px;
	min-width: 600px;
	height: 400px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
}
.flex-ele canvas{
	width: 100%;
	height: auto !important;
	margin: 1em 0;
}
.flex-ele span {
	display: block;
	width: 100%;
	font-size: 1.2em;
	line-height: 2em;
	border: 1px solid var(--main-black-up);;
	margin: 0.4em 0;
}
.flex-ele font {
	display: block;
	width: auto;
	float: left;
	text-align: left;
}
.badge {
	height: 0;
	width: 0;
	display:block;
	float: right;
}
.badge[data-num = "0"]::before {
	display: none;
}
.badge::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	content: attr(data-num);
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	background-color: #ef5350;
	border: none;
	border-radius: 50%;
	top: 4px;
	right: 0;
	transform: translate(40%, -40%);
	z-index: 1;
	align-items: center;
	left: -28px;
	color: white;
}

.flex-item:first-child{
//	margin-left: 0px;
}
.flex-item a img,
.flex-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-color: #FFF;
	cursor: poiter;
}
.flex-item a,
.flex-item img,
.flex-item input {
	margin: 0 auto;
	display: block;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 100%;
	width: 100%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.flex-item a:hover{
	cursor: poiter;
}

.flex-item_rinen {
	width: 25%;
	max-width: 192px;
}
.flex-item_rinen img {
	width: 100%;
}
.vision {
	list-style-type: disc;
	padding-left: 16px;
}
.flex-item_vision {
	width: 50%;
	max-width: 384px;
	overflow: hidden;
	box-sizing: border-box;
}
.flex-item_vision:hover{
}

/*-Information-----------------------------------------------------*/
.info_title {
	white-space: normal;
	height: auto;
	word-wrap:break-word;
	overflow-wrap: break-word;
}
.info_date {
	width: 100%;
	text-align: left;
	line-height: 2em;
	font-size: 0.9em;
}
.info_date span{
	margin-top: -6px;
}
.info_date i.fa{
	float: left;
	font-size: 18px;
	margin: 4px 6px 0px 0px;
}
.info_body {
	width: 100%;
	height: auto;
	text-align: left;
	line-height: 2em;
	margin: var(--main-padding-large) auto;
	padding: 0;
}
.info_body img {
	max-width: 100%;
	height: auto;
	margin: 0 aut
}

/*-information-config-form-------------------------------------------*/
#form_information {
	width:100%;
}
#form_information table th.normal{
	color: var(--main-black);
	font-weight: normal;
}
#form_information table{
	text-align: left;
	width: 100%;
	color: var(--main-black);
	margin-bottom: var(--main-padding-large);
	border-collapse: separate;
	border-spacing: 0px var(--main-padding);
	padding:0px;
}
#form_information table th{
	vertical-align: top;
	padding: 6px 6px 0px var(--main-padding-small);
	width: 100px;
	color: var(--main-color);
	background-color: white;
	border: none;
}
#form_information td{
	width: calc(100% - 100px);
	border: none;
}
#form_information input:focus,
#form_information textarea:focus {
	background-color: rgba(232, 240, 254, 1);
}

#form_information input,
#form_information textarea {
	resize: none;
	box-sizing: border-box;
	border: 1px var(--main-black-up) solid;
	font: var(--main-font-mid);
	font-weight: bold;
	padding: 0px 4px;
	height: 2.2em;
	width: 100%;
	overflow: hidden;
}
#form_information textarea {
	overflow:auto;
	height: 350px;
}
#form_information input[type="datetime-local"] {
	max-width: 216px;
}

/*-form-common-------------------------------------------*/
#form_common {
	width:100%;
	max-width: 820px;
}
#form_common table th.normal{
	color: var(--main-black);
	font-weight: normal;
}
#form_common table{
	text-align: left;
	width: 100%;
	color: var(--main-black);
	margin-bottom: var(--main-padding-large);
	border-collapse: separate;
	border-spacing: 0px var(--main-padding);
	padding:0px;
}
#form_common table th{
	vertical-align: top;
	padding: 6px 6px 0px var(--main-padding-small);
	width: 140px;
	color: var(--main-color);
	background-color: white;
	border: none;
}
#form_common td{
	width: calc(100% - 100px);
	border: none;
}
#form_common input:focus,
#form_common textarea:focus {
	background-color: rgba(232, 240, 254, 1);
}

#form_common input,
#form_common select {
	height: 2.2em;
}
#form_common input,
#form_common textarea,
#form_common select {
	resize: none;
	box-sizing: border-box;
	border: 1px var(--main-black-up) solid;
	font: var(--main-font-mid);
	font-weight: bold;
	padding: 0px 4px;
	width: 100%;
	background-color: white;
}
textarea.harassment_txt {
	overflow:auto;
	height: 250px;
}
textarea.shinsei_txt {
	overflow:auto;
	height: 150px;
}
/*--harassment-article----------------------------------------------------------*/
section.harassment_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 1080px;
}
section.harassment_flex div {
	width: 49%;
	margin: 0;
}
section.harassment_flex div h3{
	margin-top: 4px;
}
section.harassment_flex article {
	width: 100%;
	margin: 0;
}
section.harassment_flex div article img{
	border: 1px solid var(--main-black);
}

/*-information-config-edit-form-------------------------------------------*/
#user_body h3,
#user_body h4,
#user_body h5,
#user_body h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--main-color);
	padding: 2px 2px 2px 12px;
	margin:2px auto;
	position: relative;
}
#user_body h3::before,
#user_body h4::before,
#user_body h5::before,
#user_body h6::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 24px;
	left: 0;
	right: inherit;
	top: 4px;
	background: var(--main-color);
	display: inline-block;
}
#user_body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px gray;
	display:block;
	vertical-align:top;
}
#user_body div {
	width: 100%;
	box-sizing: border-box;
}
#user_body img {
	max-width: 100%;
	box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px gray;
	margin-bottom: 1em;
}
#user_body table {
	max-width: 100%;
	box-sizing: border-box;
	text-align: left;
}
#user_body table th{
	box-sizing: border-box;
	text-align: left;
	padding: 0.6em;
}
#user_body table td{
	box-sizing: border-box;
	text-align: left;
	padding: 0.6em;
}

/*-video-frame------------------------------------------------------*/
.signage-flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	
}
.signage {
	width: 29%;
	margin: 0 2% var(--main-padding) 2%;
}
.signage iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px gray;
	display:block;
	vertical-align:top;
}
img.img-signage,
img.movie {
	width: 100%;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px gray;
	display:block;
	vertical-align:top;
}
.parent_signage {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	vertical-align: top;
	margin-bottom: 1em;
}
.parent_signage .signage_rev{
	width: 340px;
	display: inline-block;
	margin-right: 1em;
	vertical-align: top;
	margin-bottom: 4px;
}
.parent_signage .signage_rev .yt .movie{
	width: 100%;
	height: 192.25px;
}
.parent_signage .signage_rev label{
	word-break:break-all;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	margin:6px 0 0px 0;
}
.title_signage {
	margin: 1em 0;
	border: 2px solid var(--main-color);
	width: auto;
	display: inline-block;
	padding-right: 0.5em;
}
.title_signage h3{
	margin: 0.3em 0.5em;
}
/*-home-search-box------------------------------------------------*/
.search_box {
	width: 100%;
	height: 5em;
	background-image: url("../img/search.jpg");
	display: inline-block;
	background-size: cover;
	opacity: 0.9;
	box-sizing: border-box;
	margin-top: 4px;
	margin-bottom: var(--main-padding);
}
.search_after {
	min-height: 70px;
	height: 70px;
}
.search_after #titlename{
	display: none;
}

#inputWrapper{
	box-sizing: border-box;
	width: 65%;
	min-width: 520px;
	max-width: 600px;
	height: 44px;
	margin: 12px auto 0;
	background-color: white;
	border: 2px #aaa solid;
	border-radius: 20px;
	position: relative;
}
.light_animation {
	animation:show 1.6s both;
}
.once_animation {
	animation:show_once 0.8s both;
}
@keyframes show {
    0% {
	box-shadow: 0 0 0px var(--main-color);
    }
    42% {
	box-shadow: 0 0 14px #F3F47F;
    }
    70% {
	box-shadow: 0 0 0px var(--main-color);
    }
    100% {
	box-shadow: 0 0 10px var(--main-color);
    }
}
@keyframes show_once {
    0% {
	box-shadow: 0 0 0px var(--main-color);
    }
    100% {
	box-shadow: 0 0 10px var(--main-color);
    }
}

#inputWrapper #serch_btn{
	font-family: FontAwesome;
	display: block;
	height: 90%;
	padding-left: 10px;
	box-sizing: border-box;
	color: var(--main-black-up);
	position: absolute;
	left: 0;
	top: 1px;
}
#inputWrapper #serch_clean{
	font-family: FontAwesome;
	height: 90%;
	border: none;
	background: none;
	height: 90%;
	box-sizing: border-box;
	color: var(--main-black-up);
	cursor: pointer;
	font-size: 1.3em;
	width: 1.5em;
	position: absolute;
	right: 0;
	top: 1px;
	padding-right: 1.5em;
}
#inputWrapper #serch_btn:hover{
	cursor: default;
}
#inputWrapper input[type='search']{
	-webkit-appearance: none;
	width: 44%;
	margin-left: 3em;
	height: 40px;
	font: var(--main-font-meiryo);
	border:none;
	background-color: white;
}
#inputWrapper select{
	width: 20%;
	margin-left: 0;
	height: 40px;
	font: var(--main-font-meiryo);
	color: var(--main-black-low);
	border:none;
	outline: none;
	border-radius: 20px;
}
#inputWrapper select:hover{
	cursor: pointer;
}

#serch_btn, #clear_btn, #search_old_btn{
	font-family: FontAwesome;
	cursor: pointer;
	font-size: 1.3em;
	border: none;
	background: none;
	width: 1.5em;
	height: 1.5em;
	top: -6px;
	outline : none;
	text-align: left;
	display: block;
	z-index: 2;
	padding-top: 4px;
}
#serch_btn{
	color: #3879D9;
	display: block;
	float:left;
}

/*-for change-form-------------------------------------------*/
#form_change {
	width:100%;
}
#form_change table th.normal{
	color: var(--main-black);
	font-weight: normal;
}
#form_change table{
	text-align: left;
	width: 100%;
	color: var(--main-black);
	margin-bottom: var(--main-padding-large);
	border-collapse: separate;
	border-spacing: 0px var(--main-padding);
	padding:0px;

}
#form_change table th{
	vertical-align: top;
	padding: 6px 6px 0px var(--main-padding-small);
	width: 100px;
	color: var(--main-color);
	background-color: white;
}
#form_change td{
	border: 2px solid white;
}
#form_change tbody th{
	padding: 4px;
	background-color: #DDD;
	border: 1px solid white;
}
#form_change td,
#form_change th{
	width: calc(100% - 100px);
	border: none;
}
#form_change td input:focus,
#form_change td textarea:focus {
	background-color: rgba(232, 240, 254, 1);
}

#form_change td input,
#form_change td textarea {
	resize: none;
	box-sizing: border-box;
	border: 1px var(--main-black-up) solid;
	font: var(--main-font-mid);
	padding: 0px 4px;
	height: 2.2em;
	width: 100%;
	overflow: hidden;
}

/*-pagetop button----------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 2em;
	right: 3em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	width: 3.75rem;
	height: 3.75rem;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 40%);
	opacity: 1;
	border-radius: 50%;
}

/*--movie-article----------------------------------------------------------*/
section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section div {
	width: 49%;
	margin: 6px 0;
}
section article {
	width: 100%;
	margin: 6px 0;
}
section article iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px grey;
	display: block;
	vertical-align: top;
}

/* shinsei--------------------------------------------------------------*/
#form_common td.shinsei_accent,
table.light-table .shinsei_accent{
	border: 2px green solid;
	padding: 0.4em;
	text-decoration: underline;
	text-align: center;
	box-sizing: border-box;
}

/* information-search ------------------------------------------------------*/
#info_Search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ededed;
    border: 0;
    border-radius: 10px;
    outline: 0;
    padding: 0 34px 0 41px;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    color: var(--main-black-mid);
}
.fa-search {
    position: absolute;
    margin-top: 1em;
    padding-left: 1em;
    color: var(--main-black-mid);
}

/*-flex-box-likeEB-----------------------------------------------------*/
.top-flex-likeEB {
	display: flex;
	box-sizing: border-box;
	padding: 6px 0px;
	margin-top: var(--main-padding-small);
	height: auto;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	flex-direction: row;
	box-sizing: border-box;
	flex-wrap: nowrap;
	align-items: flex-start;
	background: linear-gradient(
	    -45deg,
	    #EEE 25%, #E5E5E5 25%,
	    #E5E5E5 50%, #EEE 50%,
	    #EEE 75%, #E5E5E5 75%,
	    #E5E5E5
	);
	background-size: 20px 20px;
}
.top-flex-likeEB .flex-item{
	padding-top: 0px;
	margin: 6px 6px 6px 6px;
	width: 144px;
	min-width: 144px;
	height: calc( 190px + 4em);
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px gray;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.top-flex-likeEB .flex-item a img,
.top-flex-likeEB .flex-item img {
	height: calc( 100% - 4em);
	width: 100%;
	object-fit: cover;
	background-color: #FFF;
	cursor: poiter;
	border-bottom: 1px solid var(--main-black-up);
}
.top-flex-likeEB .flex-item a,
.top-flex-likeEB .flex-item img,
.top-flex-likeEB .flex-item input {
	margin: 0 auto;
	display: block;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 100%;
	width: 100%;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.top-flex-likeEB .flex-item span{
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	align-self: center;
	align-items: center;
	justify-content: center;
	min-height: 4em;
	color: var(--main-black-mid);
	font-weight: bold;
	font-size: 0.9em;
	overflow-wrap: normal;
	width: auto;
	white-space: normal;
	overflow: hidden;
	vertical-align: middle;
	padding: 0px 2px;
}
