@charset "utf-8";

	@import url("font.css");

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	base

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'NotoSansCJKjp',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #4C4948;
	background:#f2f2f2;
}

img {
	vertical-align: bottom;
}

a {
	outline: none;
	text-decoration: underline;
	color: #4C4948;
}

a img  {
	border: none;
}
a:hover img  {
	opacity: 0.8;
}

li {
	list-style-type: none;
}

main {
	display: block;
}

@media screen and ( max-width:767px ) {
	.pcOnly {
		display:none !important;
	}
}
@media screen and ( min-width:768px ) {
	.spOnly {
		display:none !important;
	}
}
a:link ,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}

.bg_white {
	background:#ffffff;
}
.bg_gray {
	background:#f2f2f2;
}

.red {color:#ff0000;}
.gray {color:#888888;}
.blue {color:#007fda;}


.mt0{margin-top:0px !important;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.mb0{margin-bottom:0px !important;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.ml0{margin-left:0px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml1em{margin-left:1em;}
.ml2em{margin-left:2em;}
.ml3em{margin-left:3em;}
.ml4em{margin-left:4em;}

.fontsize_150 {font-size:150% !important ;}
.fontsize_120 {font-size:120% !important ;}
.fontsize_90 {font-size:90% !important ;}
.fontsize_80 {font-size:80% !important ;}
.fontsize_70 {font-size:70% !important ;}

.tx_kome {
	font-size:80%;
}

.alert {
    color: #cc0000;
    padding: 0px;
    margin: 0px;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	header

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.header {
	background: #01448a;
}
.header .inner {
	display:flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
	padding:10px 0 ;
}
.header .inner .logo {
	text-align:center;
}
.header .inner .logo img {
	width:500px;
}
.header .inner .ti {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:30px;
	line-height:1;
	color:#fff;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	footer

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.footer { 
	margin-top:50px;
	padding:20px 0 130px;
	border-top:1px solid #ddd;
	background: #e8e8e8;
}
.footer .inner {
	margin:0 auto;
	width:50%;
	display:flex;
	justify-content: space-around;
}
.footer .inner a{
	padding:10px 0;
	display:block;
	color:#fff;
	background: #999;
	box-shadow:3px 3px 1px #ccc;
	width:48%;
	text-align: center;
}
.footer .inner a:hover {
	text-decoration: none;
	background: #31c509;
}


.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222 !important;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff !important;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	共通

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
	    pointer-events: none;
	}
}

h2 {
	margin:0 5% 20px;
	padding:10px 0 12px 10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	line-height:1;
	background:#0051ad;
	color:#fff;
}
h3 {
	margin:0 5% 20px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	line-height:1;
	text-align:left;
}
.pageTitle {
	/* margin: 90px 0 30px ; */
	margin: 90px 0 0 0 ; /* 20230209 */
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	font-size:36px;
	line-height:1.8;
	text-align:center;
}

.btnWrap_back a {
	margin:0 10px;
	padding:10px 0;
	display:block;
	color:#fff;
	background: #25ad00;
	box-shadow:3px 3px 1px #ccc;
	min-width:8em;
	text-align: center;
}
.btnWrap_back a:hover {
	text-decoration: none;
	background: #31c509;
}
.btnWrap_back {
	margin:10px auto 0;
	width:800px;
	display:flex;
	justify-content: flex-end;
}

.btnWrap_fixed {
	position: fixed;
	bottom: 0;
	margin:0px auto 0;
	width:800px;
	display:flex;
	justify-content: center;
	background-color: rgba(0,0,0,0.7);
}
.btnWrap_fixed p {
	margin:0 20px;
}
.btnWrap_fixed input[type = "button"]{
  border: 0;
  background-color: #ff69b4;
  display: block;
  margin: 20px auto;
  border: 2px solid #ff69b4;
  padding: 15px 10px;
  width: 200px;
  outline: none;
  color: white;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
	box-shadow:3px 3px 1px #ccc;
}
.btnWrap_fixed input[type = "button"]:hover {
  background-color: #ff86c3;
  border: 2px solid #ff69b4;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	link_bnr

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.link_bnr {
	margin:0 auto 20px;
	width:70%;
	display:flex;
	justify-content: space-around;
}
.link_bnr a {
	padding:10px 0;
	display:block;
	color:#fff;
	background: #999;
	box-shadow:3px 3px 1px #ccc;
	width:48%;
	text-align: center;
}
.link_bnr a:hover {
	text-decoration: none;
	background: #31c509;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	アコーディオン

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
    .acdWrap {
      margin:0 0;
    }
    .acd-check{
      display: none;
    }
    .acd-label{
      display:block;
      padding: 0 0;
    }
    .acd-label h2 {
	margin:0 5% 20px;
	padding:10px 0 12px 10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	line-height:1;
	background:#0051ad url(../img/acd_ic_open.png) no-repeat ;
	background-size: 30px 30px;
	background-position:right 20px center;
	color:#fff;
}
    .acd-content{
      display: none;
      height: 0;
      opacity: 0;
      transition: all 0.5s 0s ease;
      visibility: hidden;
    }
    .acd-check:checked + .acd-label h2 {
	margin:0 5% 20px;
	padding:10px 0 12px 10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	line-height:1;
	background:#0051ad url(../img/acd_ic_close.png) no-repeat ;
	background-size: 30px 30px;
	background-position:right 20px center;
	color:#fff;
}
    .acd-check:checked + .acd-label + .acd-content{
      display:block;
      height:auto;
      opacity: 1;
      padding: 0 0;
      visibility: visible;
    }

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	〇〇〇〇〇〇ホテル様

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sec_user {
	margin:10px auto 0;
	width:800px;
	text-align:right;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	本日 〇〇人のスタッフをご用意しています

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sec_honjitu {
	padding:20px 0 0 ;
	text-align:center;
}
.sec_honjitu span {
	padding:10px 20px;
	display:inline-block;
	text-align:left;
	border:5px solid  #62a1e7;
	background:#fff;
}
.sec_honjitu span strong {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:26px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	sec_login

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.mv_hotel {
	background:url(../img/mv_hotel.png) no-repeat top center ;
	background-size:contain;
}
.sec_login {
	text-align:center;
}
.sec_login .inner {
	margin:0 auto;
	padding:50px 0 ;
	background: #fff;
	width:50%;
}

.form_login {
	margin:30px 0;
}

form input[type = "id"],form input[type = "password"] {
  border: 0;
  background: #fff;
  display: block;
  margin: 10px auto 20px;
  border: 2px solid #999;
  padding: 15px 10px;
  width: 300px;
  outline: none;
  transition: 0.25s;
  text-align: center;
}

form input.login_btn[type = "submit"]{
  border: 0;
  background-color: #ff69b4;
  display: block;
  margin: 20px auto;
  border: 2px solid #ff69b4;
  padding: 15px 10px;
  width: 200px;
  outline: none;
  color: white;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
	box-shadow:3px 3px 1px #ccc;
}
form input.login_btn[type = "submit"]:hover {
  background-color: #ff86c3;
  border: 2px solid #ff69b4;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	カレンダー

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sec_calendar .inner {
	margin:0 auto;
	padding:50px 0 ;
	background:#fff;
	width:800px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	状態

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.statusWrap {
	margin:0 5%;
	padding:20px 5%;
	border:3px solid #ddd;
}
.statusWrap .ti {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	border-bottom:1px solid #ccc;
}
.statusWrap .ti_2 {
	margin-top:25px;
}
.statusWrap ol {
	display:flex;
	flex-wrap: wrap;
}
.statusWrap ol li {
	margin-top:15px;
	width:30%;
}
.statusWrap ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.statusWrap ul.day_color li {
	margin-top:15px;
	width:30%;
}
.statusWrap ul.day_color li span {
	display:block;
	width:100%;
}
.statusWrap ul.room_status li {
	margin-top:15px;
	width:22%;
}
.statusWrap ul.room_status li span {
	display:block;
	padding:5px 0;
	text-indent:0.5em;
	width:100%;
}
.statusWrap ul.cleaning_type {
	justify-content: space-around;
	text-align:center;
}
.statusWrap ul.cleaning_type li {
	margin-top:15px;
	width:70px;
}
.statusWrap ul.cleaning_type li span {
	display:block;
	margin:0 auto;
	padding:25px 0 25px;
	width:100%;
	text-align:center;
	background-color:#ff0000;
	border:1px solid #ccc;
}
.statusWrap ul.cleaning_type li span.cleaning_type_bed {
	background:#ff0000 url(../img/cleaning_type_bed.png) no-repeat center center;
	background-size:cover;
}
.statusWrap ul.cleaning_type li span.cleaning_type_wash {
	background:#ff0000 url(../img/cleaning_type_wash.png) no-repeat center center;
	background-size:cover;
}
.statusWrap ul.cleaning_type li span.cleaning_type_full {
	background:#ff0000 url(../img/cleaning_type_full.png) no-repeat center center;
	background-size:cover;
}
.statusWrap ul.cleaning_option {
	justify-content: space-around;
	text-align:center;
}
.statusWrap ul.cleaning_option li {
	margin-top:15px;
	width:120px;
}
.statusWrap ul.cleaning_option li span {
	display:block;
	margin:0 auto;
	padding:30px 0 ;
	width:70px;
	text-align:center;
	line-height:1;
}
.statusWrap ul.cleaning_option li span.cleaning_option_stay {
	background:#ff0000 url(../img/cleaning_option_stay.png) no-repeat center center;
	background-size:cover;
}
.statusWrap ul.cleaning_option li span.cleaning_option_ameni {
	background:#ff0000 url(../img/cleaning_option_ameni.png) no-repeat center center;
	background-size:cover;
}
.statusWrap ul.cleaning_option li span.cleaning_option_outo {
	background:#ff0000 url(../img/cleaning_option_outo.png) no-repeat center center;
	background-size:cover;
}
.statusWrap ul.cleaning_option li span.cleaning_option_syoudoku {
	background:#ff0000 url(../img/cleaning_option_syoudoku.png) no-repeat center center;
	background-size:cover;
}
.statusWrap ul.check_status {
	justify-content: space-around;
	text-align:center;
}
.statusWrap ul.check_status li {
	margin-top:15px;
	width:70px;
}
.statusWrap ul.check_status li span {
	display:block;
	margin:0 auto;
	padding:20px 0 20px;
	width:100%;
	text-align:center;
}

.status_color_gray {
	background-color:#e3e3e3;
	border:1px solid #ccc;
}
.status_color_blue {
	background-color:#3db3f0;
	border:1px solid #ccc;
}
.status_color_red {
	background-color:#ff0000;
	border:1px solid #ccc;
	color:#fff;
}
.status_color_white {
	background-color:#fff;
	border:1px solid #ccc;
}
.status_color_yellow {
	background-color:#f6d600;
	border:1px solid #ccc;
}
.calendar_month_select {
	margin:40px 30% 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:60px;
	line-height:1;
}
.calendar_month_select .thismonth {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:40px;
	text-align:center;
}
.calendar_month_select a {
	display:block;
	padding:0 10px 10px;
	box-shadow:3px 3px 1px #ccc;
}
.calendar_month_select a:hover {
	color:#31c509;
	text-decoration: none;
}
.calendar_list {
	margin:20px 5%;
	border-top:1px solid #999;
}
.calendar_list a {
	display:flex;
	justify-content: center;
	padding:10px;
	border-top:0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	background-image:url(../img/arrow_01.png) ;
	background-repeat:no-repeat;
	background-position:right 20px center;
	background-size:12px auto ;
}
.calendar_list a:hover {
	background-image:url(../img/arrow_01_on.png) ;
	color:#31c509;
}
.calendar_list a .day {
	width:30%;
}
.calendar_list a .status {
	width:30%;
}
.calendar_list a .time {
	width:30%;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	依頼

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sec_request .inner {
	margin:0 auto;
	padding:50px 0 ;
	background:#fff;
	width:800px;
}
.dataWrap {
	margin:40px 0 20px;
	text-align:center;
}
.dataWrap .day {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:30px;
}
.dataWrap .time {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
}
.dataWrap .status {
	margin:10px 0 0;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:40px;
}
.dataWrap .txt {
	margin:10px 0 0;
}
.sec_request .selectWrap {
	margin:40px auto 10px;
	text-align:center;
}
.sec_request .selectWrap select {
	padding:10px 30px;
	background:#fff;
	border:2px solid #ccc;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	依頼　アイコンリスト

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.typeWrap {
	margin:0 5%;
	padding:0 10px;
}
.typeWrap_borderbottom {
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.typeWrap_yellow {
	background-color:#ffe53a;
}
.typeWrapTable {
	margin-top:5px;
	display:flex;
	justify-content: space-between;
	text-align:center;
	font-size:12px;
	line-height:1.2;
}
.typeWrapTable .typeWrapTable1 {
	width:225px;
	height:75px;
}
.typeWrapTable .typeWrapTable2 {
	width:300px;
	height:75px;
}
.typeWrapTable .typeWrapTable3 {
	width:72px;
	height:75px;
}

input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    width: auto;
}
input[type=checkbox] + label::before {
    position: absolute;
    display: block;
    width: 70px;
    height: 75px;
    content: '';
}
input[type=checkbox] + label.cleaning_type_bed::before {
	background:#3db3f0 url(../img/cleaning_type_bed.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox] + label.cleaning_type_wash::before {
	background:#3db3f0 url(../img/cleaning_type_wash.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox] + label.cleaning_type_full::before {
	background:#3db3f0 url(../img/cleaning_type_full.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox] + label.cleaning_option_stay::before {
	background:#3db3f0 url(../img/cleaning_option_stay.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox] + label.cleaning_option_ameni::before {
	background:#3db3f0 url(../img/cleaning_option_ameni.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox] + label.cleaning_option_outo::before {
	background:#3db3f0 url(../img/cleaning_option_outo.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox] + label.cleaning_option_syoudoku::before {
	background:#3db3f0 url(../img/cleaning_option_syoudoku.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox] + label.check_status_ic::before {
	background:#fff;
	border:1px solid #ccc;
}
input[type=checkbox] + label::after {
    opacity: 0;
}
input[type=checkbox]:checked + label {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    width: auto;
}
input[type=checkbox]:checked + label::before {
    position: absolute;
    display: block;
    width: 70px;
    height: 75px;
    content: '';
}
input[type=checkbox]:checked + label.cleaning_type_bed::before {
	background:#ff0000 url(../img/cleaning_type_bed.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox]:checked + label.cleaning_type_wash::before {
	background:#ff0000 url(../img/cleaning_type_wash.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox]:checked + label.cleaning_type_full::before {
	background:#ff0000 url(../img/cleaning_type_full.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox]:checked + label.cleaning_option_stay::before {
	background:#ff0000 url(../img/cleaning_option_stay.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox]:checked + label.cleaning_option_ameni::before {
	background:#ff0000 url(../img/cleaning_option_ameni.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox]:checked + label.cleaning_option_outo::before {
	background:#ff0000 url(../img/cleaning_option_outo.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox]:checked + label.cleaning_option_syoudoku::before {
	background:#ff0000 url(../img/cleaning_option_syoudoku.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox]:checked + label.check_status_ic::before {
	background:#fff url(../img/check_status_ic.png) no-repeat center center;
	background-size:cover;
}
input[type=checkbox]:checked + label::after {
    opacity: 1;
}

input[type=checkbox] + label.finished::before {
    pointer-events: none;
    background-color:#999999!important;
}

input[type=checkbox] + label.cleaning_type_bed.no::before {
	background:#b9b9b9 url(../img/cleaning_type_bed_no.png) no-repeat center center;
	background-size:cover;
	pointer-events: none;
}
input[type=checkbox] + label.cleaning_type_wash.no::before {
	background:#b9b9b9 url(../img/cleaning_type_wash_no.png) no-repeat center center;
	background-size:cover;
	pointer-events: none;
}
input[type=checkbox] + label.cleaning_type_full.no::before {
	background:#b9b9b9 url(../img/cleaning_type_full_no.png) no-repeat center center;
	background-size:cover;
	pointer-events: none;
}
input[type=checkbox] + label.cleaning_option_stay.no::before {
	background:#b9b9b9 url(../img/cleaning_option_stay_no.png) no-repeat center center;
	background-size:cover;
	pointer-events: none;
}
input[type=checkbox] + label.cleaning_option_ameni.no::before {
	background:#b9b9b9 url(../img/cleaning_option_ameni_no.png) no-repeat center center;
	background-size:cover;
	pointer-events: none;
}
input[type=checkbox] + label.cleaning_option_outo.no::before {
	background:#b9b9b9 url(../img/cleaning_option_outo_no.png) no-repeat center center;
	background-size:cover;
	pointer-events: none;
}
input[type=checkbox] + label.cleaning_option_syoudoku.no::before {
	background:#b9b9b9 url(../img/cleaning_option_syoudoku_no.png) no-repeat center center;
	background-size:cover;
	pointer-events: none;
}

.typeWrap ul.cleaning_type {
	display:flex;
}
.typeWrap ul.cleaning_type li {
	margin-right:5px;
	width:70px;
}

.typeWrap ul.cleaning_option {
	display:flex;
}
.typeWrap ul.cleaning_option li {
	margin-right:5px;
	width:70px;
}
.typeWrap ul.check_status {
	display:flex;
}
.typeWrap ul.check_status li {
	width:70px;
}
form input.ikkatuhanei_btn[type = "button"]{
  border: 0;
  background-color: #ff69b4;
  display: block;
  margin: 20px auto;
  border: 2px solid #ff69b4;
  padding: 15px 10px;
  width: 200px;
  outline: none;
  color: white;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
	box-shadow:3px 3px 1px #ccc;
}
form input.ikkatuhanei_btn[type = "button"]:hover {
  background-color: #ff86c3;
  border: 2px solid #ff69b4;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
	依頼　コメント
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.commentWrap {
	margin:0 5%;
}
.commentWrap textarea {
	padding:5px;
	width:100%;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	清掃スタッフ

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sec_staff .inner {
	margin:0 auto;
	padding:50px 0 ;
	background:#fff;
	width:800px;
}
.sec_staff .inner .day {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:30px;
	line-height:1;
	text-align:center;
}
.staffDetail {
	margin:40px 5% 0;
	text-align:center;
}
.staffDetail .ph img {
	max-width:500px;
}
.staffDetail .txt {
	margin:5px 0 0 0;
}
.sec_staff .inner .yoroshiku {
	margin-top:50px;
	text-align:center;
	font-size:20px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	お問い合わせ

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sec_contact .inner {
	margin:0 auto;
	padding:50px 0 ;
	background:#fff;
	width:800px;
}
.sec_contact .inner .telWrap {
	margin:0 0 40px 0;
	text-align:center;
}
.sec_contact .inner .telWrap .tel {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:40px;
	line-height:1;
}
.sec_contact .inner .telWrap .tel a {
	color:#25ad00;
}
.sec_contact .inner .formWrap {
	margin:0 10%;
}
.sec_contact .inner .formWrap dl dd {
	margin-bottom:20px;
}
.sec_contact .inner .formWrap input ,
.sec_contact .inner .formWrap textarea {
	padding:7px;
}
.sec_contact .inner .formWrap .width100 {
	width:100%;
}

/*------------------------------
 * 処理メッセージボックス
 *----------------------------*/
.message_box_normal{
    clear:both;
    border:solid 1px #cccccc;
    background-color:#f5f5f5;
    padding:10px;
    margin:0px auto 10px;
    border-radius:5px;
}

.message_box_error{
    clear:both;
    border:solid 1px #ff0000;
    background-color:#FFF2F2;
    padding:10px;
    margin:0px auto 10px;
    border-radius:5px;
}

.message_box_success{
    clear:both;
    border:solid 1px #3a84df;
    background-color:#EAF3FE;
    padding:10px;
    margin:0px auto 10px;
    border-radius:5px;
}
