@charset "utf-8";
/* safari */
_::-webkit-full-page-media, _:future, :root * {
	-webkit-appearance: none;
}
:root {
	--main-backgound: #ffffff;
	--main-backgound-a8: rgba(255, 255, 255, 0.8);
	--main-backgound-a5: rgba(255, 255, 255, 0.5);
	--sub-backgound: #ffffff;
	--sub-backgound2: #eeeeee;
	--sub-backgound3: #777777;
	--main-font: #222222;
	--sub-font: #555555;
	--main-border: #dddddd;
}
@media (prefers-color-scheme: dark) {
	:root {
	  --main-backgound: #000000;
	  --main-backgound-a8: rgba(0, 0, 0, 0.8);
	  --main-backgound-a5: rgba(0, 0, 0, 0.5);
	  --sub-backgound: #111111;
	  --sub-backgound2: #181818;
	  --sub-backgound3: #333333;
	  --main-font: #ffffff;
	  --sub-font: #999999;
	  --main-border: #282828;
	}
}



* {
	font-family: "Roboto", sans-serif;
	margin : 0px;
	padding: 0px;
}
body, header, main, footer, h1, h2, h3, p, nav, ul, li, dl, dt, dd, form {
	list-style: none;
	display: block;
	word-break: break-all;
}
body {
	color: var(--main-font);
	background: var(--main-backgound);
	font-size: 1em;
}
header {
	width: 100%;
	min-width: 980px;
	background: var(--main-backgound-a8);
	backdrop-filter: blur(2px);
	border-bottom: solid 1px var(--main-border);
}
main {
	display: flex;
	max-width: 1280px;
	min-width: 980px;
	margin: 0 auto;
}
footer {
	padding : 20px;;
	text-align: center;
	font-size:0.8em;
	border-top: solid 1px var(--main-border);
}
input, select, textarea {
	padding: 10px;
	margin: 3px 0px;
	border: solid 1px var(--main-border);
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Chrome, Safari */
	border-radius: 4px;
	background: var(--sub-backgound);
	color: var(--main-font);
}
input, select, textarea:focus {
	outline: none;
}
input[type="submit"], input[type="button"] {
	border-style:none;
	cursor: pointer;
	white-space: pre-line;
	word-break: break-all;
	padding: 5px 10px;
	border-radius: 5px;
	transition : .3s;
	color : #1d9bf0;
	background: var(--sub-backgound2);
}
input[type="submit"]:hover, input[type="button"]:hover {
	text-decoration: none;
	filter: opacity(0.8);
}
input[type="submit"].button, input[type="button"].button {
	display : inline-block;
	border-radius : 999px;
	text-align : center;
	padding : 8px 16px;
	background : #1d9bf0;
	color : #ffffff;
	border: none;
	margin: 2px;
}
input[type="submit"].button.delete, input[type="submit"].button.back, input[type="button"].button.delete, input[type="button"].button.back {
	background: var(--sub-backgound3);
}
input[type="file"] {
	border-style:none;
}
input[type="url"] {
	width: 100%;
}
input[type="checkbox"] {
	cursor: pointer;
}
input[type="checkbox"]+ label {
	cursor: pointer;
	-webkit-user-select: none;
}
input[type="text"],  textarea {
	width:100%;
	resize: none;
}
input[type="number"], input[type="tel"] {
	width: 200px;
}
/* ラジオボタン start */
input[type="radio"].normal-radio {
	display: none;
}
input[type="radio"].normal-radio + label{
	padding-left: 20px;
	position:relative;
	margin-right: 15px;
	cursor: pointer;
}
input[type="radio"].normal-radio + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	border: solid 1px var(--sub-font);
	border-radius: 50%;
}
input[type="radio"].normal-radio:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 3px;
	width: 10px;
	height: 10px;
	background: var(--sub-font);
	border-radius: 50%;
}
/* ラジオボタン end */

/* ラジオボタン ボタン風 start */
.button-radio, .button-check {
	letter-spacing: -.4em;
	padding: 5px 0px;
}
.button-radio input[type="radio"], .button-check input[type="checkbox"] {
	display:none; 
}
.button-radio label, .button-check label {
	cursor: pointer;
	display: inline-block;
	letter-spacing: normal;
	color:#ffffff;
	background: var(--sub-backgound3);
	padding: 5px 10px;
	border-radius: 5px;
	margin: 5px;
	font-size: 0.9em;
}
.button-radio input[type="radio"]:checked + label, .button-check input[type="checkbox"]:checked + label { 
	background:#1d9bf0;
}
/* ラジオボタン ボタン風 end */

/* コメントを非公開 チェックボタン start */
.private input[type="checkbox"].ckbox { display: none; }
.private input[type="checkbox"].ckbox + label {
	position: relative;
	padding-left: 18px;
	margin-right: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.private input[type="checkbox"].ckbox + label:last-child { 
	margin-bottom: 0; 
}
.private input[type="checkbox"].ckbox + label:before {
	content: '\f3c1';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: block;
	position: absolute;
	top: 3px;
	opacity: 1;
	transition: .2s;
}
.private:hover {
	color: #1d9bf0;
}
.private input[type="checkbox"].ckbox:checked + label{
	color: #1d9bf0;
}
.private input[type="checkbox"].ckbox:checked + label:before {
	content: '\f023';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #1d9bf0;
}
/* コメントを非公開 チェックボタン end */
a {
	color: #1d9bf0;
	text-decoration: none;
	transition: .2s;
}
a:hover {
	text-decoration: underline;
	filter: opacity(0.8);
}
a.button {
	background: #1d9bf0;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 0.9em;
}
.button:hover {
	text-decoration: none;
}

p.caution {
	color:#ff0000;
}
p.shortText {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.complete {
	border-bottom: solid 1px var(--main-border);
}
div.stats {
	font-size: 0.9em;
	padding:20px;
	text-align: center;
}

/* flaot 区切り start */
.cf:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
}
/* flaot 区切り end */

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

article {
	width: 1000px;
	min-width: 750px;
	box-sizing: border-box;
	border-left: solid 1px var(--main-border);
	border-right: solid 1px var(--main-border);
}
h3 {
	display: block;
	padding: 20px;
	font-size: 1.3em;
	border-bottom: solid 1px var(--main-border);
}
h3 span {
	display: inline-block;
	vertical-align: bottom;
}
h3 .version {
	background: var(--sub-backgound3);
	color: #ffffff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 0.7em;
	font-weight: normal;
}

header .contents {
	max-width: 1280px;
	min-width: 980px;
	margin: 0 auto;
	display: flex;
}
header .contents h1 {
	display: block;
	box-sizing: border-box;
	width: 280px;
	min-width: 230px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px;
}
header .contents h1 a {
	color: var(--main-font);
}
header .contents h1 a:hover {
	text-decoration: none;
}
header .serarch {
	display: block;	
	box-sizing: border-box;
	padding: 20px;
	min-width: 750px;
	width: 1000px;
}
.search_container {
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border: solid 1px var(--main-border);
	background: var(--sub-backgound);
	border-radius: 999px;
	padding: 5px 10px;
	width: 100%;
}
.search_container:focus,  header .search_container:hover {
	border: solid 1px #1d9bf0;
}
.search_container input[type="text"]{
	border: none;
	height: 2.0em;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"] {
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 1.4em;
	border: none;
	background: none;
	color: #1d9bf0;
	position: absolute;
	width: 2.0em;
	height: 2.0em;
	right: 0;
	top: -5px;
	outline : none;
	padding: 0px;
	background: var(--sub-backgound);
}

aside.menu {
	position: relative;
	box-sizing: border-box;
	width: 280px;
	min-width: 230px;
}
aside.menu nav {
	max-width: 280px;
	min-width: 230px;
	padding: 40px 0;
}
aside.menu nav ul {
	width: auto;
	padding: 0 10px;
}
aside.menu nav ul li {
	display: block;
	margin-bottom: 10px;
}
aside.menu nav ul li a {
	display: inline-block;
	font-size: 1.3em;
	border-radius: 999px;
	padding: 8px 5%;
	color: var(--main-font);
	-webkit-user-select: none;
}
aside.menu nav ul li a.master {
	color: #1d9bf0;
}
aside.menu nav ul li a:hover {
	background: var(--sub-backgound2);
	text-decoration: none;
}
aside.menu nav ul li.write a {
	text-align: center;
	width: auto;
	background: #1d9bf0;
	color: #ffffff;
	padding: 8px 15%;
	margin-top: 20px;
}

aside.menu .member {
	max-width: 280px;
	min-width: 230px;
	padding: 10px 0;
	bottom: 0;
}
aside.menu nav.fixedNav {
	position: fixed;
	padding: 110px 0 ;
}

aside.menu .mobileMenuBt {
	display: none;
}


/* テーブル ----------------------------------------------*/
table {
	width: 100%;
	table-layout: fixed;
}
table caption {
	padding: 20px;
	font-weight: bold;
	border-bottom: solid 1px var(--main-border);
}
table, th, td {
	vertical-align: middle;
	border-collapse: collapse;
	padding: 20px;
	border-bottom: solid 1px var(--main-border);
}
main table th {
	width: 30%;
	background: var(--sub-backgound2);
	font-weight: normal;
}
main table tr td img{
	width: 100%;
	max-width: 100%;
} 
table p {
	color: var(--sub-font);
	font-size: 0.8em;
	padding: 5px;
}
table.row td {
	text-align: center;
}
tr.open0 {
	background: #bbbbbb;
	color: #dddddd;
}
table.intable {
	border: solid 1px var(--main-border);
	margin-bottom: 10px;
}
table.intable, table.intable th, table.intable td {
	padding: 10px;
}

/* ロゴ色 */
.fa-pen {
	color: #1d9bf0;
}

/* ログインページ */
.login {
	max-width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.login .contents {
	background: var(--sub-backgound);
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.login .contents h1 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
}
.login .contents input {
	outline: 0;
	width: 100%;
	margin: 0 0 20px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
}
.login .contents button {
	text-transform: uppercase;
	outline: 0;
	background: #1d9bf0;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 1em;
	transition: .2s;
	cursor: pointer;
	border-radius: 999px;
	font-weight: bold;
}
.login .contents button:hover,.form button:active,.form button:focus {
	background: #34a5f1;
}
.login .contents .message {
	margin: 20px 0 0;
	color: var(--sub-font);
}
.logout {
	padding: 50px 0;
}
.logout p {
	font-size:0.8em;
	color: var(--sub-font);
}
.logout a {
	color: #f57777;
}

/* ページネーション start */
.pagination {
	display: block;
	text-align: center;
	padding: 20px;
}
.pagination ul {
	display: inline-block;
	/* IE7 inline-block hack */
	margin-left: 0;
	margin-bottom: 0;
	border-radius: 4px;
}
.pagination li {
	display: inline;
}
.pagination label {
	display: block;
	color: var(--sub-font);
	font-size: 0.9em;
}
.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: solid 1px var(--main-border);
	border-left-width: 0;
	color:#1d9bf0;
}
.pagination a:hover,
.pagination .active a {
	background: var(--sub-backgound2);
}
.pagination .active a {
	color: var(--sub-font);
	cursor: default;
}
.pagination p {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: solid 1px var(--main-border);
	border-left-width: 0;
	background: var(--sub-backgound2);
	color: var(--sub-font);
	cursor: default;
}
.pagination li:first-child p {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.pagination li:last-child p {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
	color: var(--sub-font);
	background-color: transparent;
	cursor: default;
}
.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
/* ページネーション end */

.addWrap {
	display: block;
	text-align: center;
	padding: 20px 10px;
}
.addWrap a.button {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
}


/* 掲示板 start */
.bbs a.btn {
	display: block;
	padding: 8px 16px;
	border-radius: 5px;
	color: #ffffff;
}
.bbs a.btn:hover {
	text-decoration: none;
	filter: opacity(0.8);
}
.bbs a.write {
	float: right;
	background: #1d9bf0;
}
.bbs a.config {
	float: right;
	background: #8b8b8b;
}
.bbs .contents {
	width: auto;
	text-align: left;
	line-height: 1.4em;
	clear: both;
}
.bbs .contents dl {
	border-bottom: solid 1px var(--main-border);
	padding: 40px 20px;
	cursor: pointer;
}
.bbs .contents dl:hover {
	background: var(--sub-backgound2);
}
.bbs .contents dl:last-child {
	margin-bottom: none;
}
.bbs .contents dt {
	clear: left;
	float: left;
}
.bbs .contents dt .date {
	font-size: 0.8em;
	color: var(--sub-font);
}
.bbs .contents dt div.new {
	color: #E84C3D;
}
.bbs .contents dd {
	margin-left: 200px;
	line-height: 1.6em;
}
.bbs .contents i.icon {
	color: #ffffff;
	font-size: small;
	font-style: normal;
	border-radius: 3px;
	padding: 4px 8px;
	margin-right: 5px;
}
.bbs .contents i.red {
	background: #E84C3D;
}
.bbs .contents i.orange {
	background: #F1C40F;
}
.bbs .contents i.green {
	background: #2FCC71;
}
.bbs .contents dd a {
	color: var(--main-font);
}
.bbs .contents dd a:hover {
	text-decoration: underline;
}
.bbs .contents dd a.edit {
	margin-left: 10px;
	font-size: 0.9em;
	font-weight: normal;
	color: #1d9bf0;
}
.bbs .contents dd b {
	margin-left: 10px;
	font-size: 0.9em;
	font-weight: normal;
}
.bbs .contents dd b.comment {
	color: #22c21a;
}
.bbs .contents dd b.photo {
	color: #bd1fff;
}
.bbs .readpage {
	margin-bottom: 0px;
}
.bbs .readpage h4 {
	width: auto;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 1.4em;
	line-height:normal;
}
.bbs .readpage h4 i{
	vertical-align: middle;
}
.bbs .readpage div.info {
	padding: 20px 20px 0px 20px;
}
.bbs .readpage div.info b.date {
	font-weight: normal;
	color: var(--sub-font);
}
.bbs .readpage div.info b.user {
	margin-right: 10px;
	font-size: 1.2em;
}
.bbs .readpage div.info b.user i {
	margin-right: 5px;
}
.bbs .readpage div.text {
	padding: 10px 20px;
	white-space: pre-wrap;
}
.bbs .readpage div.photo {
	padding: 8px 18px;
}
.bbs .readpage div.photo img{
	padding: 2px;
	vertical-align: top;
	max-width: 100%;
}
.bbs .comment {
	border: none;
	padding: 0px;
}
.bbs .comment h4 {
	width: auto;
	padding: 5px 15px;
	border-bottom: solid 1px var(--main-border);
	font-weight: bold;
	font-size:medium;
	color: var(--sub-font);
}
.bbs .comment ul li {
	padding: 20px;
	border-bottom: solid 1px var(--main-border);
	vertical-align: middle;
}
.bbs .comment ul li:last-child {
	border-bottom: none;
}
.bbs .comment ul li.noComment {
	text-align: center;
	padding: 40px;
}
.bbs .comment ul li b {
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 10px;
}
.bbs .comment ul li b.number {
	font-weight: bold;
}
.bbs .comment ul li b.user {
	font-weight: bold;
}
.bbs .comment ul li b.date {
	color: var(--sub-font);
}
.bbs .comment ul li b.lock {
	color: var(--sub-font);
}

.bbs .comment ul li a.delete {
	color: #E84C3D;
	transition: 0.3s;
}
.bbs .comment ul li a.delete:hover {
	opacity: 0.5;
}
.bbs .comment form.input {
	padding: 20px;
	background: var(--sub-backgound2);
	border-top: solid 1px var(--main-border);
	border-bottom: solid 1px var(--main-border);
}
.bbs .comment form.input select.author {
	vertical-align: middle;
}
.bbs .comment div.notes {
	color: var(--sub-font);
	font-size: 0.8em;
	padding: 20px;
}
.bbs .comment form.input div.private {
	display: inline-block;
	background: var(--sub-backgound);
	font-size: small;
	padding: 6px 0px 6px 8px;
	border: solid 1px var(--main-border);
	vertical-align: middle;
}
div.done {
	text-align: center;
	padding: 20px;
}
div.done input[type="submit"]{
	width: 100%;
	max-width: 600px;
	font-family: FontAwesome;
	font-size: 1em;
	padding: 8px 0px;
}
div.done.type1 {
	padding: 0px;
}
/* 返信 */
.bbs .comment .reply {
	padding-left: 10%;
}
.bbs .comment .reply ul li {
	border: solid 1px var(--main-border);
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0px 0px 0px;
}
.bbs .comment .reply div.option {
	padding: 10px 0px 5px 0px;
	text-align: right;
}
.bbs .comment .reply .option span.button {
	display: inline-block;
	font-size: small;
	color:#ffffff;
	background: var(--sub-backgound3);
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
}
.bbs .comment .reply .option span.button:hover {
	opacity: 0.9;
}
.bbs .comment .reply input.view {
	display: none;
}
.bbs .comment .reply .display {
	padding: 0px;
	margin: 0px;
	height: 0;
	overflow: hidden;
	transition: 0.3s;
	opacity: 0;
	border: none;
}
.bbs .comment .reply input.view:checked ~ .display {
	padding: 10px;
	height: auto;
	opacity: 1;
	border: none;
	border-radius: 5px;
}



/* 顧客管理リスト ＆ 閲覧履歴リスト start */
.customer .contents, .viewhistory .contents {
	width: auto;
	text-align: left;
	clear: both;
}
.customer .contents dl, .viewhistory .contents li {
	border-bottom: solid 1px var(--main-border);
	padding: 30px;
	cursor: pointer;
}
.customer .contents dl:hover, .viewhistory .contents li:hover {
	background: var(--sub-backgound2);
}
.customer .contents dl:last-child {
	margin-bottom: none;
}
.customer .contents dt {
	clear: left;
	float: left;
}
.customer .contents dt .tel {
	font-weight: bold;
}
.customer .contents dd {
	margin-left: 200px;
}
.customer .contents dd div.title, .viewhistory .contents li div.title {
	position: relative;
	padding-left: 9em;
	margin-bottom: 4px;
	line-height: 1.4em;
}
.customer .contents dd div.title span, .viewhistory .contents li div.title span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 10px;
	color: #ffffff;
	background: var(--sub-backgound3);
	font-size: 0.8em;
	border-radius: 2px;
	min-width: 110px;
	text-align: center;
	font-style: normal;
}
.customer .contents dd div.title span:after, .viewhistory .contents li div.title span:after {
	position: absolute;
	top: calc(50% - 10px);
	right: -5px;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 0 10px 15px;
	border-style: solid;
	border-color: transparent transparent transparent var(--sub-backgound3);
}
.customer .contents dd div.title.new {
	color: #E84C3D;
}
.customer .contents dd div.title.new span {
	background: #E84C3D;
}
.customer .contents dd div.title.new span:after {
	border-color: transparent transparent transparent #E84C3D;
}
.customer .contents dd div.title p.shortText {
	font-size: 0.8em;
}
.customer .contents table tr td.new {
	color: #E84C3D;
}
.customer .contents table tr td.tel {
	font-weight: bold;
}
.customer .contents table tbody tr td a.button, .viewhistory .contents table tr td a.button  {
	display: block;
	margin-top: 10px;
	text-align: center;
}
.customer .contents table tr td.memo {
	white-space: pre-wrap;
}
.customer .contents table tr th, .viewhistory .contents table tr th {
	text-align: center;
}
.customer .contents table tfoot tr td {
	padding: 30px 10px;
}
.customer .contents table tfoot tr td a.button {
	display: block;
	width: auto;
	text-align: center;
	padding: 15px 0;
}
.customer .contents table tfoot tr td a.edit {
	background: #2FCC71;
}
.customer .contents table tfoot tr td a.delete {
	background: var(--sub-backgound3);
}



/* スマホ・タブレット端末 720pxまで*/
@media screen and (min-width: 0px) and (max-device-width: 720px) {
	.login {
		width: 80%;
	}
	.login .contents {
		padding: 20px;
	}
	header {
		min-width: auto;
	}
	header .contents {
		display: block;
		width: 100%;
		min-width: auto;
	}
	header .contents h1 {
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	header .serarch {
		width: 100%;
		min-width: auto;
		padding: 0px 10px 10px 10px;
	}
	main {
		display: block;
		width: 100%;
		min-width: auto;
	}
	input[type="tel"] {
		width:100%;
		resize: none;
	}
	aside.menu {
		box-sizing: border-box;
		width: 100%;
	}
	article {
		width: 100%;
		min-width: auto;
		border-left: none;
		border-right: none;
	}
	h3 {
		padding: 10px;
	}
	.bbs .contents {
		padding: 0px;
	}
	.bbs .contents dl {
		padding: 10px;
	}
	.bbs .contents dt {
		display: block;
		float: none;
	}
	.bbs .contents dd {
		display: block;
		margin-left: 0px;
	}
	.pagination {
		padding: 10px;
	}
	.bbs .readpage div.info {
		padding: 10px 10px 0px 10px;
	}
	.bbs .readpage div.info b.date {
		font-size: 0.8em;
	}
	.bbs a.write {
		float: none;
		margin: 5px;
		text-align: center;
	}
	.bbs .readpage h4 {
		padding: 5px 10px;
	}
	.bbs .readpage div.text {
		padding: 5px 10px;
	}
	.bbs .readpage div.photo {
		padding: 5px 10px;
	}
	.bbs .readpage div.photo img{
		width: 100%;
	}
	.bbs .comment ul li {
		padding: 10px;
	}
	.bbs .comment form.input {
		padding: 10px;
	}

	/*顧客管理*/
	.customer .contents dl, .viewhistory .contents li {
		padding: 10px 10px 15px 10px;
	}
	.customer .contents dt {
		display: block;
		float: none;
		padding: 3px 2px 8px 2px;
		text-align: center;
	}
	.customer .contents dt div {
		display: inline-block;
		padding: 4px 8px;
		margin: 2px;
		border: solid 1px #777777;
		border-radius: 999px;
	}
	.customer .contents dt div.tel {
		border: solid 1px #1d9bf0;
	}
	.customer .contents dd {
		display: block;
		margin-left: 0px;
	}


	main table caption {
		padding: 10px;
	}
	main table th {
		width: auto;
		display: block;
		border-bottom: none;
		padding: 10px;
	}
	main table td {
		width: auto;
		display: block;
		border-bottom: none;
		text-align: center;
		padding: 10px;
	}
	main .slider table.row {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		padding: 0px;
	}
	main .slider table.row th {
		display: table-cell;
		font-size: 0.9em;
	}
	main .slider table.row td {
		display: table-cell;
		font-size: 0.9em;
	}
	main .slider table.row td  input[type="submit"] {
		white-space: nowrap;
	}
	main .slider table.intable th {
		width: 100%;
	}
	main table tr td img{
		width: 100%;
	}
	main table tr td div.photo{
		margin-bottom:10px;
	}
	main table tr td input[type="text"], main table tr td input[type="tel"], main table tr td input[type="number"] {
		text-align: center;
	}

	/*顧客管理*/
	main .customer .contents table tfoot {
		display: table;
		width: auto;
		border-top: solid 1px var(--main-border);
	}
	main .customer .contents table tfoot tr td, main .viewhistory .contents table tfoot tr td{
		display:table-cell;
		width:1%;
		padding: 20px 5px;
	}

	div.done {
		padding: 10px;
	}
	footer {
		padding: 20px 20px 80px 20px;
	}
	
    /* スマートフォンハンバーガーメニュー start */
    .scroll-prevent {
        overflow: hidden;
        user-select: none;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
	aside.menu .mobileMenuBt {
		display: block;
		width: 100%;
        position: fixed;
		z-index: 500;
		bottom: 15px;
		text-align: center;
		letter-spacing: -.4em;
		height: 50px;
	}
    aside.menu .subButton {
        display: inline-block;
		letter-spacing: normal;
		margin: 0 5px;
		vertical-align: top;
    }
    aside.menu .subButton input[type="submit"]{
        height: 50px;
		font-family: FontAwesome;
        cursor: pointer;
        text-align: center;
        border-radius: 999px;
        background: #1d9bf0;
		color:#ffffff;
		padding: 0px 20px;
		margin: 0px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.2);
		border: none;
		font-size: 1em;
		text-align: center;
		left: 10px;
    }
    aside.menu .navToggle {
        display: inline-block;
		position: relative;
		vertical-align: top;
		letter-spacing: normal;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        border-radius: 999px;
        background: #1d9bf0;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.2);
		margin: 0 5px;
    }
    aside.menu .navToggle span {
        display: block;
        position: absolute;
        width: 34px;
        margin: 0 auto;
        border-bottom: solid 4px #ffffff;
		border-radius: 5px;
		left: 8px;
    }
    aside.menu .navToggle span:nth-child(1) {
        top: 14px;
    }
    aside.menu .navToggle span:nth-child(2) {
        top: 23px;
    }
    aside.menu .navToggle span:nth-child(3) {
        top: 32px;
    }
    aside.menu .mobileMenuBt.active {
        top: 0;
        right:0;
        cursor: pointer;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        background: var(--main-backgound-a5);
        -webkit-tap-highlight-color: var(--main-backgound);
		backdrop-filter: blur(2px);
    }
    aside.menu .navToggle.active {
        top: 0;
        right:0;
        cursor: pointer;
        width: 100%;
        height: 100%;
		background: none;
		border-radius: 0px;
    }
    aside.menu .navToggle.active .position {
        position: relative;
        top: 50%;
		left: auto;
        right: -15%;
    }
    aside.menu .navToggle.active span {
        width: 40px;
        border-bottom: solid 8px #777777;
    }
    aside.menu .navToggle.active span:nth-child(1) {
        top: 16px;
        left: 8px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    aside.menu .navToggle.active span:nth-child(2) {
        top: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    aside.menu .navToggle.active span:nth-child(3) {
        display: none;
    }
    aside.menu nav.globalMenuSp {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition: all 0.2s;
        width: 50%;
        height: 100%;
        background: var(--main-backgound);
		padding: 20px 10px;
		min-width: 180px;
    }
    aside.menu nav.active {
        transition: all 0.2s;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }
    aside.menu nav.globalMenuSp ul {
        width: 100%;
        height: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
		padding: 0px;
		text-align: center;
    }
    aside.menu nav.globalMenuSp ul {
        width: 100%;
        height: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
		padding: 0px;
		text-align: center;
    }
    aside.menu nav.globalMenuSp ul li {
        width: 100%;
		border-bottom: solid 1px var(--main-border);
		text-align: left;
    }
    aside.menu nav.globalMenuSp ul li a{
        width: 100%;
    }
    aside.menu nav.globalMenuSp ul li a:hover{
        background: none;
    }
    aside.menu nav.globalMenuSp ul li.write {
        border-bottom: none;
    }
    aside.menu nav.globalMenuSp ul li.write a{
        width: auto;
    }
    aside.menu nav.globalMenuSp ul li.write a:hover{
        background: #1d9bf0;
    }
	

    /* このクラスを、jQueryで付与・削除する */
    aside.menu nav.globalMenuSp.active {
        transform: translateX(0%);
    }
    /* スマホ用のハンバーガーメニュー end */

  
}




