@charset "utf-8";

/*****common*****/
/*****login*****/
/*****index*****/
/*****result*****/
/*****responsive*****/


/*****common*****/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  border: 0;
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

html {
  height: 100%;
  font-size: 10px;
  overflow-y: scroll;
}

body {
  height: 100%;
  color: #4e4e4e;
  line-height: 1.5;
  font-size: 1.4rem;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

select {
  border: none;
  border: 1px solid #ccc;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
}

.kerning {
  letter-spacing: -.5em;
}

.kerning *:not(.kerning) {
  letter-spacing: normal;
}

.panel {
  vertical-align: top;
  display: inline-block;
}

.flex {
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box; /*--- Android4.3以前 ---*/
  display: -webkit-flex;
  display: flex;
}

.sp {
  display: none;
}

.header {
  margin: 0 0 20px;
  overflow: hidden;
  padding: 10px 0 0;
}

.header h1 {
  font-size: 2rem;
}

.header h1 img {
  margin: 0 1em 0 0;
}

.header .logo_company {
  float: right;
}

.contents {
  margin: 0 0 40px;
  padding: 20px 0 0;
}

.footer .illust {
  margin: 0 0 10px;
  border-bottom: 1px solid #000;
}

.footer .illust img {
  width: 40%;
}

.footer .copyright {
  padding: 0 0 1em;
  font-size: 1.2rem;
  text-align: center;
}

.login_user {
  padding: 10px 0;
  background: #3b68b2;
  color:#fff;
}

.login_user p {
  overflow: hidden;
  margin: 0 1em 0 0;
  font-weight: bold;
}

.login_user .logout {
  color: #fff;
  float: right;
  background: red;
  padding: 1px 1%;
  font-size: 1.2rem;
  border: 1px solid red;
}

.pagenation {
  padding: 2em 0;
  text-align: center;
}

.pagenation a,
.pagenation span,
.pagenation .pre,
.pagenation .next {
  background: #eee;
  padding: 1% 2%;
}

.pagenation span {
  background: #bbb;
}

.pagenation .continue {
  background: none;
}

/*****login*****/

.login form p {
  color: red;
  margin: 0 0 1em;
}

.login .input {
  padding: 10% 0;
  margin: 20px 0;
  background: #3b68b2;
}

.login .input form {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.login .input input[type="text"],
.login .input input[type="password"] {
  width: 50%;
  height: 30px;
  border: none;
  font-size: 1.6rem;
  padding: 0 0.5em;
  vertical-align: bottom;
  border: 1px solid #dddddd;
}

.login .input label {
  width: 100%;
  margin: 0 0 1em;
}

.login .input .key {
  width: 6em;
  font-size: 2rem;
  vertical-align: middle;
  color:#FFF;
}

.login .input input[type="submit"] {
  color: #fff;
  padding: 3px 5%;
  font-size: 1.5rem;
  margin: 20px 0 0;
  background: #00adef;
  /* border: 1px solid #00adef; */
}

/*****index*****/

.index .searches {
  margin: 20px 0;
}

.index .searches > div {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

.index .searches > div:last-of-type {
  border: none;
}

.index .searches select {
  font-size: 1.5rem;
}

.index .searches .key {
  width: 20%;
  font-size: 1.6rem;
}

.index .searches .value {
  width: 80%;
  font-size: 1.6rem;
}

.index .searches .notice {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 0 1em;
}

.index .searches input[type="text"] {
  width: 100%;
  font-size: 1.5rem;
}

.index .searches input[type="radio"] {
  margin: 0 3px 0 0;
}

.index .searches label {
  margin: 0 1em 0 0;
}

.index .notice_block {
  font-size: 1.1rem;
}

.index .notice_block {
  font-size: 1.2rem;
}

.index .searches .buttons {
  margin: 20px 0 0;
  text-align: center;
}

.index .searches .button {
  margin: 0 1em;
  vertical-align: middle;
}

.index .searches .buttons a {
  padding: 3px 5px;
  border: 1px solid #bbb;
}

.index .searches .buttons input {
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 3px 15px;
  font-size: 1.5rem;
  background: #00adef;
  /* border: 1px solid #00adef; */
}

/*****result*****/

.result .bar table {
  width: 100%;
  font-size: 1.6rem;
  border-collapse: collapse;
}

.result th {
  font-weight: normal;
  background: #e1e1e1;
}

.result th,
.result td {
  padding: 5px;
  border: 1px solid #000;
}

.result .first th:first-child {
  width: 10%;
}

.result .first th:nth-child(2) {
  width: 40%;
}

.result .first th:nth-child(3) {
  width: 30%;
}

.result .first th:last-child {
  width: 20%;
}

.result .breadth_view,
.result .price_view {
  text-align: right;
}


.result .facility_name,
.result .room_name {
  text-align: left;
}

.result tr:nth-child(6n),
.result tr:nth-child(6n+1) {
  background: #e1ebfb;
}

.result .show .detail {
  display: table-cell;
  padding-bottom: 20px;
}

.result .detail {
  display: none;
}

.result .detail h3 {
  color: #fff;
  background: #bbb;
  margin: 20px 0 10px;
  padding: 0 0 0 1em;
}

.result .detail .image {
  width: 31%;
  margin: 0 1%;
}

.result .detail .image span {
  display: block;
  font-size: 1.2rem;
}

.result a[href$=".pdf"] {
  margin: 0 1em 0 0;
}

.result a[href$=".pdf"]:after,
.other_site_pdf:after {
  width: 20px;
  height: 20px;
  content: '';
  margin-left: 5px;
  display: inline-block;
  vertical-align: -3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-image: url(../images/pdf.png);
}

.result table .open {
  text-align: center;
}

.result table .open span {
  color: #fff;
  padding: 2px 10px;
  font-size: 1.4rem;
  margin: 0 0 0 1em;
  background: #00adef;
  vertical-align: middle;
  /* border: 1px solid #00adef */
}

.result table .open span:hover {
  opacity: 0.7;
}

.result .search_type .container {
  padding: 10px;
  background: #eee;
  overflow: hidden;
}

.result .search_type span {
  margin-left: 1em;
  font-weight: bold;
}

.result .search_type span:first-of-type {
  margin-left: 0;
}

.result .to_search {
  float: right;
  margin: 1em 0 0;
  background: #fff;
  padding: 2px 10px;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #bbb;
}

.result .breadth_orders,
.result .price_oders {
  margin: 1em 0 0;
  font-size: 1.6rem;
}

.result .breadth_orders select,
.result .price_oders select {
  font-size: 1.5rem;
}

.result .button_execute {
  color: #fff;
  padding: 0px 10px;
  font-size: 1.4rem;
  margin: 0 0 0 1em;
  background: #00adef;
  vertical-align: middle;
  /* border: 1px solid #00adef; */
}

.result .counts {
  text-align: right;
}
