@charset "UTF-8";
.wp-pagenavi {
  width: 96%;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 20px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  padding: 0.5em;
  margin: 0 0.5em 0.5em;
}
.wp-pagenavi span.current, .wp-pagenavi a.current {
  font-weight: bold;
  background-color: #cfc5b9;
}
.wp-pagenavi a {
  color: #FFF;
  background-color: #231815;
}
.wp-pagenavi a:hover {
  opacity: 0.6;
}

.contact-blk {
  width: 90%;
  margin: 0 auto 50px;
}
.contact-blk .contact-list {
  width: 96%;
  margin: 0 auto 40px;
}
.contact-blk .contact-list li {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.contact-blk .contact-list li a {
  display: block;
  line-height: 3em;
  color: #FFF;
}
.contact-blk .contact-list li a:before {
  display: inline-block;
  content: "";
  width: 58px;
  height: 46px;
  vertical-align: middle;
  background-position-x: left;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-blk .contact-list li a:hover {
  opacity: 0.8;
}
.contact-blk .contact-list li.tel a {
  background-color: #3e3a39;
}
.contact-blk .contact-list li.tel a:before {
  background-image: url(/img/icon_phone_wt.png);
}
.contact-blk .contact-list li.line a {
  background-color: #01b901;
}
.contact-blk .contact-list li.line a:before {
  background-image: url(/img/icon_line_wt.png);
}

#property-page {
  padding-top: 120px;
  /***** for category.php */
  /***** for single.php */
}
#property-page .property-blk {
  margin-bottom: 50px;
}
#property-page .property-blk .property-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  margin: 0 auto 40px;
}
#property-page .property-blk .property-list > li {
  width: 350px;
  margin-bottom: 20px;
}
#property-page .property-blk .property-list > li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 515px;
}
#property-page .property-blk .property-list > li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
  overflow: hidden;
  z-index: 0;
}
#property-page .property-blk .property-list > li a .bg img {
  width: auto;
  height: 100%;
}
#property-page .property-blk .property-list > li a .bg.noimage {
  line-height: 515px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background-color: #cfc5b9;
}
#property-page .property-blk .property-list > li a .ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 23px;
  left: 0;
  width: 280px;
  line-height: 1.6em;
  background-color: #FFF;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}
#property-page .property-blk .property-list > li a .ttl:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 48px;
  width: 23px;
  height: 21px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #FFF;
}
#property-page .property-blk .property-list > li a .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 3.2em;
  padding: 10px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#property-page .property-blk .property-list > li a .tag li {
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
}
#property-page .property-blk .property-list > li a .tag li:before {
  content: "#";
}
#property-page .property-blk .property-list > li a:hover {
  opacity: 0.8;
}
#property-page .date {
  width: 96%;
  margin: 0 auto 10px;
  font-size: 15px;
  color: #666;
  text-align: right;
}
#property-page .digest-blk .property-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  margin: 0 auto 30px;
  background-color: #cfc5b9;
}
#property-page .digest-blk .property-mv .thumb {
  position: relative;
  width: 36%;
  overflow: hidden;
}
#property-page .digest-blk .property-mv .thumb img {
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: auto;
}
#property-page .digest-blk .property-mv .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64%;
  padding: 35px 40px;
}
#property-page .digest-blk .property-name {
  line-height: 1.5em;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
#property-page .digest-blk .type-list {
  margin-bottom: 20px;
}
#property-page .digest-blk .type-list li {
  display: inline-block;
  margin: 0 5px 10px;
  font-size: 20px;
}
#property-page .digest-blk .type-list li a {
  display: inline-block;
  padding: 5px 10px 8px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
}
#property-page .digest-blk .type-list li a:hover {
  opacity: 0.6;
}
#property-page .digest-blk .concierge {
  width: 94%;
  padding-bottom: 170px;
  margin: 0 auto 10px;
  text-align: left;
  background: url(/img/chara01.png) right bottom no-repeat;
}
#property-page .digest-blk .concierge .concierge-ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 30px;
  margin-left: 40px;
  font-size: 20px;
  background: #231815;
  color: #FFF;
  z-index: 3;
}
#property-page .digest-blk .concierge .concierge-ttl:before, #property-page .digest-blk .concierge .concierge-ttl:after {
  position: absolute;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
#property-page .digest-blk .concierge .concierge-ttl:before {
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #FFF;
}
#property-page .digest-blk .concierge .concierge-ttl:after {
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #FFF transparent transparent;
}
#property-page .digest-blk .concierge p {
  position: relative;
  width: 66%;
  line-height: 1.5em;
  padding: 30px 20px 20px;
  margin-top: -20px;
  font-size: 22px;
  border: 2px solid #231815;
  background-color: #FFF;
  z-index: 2;
}
#property-page .digest-blk .concierge p:before, #property-page .digest-blk .concierge p:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 20px;
}
#property-page .digest-blk .concierge p:before {
  bottom: -15px;
  right: 69px;
  clip-path: polygon(0 0, 100% 100%, 50% 0);
  background-color: #FFF;
  z-index: 3;
}
#property-page .digest-blk .concierge p:after {
  bottom: -20px;
  right: 54px;
  clip-path: polygon(0 0, 100% 100%, 50% 0);
  background-color: #231815;
  z-index: 1;
}
#property-page .digest-blk .headline-ttl {
  position: relative;
  width: 90%;
  line-height: 1.5em;
  padding: 20px 5px 0;
  margin: 0 auto 20px;
  font-size: 26px;
  font-weight: bold;
}
#property-page .digest-blk .headline-ttl:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #af9f8a;
}
#property-page .digest-blk .headline-list {
  width: 88%;
  padding-bottom: 260px;
  margin: 0 auto 1em;
  font-size: 24px;
  background: url(/img/chara02.png) right bottom no-repeat;
}
#property-page .digest-blk .headline-list li {
  line-height: 1.5em;
  margin: 0 0 0.5em 1.5em;
  text-indent: -1.5em;
}
#property-page .digest-blk .headline-list li:before {
  content: "●";
  color: #ebeae9;
  margin-right: 0.5em;
}
#property-page .digest-blk .serifu {
  position: relative;
  width: 40%;
  line-height: 1.5em;
  padding: 15px 20px 20px;
  margin: -240px 0 180px 100px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #231815;
  background-color: #FFF;
  z-index: 2;
}
#property-page .digest-blk .serifu:before, #property-page .digest-blk .serifu:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 20px;
}
#property-page .digest-blk .serifu:before {
  bottom: -15px;
  right: -19px;
  clip-path: polygon(0 0, 100% 100%, 50% 0);
  background-color: #FFF;
  z-index: 3;
}
#property-page .digest-blk .serifu:after {
  bottom: -20px;
  right: -34px;
  clip-path: polygon(0 0, 100% 100%, 50% 0);
  background-color: #231815;
  z-index: 1;
}
#property-page .property-article {
  width: 90%;
  margin: 0 auto 50px;
}
#property-page .property-article h3 {
  position: relative;
  line-height: 1.5em;
  padding: 20px 5px 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
#property-page .property-article h3:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #ebeae9;
}
#property-page .property-article h4 {
  line-height: 1.4em;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #231815;
  background-color: #ebeae9;
}
#property-page .property-article > p {
  line-height: 1.6em;
  width: 98%;
  margin: 0 auto 1em;
  font-size: 20px;
}
#property-page .property-article .wp-block-image {
  margin-bottom: 1.5em;
}
#property-page .property-article .wp-block-list {
  width: 96%;
  margin: 0 auto 1em;
  font-size: 20px;
}
#property-page .property-article .wp-block-list li {
  margin-bottom: 0.5em;
}
#property-page .property-article .movie {
  width: 98%;
  margin: 0 auto 1em;
}
#property-page .property-article .movie iframe {
  width: 100% !important;
  aspect-ratio: 16/9;
}
#property-page .property-outline {
  width: 90%;
  margin: 0 auto 50px;
}
#property-page .property-outline .outline-ttl {
  position: relative;
  line-height: 1.5em;
  padding: 20px 5px 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
#property-page .property-outline .outline-ttl:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #af9f8a;
}
#property-page .property-outline .outline-data {
  line-height: 1.6em;
  padding: 30px;
  border: 15px solid #EEE;
}
#property-page .property-outline .outline-data dt, #property-page .property-outline .outline-data dd {
  padding: 10px 15px;
  font-size: 22px;
}
#property-page .property-outline .outline-data dt {
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #231815;
}
#property-page .property-outline .outline-data dd {
  margin-bottom: 15px;
}
#property-page .contact-blk {
  width: 90%;
  margin: 0 auto 50px;
}
#property-page .contact-blk .contact-ttl {
  position: relative;
  line-height: 1.5em;
  padding: 20px 5px 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
#property-page .contact-blk .contact-ttl img {
  width: auto;
  height: 1.2em;
  margin-right: 2px;
  vertical-align: middle;
}
#property-page .contact-blk .contact-ttl:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #af9f8a;
}
#property-page .contact-blk .contact-list {
  width: 96%;
  margin: 0 auto 40px;
}
#property-page .contact-blk .contact-list li {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
#property-page .contact-blk .contact-list li a {
  display: block;
  line-height: 3em;
  color: #FFF;
}
#property-page .contact-blk .contact-list li a:before {
  display: inline-block;
  content: "";
  width: 58px;
  height: 46px;
  vertical-align: middle;
  background-position-x: left;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#property-page .contact-blk .contact-list li a:hover {
  opacity: 0.8;
}
#property-page .contact-blk .contact-list li.tel a {
  background-color: #3e3a39;
}
#property-page .contact-blk .contact-list li.tel a:before {
  background-image: url(/img/icon_phone_wt.png);
}
#property-page .contact-blk .contact-list li.line a {
  background-color: #01b901;
}
#property-page .contact-blk .contact-list li.line a:before {
  background-image: url(/img/icon_line_wt.png);
}
#property-page .contact-blk .contact-data {
  font-size: 22px;
}
#property-page .contact-blk .contact-data dt {
  padding: 10px 5px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-color: #231815;
}
#property-page .contact-blk .contact-data dt .required {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #f23737;
}
#property-page .contact-blk .contact-data dd {
  line-height: 1.6em;
  margin-bottom: 25px;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}
#property-page .contact-blk .contact-data dd input[type=email], #property-page .contact-blk .contact-data dd input[type=text], #property-page .contact-blk .contact-data dd input[type=tel], #property-page .contact-blk .contact-data dd textarea {
  width: 90%;
  padding: 10px;
  font-size: 24px;
}
#property-page .contact-blk .contact-data dd input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#property-page .contact-blk .contact-data dd label {
  display: inline-block;
  margin: 0 1em;
}
#property-page .contact-blk .contact-data dd .notice {
  display: inline-block;
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
  color: #666;
}
#property-page .contact-blk .contact-data dd .notice a {
  text-decoration: underline;
}
#property-page .contact-blk .submit-bttn {
  text-align: center;
}
#property-page .contact-blk .submit-bttn .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  border: 2px solid #231815;
  border-radius: 0;
  color: #231815;
  background-color: #ebeae9;
}
#property-page .post-navi {
  width: 96%;
  margin: 0 auto 50px;
}
#property-page .post-navi h2.screen-reader-text {
  display: none;
}
#property-page .post-navi .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#property-page .post-navi .nav-links div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 48%;
  line-height: 1.5em;
  font-size: 20px;
}
#property-page .post-navi .nav-links div a {
  display: inline-block;
}
#property-page .post-navi .nav-links div.nav-previous {
  padding-left: 1.5em;
  text-align: left;
}
#property-page .post-navi .nav-links div.nav-previous:before {
  position: absolute;
  content: "＜";
  top: 50%;
  left: 0;
  margin-top: -0.8em;
  font-weight: bold;
  color: #ebeae9;
}
#property-page .post-navi .nav-links div.nav-next {
  padding-right: 1.5em;
  text-align: right;
}
#property-page .post-navi .nav-links div.nav-next:after {
  position: absolute;
  content: "＞";
  top: 50%;
  right: 0;
  margin-top: -0.7em;
  font-weight: bold;
  color: #ebeae9;
}
#property-page .yarpp-template-yarpp-template-thumb {
  width: 96%;
  margin: 0 auto 40px;
}
#property-page .yarpp-template-yarpp-template-thumb .templated-ttl {
  position: relative;
  line-height: 1.5em;
  padding: 20px 5px 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
#property-page .yarpp-template-yarpp-template-thumb .templated-ttl:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #af9f8a;
}
#property-page .yarpp-template-yarpp-template-thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li {
  width: 350px;
  margin-bottom: 20px;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 515px;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
  overflow: hidden;
  z-index: 0;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a .bg img {
  width: auto;
  height: 100%;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a .bg.noimage {
  line-height: 515px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background-color: #cfc5b9;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a .ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 23px;
  left: 0;
  width: 280px;
  line-height: 1.6em;
  background-color: #FFF;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a .ttl:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 48px;
  width: 23px;
  height: 21px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #FFF;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a .tag {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 3.2em;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a .tag > li {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #FFF;
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a .tag > li:before {
  content: "#";
}
#property-page .yarpp-template-yarpp-template-thumb ul > li a:hover {
  opacity: 0.8;
}

#company-page {
  padding-top: 120px;
}
#company-page .companydata-blk {
  width: 96%;
  margin: 0 auto 50px;
}
#company-page .companydata-blk table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 22px;
  border-collapse: separate;
  border-spacing: 5px;
}
#company-page .companydata-blk table th, #company-page .companydata-blk table td {
  line-height: 1.5em;
  padding: 10px 20px;
  text-align: left;
}
#company-page .companydata-blk table th {
  width: 25%;
  font-weight: bold;
  color: #FFF;
  background-color: #231815;
}
#company-page .companydata-blk table td {
  width: 75%;
  background-color: #ebeae9;
}
#company-page .companydata-blk table td .map-link a {
  display: inline-block;
  padding: 2px 10px 2px 30px;
  font-size: 18px;
  border: 1px solid #231815;
  background: #FFF url(/img/arrow_dn_gr.svg) 8px center/0.9em auto no-repeat;
}
#company-page .companydata-blk table td .business-list {
  list-style: decimal inside;
  margin-left: 1em;
  text-indent: -1em;
}
#company-page .companydata-blk table td .business-list li {
  margin-bottom: 5px;
}
#company-page .companydata-blk #map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 60px;
}
#company-page .companydata-blk #map iframe {
  width: 100%;
  height: 600px;
}

#privacy-page {
  padding-top: 120px;
}
#privacy-page .privacypolicy-blk {
  width: 96%;
  margin: 0 auto 50px;
}
#privacy-page .privacypolicy-blk .privacy-txt {
  line-height: 1.5em;
  margin-bottom: 30px;
  font-size: 20px;
}
#privacy-page .privacypolicy-blk .privacy-txt img {
  width: auto;
  height: 1em;
}
#privacy-page .privacypolicy-blk .privacypolicy-list {
  line-height: 1.5em;
  font-size: 18px;
}
#privacy-page .privacypolicy-blk .privacypolicy-list dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#privacy-page .privacypolicy-blk .privacypolicy-list dd {
  margin-bottom: 20px;
}
#privacy-page .privacypolicy-blk .privacypolicy-list dd ul, #privacy-page .privacypolicy-blk .privacypolicy-list dd ol {
  list-style-position: inside;
  padding: 0.5em 0;
}
#privacy-page .privacypolicy-blk .privacypolicy-list dd ul li, #privacy-page .privacypolicy-blk .privacypolicy-list dd ol li {
  margin: 0 0 10px 1em;
  text-indent: -1em;
}
#privacy-page .privacypolicy-blk .privacypolicy-list dd ul li img, #privacy-page .privacypolicy-blk .privacypolicy-list dd ol li img {
  width: auto;
  height: 1em;
}

#contact-page {
  padding-top: 120px;
  margin-bottom: 50px;
}
#contact-page .contact-data {
  width: 90%;
  margin: 0 auto 30px;
  font-size: 24px;
}
#contact-page .contact-data dt {
  padding: 10px 5px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background-color: #231815;
}
#contact-page .contact-data dt .required {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #f23737;
}
#contact-page .contact-data dd {
  line-height: 1.6em;
  margin-bottom: 25px;
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}
#contact-page .contact-data dd input[type=email], #contact-page .contact-data dd input[type=text], #contact-page .contact-data dd input[type=tel], #contact-page .contact-data dd textarea {
  width: 90%;
  padding: 10px;
  font-size: 24px;
}
#contact-page .contact-data dd input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#contact-page .contact-data dd label {
  display: inline-block;
  margin: 0 1em;
}
#contact-page .contact-data dd .notice {
  display: inline-block;
  padding: 10px 0;
  margin: 0 auto;
  text-align: left;
  color: #666;
}
#contact-page .contact-data dd .notice a {
  text-decoration: underline;
}
#contact-page .submit-bttn {
  margin-bottom: 80px;
  text-align: center;
}
#contact-page .submit-bttn .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  border: 2px solid #231815;
  border-radius: 0;
  color: #231815;
  background-color: #ebeae9;
}

#notfound-page {
  padding: 120px 0 80px;
}
#notfound-page .notfound-message {
  width: 80%;
  margin: 0 auto 30px;
  padding-bottom: 150px;
  background: url(/img/chara01.png) 96% bottom/180px auto no-repeat;
}
#notfound-page .notfound-message .msg {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
}
#notfound-page .notfound-message .backtop {
  text-align: center;
  font-size: 22px;
}
#notfound-page .notfound-message .backtop a {
  display: inline-block;
  padding: 10px 30px 12px;
  color: #FFF;
  background-color: #231815;
}
#notfound-page .notfound-message .backtop a img {
  width: auto;
  height: 1em;
  margin-right: 1em;
  vertical-align: middle;
}
#notfound-page .notfound-message .backtop a:hover {
  opacity: 0.6;
}