@charset "UTF-8";
img {
  max-width: 100%;
  display: block;
}

input {
  padding: 10px 15px;
  border-radius: 5px;
}

a {
  text-decoration: none;
}

* {
  outline: none;
}

::-webkit-input-placeholder {
  color: #ddd;
}

::-moz-placeholder {
  color: #ddd;
}

:-moz-placeholder {
  color: #ddd;
}

:-ms-input-placeholder {
  color: #ddd;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.5;
  word-break: break-all;
}

.inner_width {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

.pagebody {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}

header.default_header {
  width: 100%;
  position: fixed;
  zoom: 1;
}
header.default_header:before, header.default_header:after {
  content: "";
  display: table;
}
header.default_header:after {
  clear: both;
}
header.default_header h1 {
  height: 35px;
  float: left;
  margin: 20px 0 0 20px;
}
header.default_header h1 img {
  height: 100%;
}
header.default_header .sign_up {
  float: right;
  background-color: #eb6b6c;
  border: none;
  color: #fff;
  font-size: 14px;
  margin: 20px 20px 0 0;
  padding: 10px 30px;
  border-radius: 8px;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
header.default_header .sign_up:hover {
  cursor: pointer;
  opacity: 0.7;
}

header.scroll_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  zoom: 1;
}
header.scroll_header:before, header.scroll_header:after {
  content: "";
  display: table;
}
header.scroll_header:after {
  clear: both;
}
header.scroll_header h1 {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  height: 35px;
  float: left;
}
header.scroll_header h1 img {
  height: 100%;
}
header.scroll_header .right {
  float: right;
}
header.scroll_header .right nav {
  display: inline-block;
  vertical-align: middle;
}
header.scroll_header .right nav ul li {
  display: inline;
  font-size: 14px;
}
header.scroll_header .right nav ul li:hover {
  cursor: pointer;
}
header.scroll_header .right nav ul li + li {
  margin-left: 15px;
}
header.scroll_header .right nav ul li a {
  color: #333;
  font-size: 14px;
}
header.scroll_header .right nav ul li a:hover {
  color: #f4ab31;
}
header.scroll_header .right .sign_up {
  display: inline-block;
  vertical-align: middle;
  background-color: #eb6b6c;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  margin-left: 15px;
  border-radius: 8px;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
header.scroll_header .right .sign_up:hover {
  cursor: pointer;
  opacity: 0.7;
}

.humb_button {
  width: 35px;
  height: 27px;
  position: absolute;
  right: 20px;
  display: none;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
.humb_button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.humb_button span {
  width: 100%;
  height: 3px;
  display: block;
  background-color: #333;
  position: absolute;
  transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  -ms-transition: ease 0.2s;
}
.humb_button span:nth-child(1) {
  top: 0px;
}
.humb_button span:nth-child(2) {
  top: 12px;
}
.humb_button span:nth-child(3) {
  top: 24px;
}

.keyvisual {
  background-image: url(../images/keyvisual.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
  width: 100%;
  display: table;
}
.keyvisual .contents {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.keyvisual .contents h1, .keyvisual .contents p {
  color: #fff;
}
.keyvisual .contents h1 {
  font-size: 45px;
}
.keyvisual .contents p {
  margin-top: 10px;
}
.keyvisual .contents form {
  margin-top: 30px;
  font-size: 0;
}
.keyvisual .contents form label {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.keyvisual .contents form label::before {
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
}
.keyvisual .contents form label.email::before {
  background: url(../images//mail_icon.png) no-repeat;
  width: 26px;
  top: 10px;
  left: 5px;
}
.keyvisual .contents form label.pass::before {
  background: url(../images//pass_icon.png) no-repeat;
  width: 14px;
  top: 10px;
  left: 10px;
}
.keyvisual .contents form label input {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  color: #fff;
  padding-left: 35px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}
.keyvisual .contents form a.login {
  background-color: #f4ab31;
  color: #fff;
  padding: 5px 30px;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
.keyvisual .contents form a.login:hover {
  cursor: pointer;
  opacity: 0.7;
}
.keyvisual .contents .forget {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-top: 30px;
}
.keyvisual .contents .patent {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 15px;
  margin-top: 15px;
}

.zeroyen {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

section,
footer {
  margin: 100px 0;
}

#about_tenantbook .watch_movie {
  max-width: 800px;
  width: 100%;
  margin: auto;
  border: 1px solid #333;
  box-sizing: border-box;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
#about_tenantbook .watch_movie:hover {
  cursor: pointer;
  opacity: 0.7;
}
#about_tenantbook .about_content {
  margin-top: 50px;
}
#about_tenantbook .about_content li {
  text-align: center;
}
#about_tenantbook .about_content li h2 {
  font-size: 25px;
}
#about_tenantbook .about_content li p {
  font-size: 17px;
  margin-top: 10px;
}
#about_tenantbook .about_content li + li {
  margin-top: 50px;
}

#price {
  text-align: center;
}
#price h2 {
  font-size: 25px;
  font-weight: normal;
}
#price .table {
  display: table;
  border-collapse: collapse;
  margin: 15px auto 0;
  width: 100%;
  max-width: 800px;
}
#price .table .row {
  display: table-row;
  width: 100%;
}
#price .table .row div {
  display: table-cell;
  padding: 8px 15px;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #333;
}

.horizon_style {
  position: relative;
  text-align: center;
  font-weight: normal;
}
.horizon_style span {
  font-size: 25px;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  z-index: 999;
}
.horizon_style::after {
  content: "";
  display: block;
  background-color: #333;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
}

#company_list .block .logo_list {
  margin-top: 30px;
  text-align: center;
}
#company_list .block .logo_list li {
  display: inline-block;
}
#company_list .block + .block {
  margin-top: 50px;
}
#company_list .block .companys {
  margin-top: 15px;
  text-align: center;
}
#company_list .block .companys li {
  font-size: 18px;
}
#company_list .block .companys li + li {
  margin-top: 5px;
}
#company_list .block .voice_list {
  margin-top: 30px;
}
#company_list .block .voice_list li {
  zoom: 1;
}
#company_list .block .voice_list li:before, #company_list .block .voice_list li:after {
  content: "";
  display: table;
}
#company_list .block .voice_list li:after {
  clear: both;
}
#company_list .block .voice_list li .left {
  float: left;
  width: 30%;
}
#company_list .block .voice_list li .right {
  float: right;
  width: 65%;
}

#contact a, #contact p {
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 35px;
}
#contact a + a, #contact p + a {
  margin-top: 30px;
}
#contact a {
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
}
#contact a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#contact .online {
  background-color: #f4ab31;
  color: #333;
}
#contact .tel,
#contact .mail {
  color: #333;
}
#contact .mail {
  margin-top: 40px;
}
#contact .business_hours {
  font-size: 22px;
  padding: 0;
}

#faq ul {
  display: flex;
  flex-wrap: wrap;
}
#faq ul li {
  width: 48%;
  padding: 20px;
  border: 1px solid #333;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
#faq ul li:nth-child(odd) {
  margin-right: 4%;
}
#faq ul li .num {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 17px;
  color: #fff;
  background-color: #333;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
#faq ul li > div {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#faq ul li .q::before {
  content: "Q.";
  display: inline;
}
#faq ul li .a {
  margin-top: 15px;
}
#faq ul li .a::before {
  content: "A.";
  display: inline;
}

footer h2 {
  font-size: 17px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
footer ul {
  margin-top: 10px;
}
footer ul li {
  display: inline;
}
footer ul li + li {
  margin-left: 20px;
}
footer ul li a {
  color: #333;
}
footer ul li a:hover {
  color: #f4ab31;
}

.drop_down {
  position: relative;
  padding: 10px 0;
}
.drop_down .second_level {
  width: 120px;
  padding: 15px;
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: -20px;
  background-color: #fff;
  border: 1px solid #eee;
}
.drop_down .second_level li {
  display: block !important;
  text-align: center;
}
.drop_down .second_level li + li {
  margin-left: 0 !important;
  margin-top: 15px;
}
.drop_down:hover {
  color: #f4ab31;
}
.drop_down:hover .second_level {
  display: block;
}

.zeroyen_tenant {
  font-size: 0;
  text-align: center;
}
.zeroyen_tenant .block {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.zeroyen_tenant .block + .block {
  margin-left: 5%;
}
.zeroyen_tenant .block:nth-child(3) {
  width: 35%;
}
.zeroyen_tenant .block .app_button > div {
  display: inline-block;
  vertical-align: middle;
}
.zeroyen_tenant .block .app_button .button {
  width: 70%;
}
.zeroyen_tenant .block .app_button .qrcode {
  width: 28%;
  margin-left: 2%;
}
.zeroyen_tenant .block .app_button + .app_button {
  margin-top: 15px;
}

.iphone3 {
  margin-top: 80px;
  text-align: center;
  font-size: 0;
}
.iphone3 .single {
  display: inline-block;
  width: 20%;
  min-width: 150px;
}
.iphone3 .single img {
  border-radius: 50%;
}
.iphone3 .single p {
  font-size: 16px;
  margin-top: 15px;
}
.iphone3 .single + .single {
  margin-left: 8%;
}

.two_dlbutton {
  margin: 80px 0;
  font-size: 0;
  text-align: center;
}
.two_dlbutton .dlbutton {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}
.two_dlbutton .dlbutton > div {
  display: inline-block;
  vertical-align: middle;
}
.two_dlbutton .dlbutton .button {
  width: 70%;
}
.two_dlbutton .dlbutton .qrcode {
  width: 28%;
  margin-left: 2%;
}
.two_dlbutton .dlbutton + .dlbutton {
  margin-left: 8%;
}

.movie {
  max-width: 800px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-top: 45%;
  margin: auto;
}
.movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
