@charset "UTF-8";

.sub-catch {
  position: absolute;
  top: -25px;
  width: 100%;
  text-align: center;
}

.bg-kakko01 {
  background: url(/assets/images/owner/aki02.png) no-repeat center top / 100% 100%;
}


.dan-title {
  width: 120px;
  background: #ed7000;
}

.dan-title01 {
  width: fit-content;
  background: #fff;
  border-radius: 30px;
  padding: 0 10px;
  margin: 0 auto;
  color: #ed7000;
  font-weight: bolder;
}
.dan-title02 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bolder;
}
.dan-title03 {
  color: #fff;
  text-align: center;
  font-size: .8rem;
}

.mt-200 {
  margin-top: 200px;
}
.zure-box {
  position: absolute;
  top: -180px;
  width: 100%;
}

.max-h-200 {
  max-height: 200px;
}

.own-btn01 a {
  display: block;
  width: 100%;
  height: 90px;
  background:url(/assets/images/common/icon-tel.png) no-repeat left 15% center / 30px 25px  #f8f7f7;
  color: #ed7000;
  border: solid 2px #fff;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 20px;
  line-height: 1.4rem;
}

.own-btn01 a:hover {
  background:url(/assets/images/common/icon-tel.png) no-repeat left 15% center / 30px 25px  #FCEAD9;
}

.own-btn02 a {
  display: block;
  width: 100%;
  height: 90px;
  background: #f8f7f7;
  color: #ed7000;
  border: solid 2px #fff;
  text-decoration: none;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  line-height: 1.4rem;
}

.own-btn02 a:hover {
  background: #FCEAD9;
}

.contact-map {
  height: 300px;
}



.check-list {
  width: 100%;
  border: solid 1px #ed7000;
  background: url(/assets/images/common/icon-check.png) no-repeat left 20px center / 20px 22px  #fff;
  padding: 10px 10px 10px 60px;
  font-size: 1.2rem;
  font-weight: bolder;
  margin-bottom: 10px;
}

.chara02 {
  width: 160px;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.h-150 {
  height: 150px;
}
/*.logowrap {
  width: 150px!important;
  height: 70px;
  position: relative;
}
.logowrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}*/

.obi-bg {
  height: 200px;
}

@media (max-width: 1000px) {
.own-btn01 a {
  background: #f8f7f7;
    padding-left: 0;
}

.own-btn01 a:hover {
  background: #FCEAD9;
}

}









/* sp only */
@media (max-width: 768px) {

.bg-kakko01 {
  background: unset;
}

.dan-title {
  width: 100px;
}

.dan-title01 {
  font-size: .8rem;
  padding: 0 6px;
}
.dan-title02 {
  font-size: .9rem;
}
.dan-title03 {
  font-size: .6rem;
}
.mt-200 {
  margin-top: 50px;
}
.zure-box {
  position: absolute;
  top: -65px;
  width: 100%;
}
.own-btn01 a {
  background:url(/assets/images/common/icon-tel.png) no-repeat left 16% center / 30px 25px  #f8f7f7;
}

.own-btn01 a:hover {
  background:url(/assets/images/common/icon-tel.png) no-repeat left 16% center / 30px 25px  #FCEAD9;
}

.btn-more a {
  margin: 20px auto 10px;
}

.h-150 {
  height: auto;
}
/*.logowrap {
    width: 60%!important;
    height: 50px;
}*/


.obi-bg {
  height: 120px;
}



}

