@charset "UTF-8";
/*=======================================================================
important CSS
=======================================================================*/
#owner-wrapper {
  background: url(/images/sub/owner/header.jpg) no-repeat center top;
  min-width: 1000px;
  height: 600px;
  margin-bottom: 40px;
}

/* Cover New
=======================================================================*/
/*#cover-owner-main {
	position: absolute;
	top : 100px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 420px;
	min-width: 1000px;
}
*/
/* Cover
=======================================================================*/
#cover-owner-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 183px;
  min-width: 1000px;
  text-align: center;
}

/*#cover-owner-top #cover-owner-main {
	position: absolute;
	width: 100%;
	top: 90px;
	text-align: center;
}
*/
#cover-owner {
  background-color: #000;
}

#cover-owner #cover-owner-main {
  min-width: 1200px;
  overflow: hidden;
  height: 418px;
  margin: 0 auto;
  text-align: center;
}

#cover-owner #cover-owner-sub {
  width: 1000px;
  height: 146px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

#cover-owner #cover-owner-sub h2 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
}

/* Common
=======================================================================*/
.owner-sec {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: solid 1px #d5d5d5;
}

.owner-sec .sub {
  width: 490px;
  height: 260px;
  background-color: #fff;
  float: left;
}

.owner-sec .service-info {
  width: 500px;
}

.owner-sec .sub p {
  word-wrap: break-word;
}

.owner-sec .sub.left {
  margin-right: 20px;
}

.owner-sec .sub .service-info .owner-sec-head {
  margin-top: 20px;
  margin-left: 188px;
}

.owner-sec .sub .service-info .owner-sec-head h1 {
  font-size: 16px;
}

.owner-sec .sub .service-info .service-image {
  float: left;
  margin: 0 20px;
}

.owner-sec .sub .service-info .service-message {
  width: 280px;
  height: 120px;
  float: left;
}

.owner-sec .sub .button-area {
  text-align: center;
}

.owner-sec .sub .button-area .btn {
  width: 450px;
}

header.owner-sec-head h1 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

header.owner-sec-head h1.owner-h1-2 {
  margin-bottom: 20px;
}

p.owner-head-text {
  font-size: 12px;
  margin-bottom: 1em;
}

.owner-h2-box {
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #ababab;
  color: #fff;
}

.owner-h2-box h2 {
  float: left;
  padding: 0 15px;
  min-width: 207px;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 2px;
  background-color: #7f7f7f;
}

.edit-btn-box {
  float: right;
  padding: 6px;
}

button.btn-edit, button.btn-add, button.btn-delete {
  margin: 0 0 0 6px;
  width: 105px;
  line-height: 36px;
  border: none;
  padding: 2px 0 0 20px;
  cursor: pointer;
  background: url(/images/sub/owner/btn_bg_edit.gif) no-repeat;
}

button.btn-add {
  background: url(/images/sub/owner/btn_bg_add.gif) no-repeat;
}

button.btn-delete {
  background: url(/images/sub/owner/btn_bg_delete.gif) no-repeat;
}

button.btn-edit:hover,
button.btn-add:hover,
button.btn-delete:hover {
  background-position: 0 -38px;
}

/* Top Navigation
=======================================================================*/
.hdg_lv1 {
  text-align: center;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
}

#cover-owner-main h1 {
  margin-bottom: 70px;
}

#owner-top-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#owner-top-nav ul li {
  width: 250px;
  text-align: center;
}
#owner-top-nav ul li:last-child {
  margin-left: 130px;
}
#owner-top-nav ul li img {
  width: 183px;
  height: auto;
  margin-bottom: 40px;
}
#owner-top-nav ul li h2 {
  font-size: 16px;
  font-weight: bold;
}
#owner-top-nav ul li span {
  display: block;
  font-size: 16px;
  color: #999999;
  margin: 0 0 10px 0;
}
#owner-top-nav ul li p {
  padding: 0 12px;
  font-size: 12px;
  text-align: left;
}

/* Login Area
=======================================================================*/
.hdg_lv2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.login-text-lead {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  line-height: 1.9;
  letter-spacing: -1px;
}
.login-text-lead span {
  display: inline-block;
  text-decoration: underline;
}
.login-text-lead_note {
  font-size: 14px;
}

.owner-top-login {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 30px;
}
.owner-top-login__top {
  margin-bottom: 70px;
}
.owner-top-login__top p {
  margin-bottom: 0;
}

.owner-top-whitecontainer {
  background-color: #F7F7F7;
  padding: 50px 80px;
  box-sizing: border-box;
  width: 880px;
  margin: 0 auto;
}

.form-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.form-row .form-section {
  width: 350px;
  margin: 0;
}
.form-row .form-section .ipt {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  height: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
  outline: none;
  position: static;
}

.submit {
  text-align: center;
}
.submit .btn__default {
  width: 350px;
  margin-top: 30px;
}
.submit .btn__default:before {
  background: none;
}

.owner-box_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.owner-box_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.owner-box_top__ctn {
  width: 720px;
}
.owner-box_top__logo {
  width: 118px;
}
.owner-box_top__link a {
  display: inline-block;
  color: #E12B5A;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
.owner-box_top__link a:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/sub/owner/arr_link.svg) left top no-repeat;
  background-size: cover;
}
.owner-box_top__link a.btn__blank:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  right: -25px;
  top: 5px;
  background: url(/images/sub/owner/arr_blank.svg) left top no-repeat;
  background-size: cover;
}
.owner-box_top__link a:hover {
  text-decoration: underline;
}

.owner-box_img {
  width: 648px;
  margin: 60px auto 0;
}
.owner-box_img h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.owner-box_img figure {
  text-align: center;
}

.owner-top-login.lg2 {
  margin-bottom: 70px;
}
.owner-top-login.lg2 .login-text-lead {
  letter-spacing: -1px;
}
.owner-top-login.lg2 .owner-box_img {
  margin-bottom: 40px;
}
.owner-top-login.lg2 .owner-box_img h4 {
  text-align: left;
}

.copen-footer.owner-footer #copen-footer-banner {
  width: 1000px;
  margin: 0 auto;
}
.copen-footer.owner-footer #copen-footer-banner ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -24px;
}
.copen-footer.owner-footer #copen-footer-banner ul li {
  width: 302px;
  margin: 0 0 24px 24px;
}

/* Form
=======================================================================*/
.mycopen-table input[type=text] {
  width: 220px;
  float: none;
}

.mycopen-table-wide input[type=text],
.mycopen-table-wide input[type=email],
.mycopen-table-wide input[type=password],
.mycopen-table-wide textarea {
  width: 740px;
  float: none;
}

.mycopen-table-wide textarea {
  height: 100px;
  resize: vertical;
}

.mycopen-table-wide input.input-size-220 {
  width: 220px;
}

.owner-form-cont-l {
  float: left;
  width: 620px;
}

.owner-form-cont-r {
  float: left;
  width: 353px;
  margin-left: 25px;
}

img.owner_card_2 {
  margin-top: 95px;
}

.owner-form-note {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  color: #666;
}

/* 確認画面 */
table.form-confirm {
  border-spacing: 0;
  width: 1000px;
}

table.form-confirm th,
table.form-confirm td {
  padding-bottom: 30px;
  font-size: 14px;
}

table.form-confirm th.last-child,
table.form-confirm td.last-child {
  padding-bottom: 50px;
}

table.form-confirm th {
  width: 240px;
}

/* Online Shop
=======================================================================*/
section.shop-sec {
  margin-bottom: 70px;
}

section.shop-sec-half {
  float: left;
  margin-right: 20px;
  width: 490px;
}

.ichiran-btn-box {
  text-align: right;
}

.ichiran-btn {
  width: 205px;
  margin-top: 0;
}

/* MY COPEN編集
=======================================================================*/
table.mycopen-table,
table.mycopen-table-wide {
  float: left;
  width: 490px;
  margin-right: 20px;
}

table.mycopen-table-wide {
  width: 100%;
}

table.mycopen-table th,
table.mycopen-table-wide th {
  width: 193px;
  vertical-align: top;
}

table.mycopen-table td {
  width: 245px;
}

table.mycopen-table th,
table.mycopen-table-wide th {
  border-bottom: 1px solid #d4d4d4;
}

table.mycopen-table th.th-top,
table.mycopen-table-wide th.th-top {
  border-top: 1px solid #464646;
}

table.mycopen-table td.td-top,
table.mycopen-table-wide td.td-top {
  border-top: 1px solid #a3a3a3;
}

table.mycopen-table td,
table.mycopen-table-wide td {
  padding: 7px 0 0 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d4d4d4;
  vertical-align: middle;
}

select .select-year {
  width: 2em !important;
}

/* メンテナンス・カスタマイズ履歴一覧
=======================================================================*/
ul#history-list-nav {
  margin-bottom: 60px;
  position: relative;
}

ul#history-list-nav li {
  float: left;
  position: relative;
  width: 490px;
  text-align: center;
  background-color: #000;
  color: #fff;
  height: 50px;
  font-size: 18px;
}

ul#history-list-nav li a {
  display: block;
  width: 490px;
  height: 40px;
  color: #fff;
  padding-top: 10px;
  background-color: #ababab;
}

ul#history-list-nav li a:hover {
  background-color: #999;
}

ul#history-list-nav li#history-mente,
ul#history-list-nav li#history-mente-2 {
  margin-right: 20px;
}

ul#history-list-nav li#history-mente-2,
ul#history-list-nav li#history-custum-2 {
  height: 40px;
  padding-top: 10px;
}

ul#history-list-nav li#history-mente-2:after,
ul#history-list-nav li#history-custum-2:after {
  position: absolute;
  display: block;
  top: 50px;
  left: 236px;
  width: 13px;
  height: 11px;
  background: url(/images/sub/owner/history_nav_arrow.gif) no-repeat;
  content: "";
}

/* STEP
-------------------------------------- */
.owner_register_step1 {
  float: left;
  width: 419px;
  margin-bottom: 30px;
}

.owner_register_step1 h2,
.owner_register_step2 h2 {
  font-weight: bold;
  margin: 20px 0;
  font-size: 1.2em;
}

.owner_register_step1 .btn_area {
  margin-top: 80px;
}

.owner_register_step2 {
  margin-left: 70px;
  float: left;
  width: 419px;
  margin-bottom: 30px;
}

.owner_register_step2 .btn_area a {
  width: 419px;
  padding: 13px 0;
}

/* RESERVE
-------------------------------------- */
.reserve-area {
  background-color: #fff;
  padding: 20px;
}

.reserve-area .owner-form-cont-l {
  width: 480px;
}

.reserve-area .owner-form-cont-r {
  width: 440px;
  margin-top: -40px;
}

.reserve-area .owner-form-cont-r p {
  margin-top: 20px;
}

.reserve-area .owner-form-cont-l table {
  width: 480px;
}

.reserve-area .owner-form-cont-l table tr {
  border-bottom: none;
}

.reserve-area .owner-form-cont-l .required,
.reserve-area .owner-form-cont-l input {
  background-color: #ececec;
}

.owner-status {
  width: 1000px;
  margin-left: 40px;
  text-align: center;
}

.owner-status .arrow {
  float: left;
  width: 116px;
  height: 230px;
}

.owner-status .arrow img {
  width: 23px;
  height: 20px;
  margin-top: 100px;
}

.status-icon {
  float: left;
  width: 230px;
  height: 230px;
}

.owner-status-date {
  margin-top: 40px;
}

.owner-status-date .block {
  width: 320px;
  float: left;
  margin-left: 20px;
}

.owner-status-date .first {
  margin-left: 0;
}

.owner-status-date .block p {
  background-color: #ccc;
  margin-bottom: 0;
  padding: 20px;
  font-size: 120%;
}

.owner-status-date .block span {
  display: block;
  background-color: #fff;
  padding: 20px;
  font-size: 120%;
}

.owner-status-date .active p {
  background-color: #e61e58;
  color: #fff;
}

.owner-status-date .active span {
  color: #e61e58;
}

#g-head-wrap {
  background: url(/images/sub/owner/header.jpg) no-repeat center top;
  background-size: cover;
  height: 370px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#g-head-wrap .pnav {
  position: relative;
  top: -470px;
}
#g-head-wrap .pnav a {
  position: relative;
  z-index: 2;
}

#cover-owner-top {
  height: 183px;
}

/*# sourceMappingURL=owner.css.map */
