@charset "utf-8";

/*===== #campaign =====*/
#campaign {
  padding: 40px 0;
}
#campaign .campaign-box .box {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  box-shadow: 0 0 8px #ccc;
}
#campaign .campaign-box .box a {
  padding: 3%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
#campaign .campaign-box .box .ttl {
  font-weight: bold;
  line-height: 1.4;
}
#campaign .campaign-box .box .ttl .ctg-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#campaign .campaign-box .box .ttl .ctg {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 15px;
  background-color: #fedb03;
}
#campaign .campaign-box .box .ttl .ctg:not(:first-child) {
  margin-left: 5px;
}
#campaign .campaign-box .box .ttl .txt {
  display: block;
  font-size: 25px;
  text-decoration: underline;
}
#campaign .campaign-box .box .day {
  font-size: 18px;
  margin-right: 10px;
}

/*===== #point =====*/
#point {
  background: url(../../image/shops/oumi/bg01.jpg) repeat top center;
  padding: 60px 0;
}
#point .base-hx {
  color: #fff;
}
#point .point-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#point .point-box .box {
  background-color: #fff;
  padding: 1.5%;
  width: 49%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
#point .point-box .box .hx {
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
#point .point-box .box .hx span {
  color: #fec302;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
#point .point-box .box .img {
  width: 35%;
}
#point .point-list {
  display: flex;
}
#point .point-list li {
  width: 50%;
}
.point-btn {
  margin: 0 auto 30px;
}
.point-btn a {
  display: block;
  padding: 20px 10px;
  background-color: #ffadeb;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 0 #b86aa4;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.point-btn a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*===== #kchkm =====*/
#kchkm {
  padding: 60px 0;
}
#kchkm .kchkm-box {
}
#kchkm .kchkm-box h2 {
  background: #19b7f8 url(../../image/shops/oumi/ktkm-icon.png) no-repeat 10px
    center;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 25px 0 25px 137px;
}
#kchkm .kchkm-box .kchkm-inner {
  background-color: #fff;
  padding: 3% 5%;
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e4e4e4;
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap {
  margin: 22px 0;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  padding-bottom: 20px;
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap:last-child {
  border-bottom: none;
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .kchkm-info {
  margin-bottom: 8px;
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .kchkm-content .kchkm-star {
  color: #fc3;
  display: inline-block;
  margin-right: 0.5em;
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .kchkm-content .kchkm-name {
  font-weight: bold;
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .hide {
  display: none;
  margin-bottom: 40px;
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .show:before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 70px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap button.kchkm-btn {
  position: absolute;
  height: 35px;
  width: 120px;
  margin: 20px auto;
  background-color: #19b7f8;
  color: #fff;
  padding: 5px;
  border: none;
  outline: 0;
  right: 0;
  left: 0;
  bottom: -10px;
  font-size: 12px;
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap button.kchkm-btn:hover {
  cursor: pointer;
}
#kchkm .kchkm-box .kchkm-inner .kchkm-wrap button.kchkm-btn:hover::after {
  top: 10px;
}
#kchkm .kchkm-box .ktkm-link {
}
#kchkm .kchkm-box .ktkm-link a {
  text-decoration: none;
  color: #19b7f8;
  font-weight: bold;
  display: block;
  width: 130px;
  border: 1px solid #19b7f8;
  line-height: 1.4;
  text-align: center;
  padding: 5px;
  margin-left: auto;
}

/*===== #problem =====*/
#problem {
}
#problem .bg {
  background: url(../../image/shops/oumi/nayami-bg.png) no-repeat top center;
  background-size: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 1350px) {
  #problem .bg {
    background-size: auto;
  }
}
#problem .problem-box {
  width: 50%;
  margin-left: auto;
}
#problem .problem-box .base-hx {
  color: #000000;
  text-align: left;
}
#problem .problem-box ul {
}
#problem .problem-box ul li {
  background-color: #fff;
  box-shadow: 0 0 10px #848484;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 13px 2%;
}
#problem .problem-box ul li span {
  background: url(../../image/shops/oumi/icon01.png) no-repeat left center;
  padding: 4px 2% 4px 40px;
  display: block;
}
#problem .ans {
  background: url(../../image/shops/oumi/nayami-next.png) no-repeat top center;
  padding: 100px 0 60px;
}
#problem .ans .ans-box {
  position: relative;
  padding-bottom: 10%;
}
#problem .ans .ans-box .img {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 50%;
}
#problem .ans .ans-box .text-box {
  width: 60%;
  background-color: #fff;
  box-shadow: 0 0 10px #848484;
  padding: 42px 4%;
  margin-left: auto;
}
#problem .ans .ans-box .text-box .main-text {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
#problem .ans .ans-box .text-box .main-text span {
  color: #fedb02;
  font-size: 40px;
}
#problem .ans .ans-box .text-box .text {
  line-height: 1.4;
}

/*===== #reason =====*/
#reason {
  background: url(../../image/shops/oumi/bg01.jpg) repeat top center;
  padding: 60px 0;
}
#reason .base-hx {
  color: #ffffff;
}
#reason .reason-box {
}
#reason .reason-box .box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 35px;
  background-color: #fff;
  padding: 35px 4%;
  position: relative;
}
#reason .reason-box .box .text-box {
  width: 60%;
  margin-left: auto;
}
#reason .reason-box .n2 .text-box {
  margin-right: auto;
  margin-left: 0;
}
#reason .reason-box .box .text-box h3 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#reason .reason-box .box .text-box h3 .nmb {
  display: block;
  color: #fedb02;
  font-size: 30px;
  margin-bottom: 20px;
}
#reason .reason-box .n2 .text-box h3 .nmb {
  color: #19b7f8;
}
#reason .reason-box .box .text-box h3 .clr {
  color: #fedb02;
}
#reason .reason-box .n2 .text-box h3 .clr {
  color: #19b7f8;
}
#reason .reason-box .box .text-box .text {
}
#reason .reason-box .box .text-box .text a {
  display: block;
  padding: 15px;
  background-color: #19b7f8;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 0 #0490c7;
  width: 275px;
  max-width: 100%;
}
#reason .reason-box .box .text-box .text a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#reason .reason-box .box .img {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: 35px;
  left: -12%;
}
#reason .reason-box .n2 .img {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: 35px;
  right: -12%;
  left: auto;
}
#reason .reason-box .n2 .img-list {
  display: flex;
  justify-content: space-between;
  margin-left: -23%;
  margin-right: 23%;
  margin-top: 15%;
}
#reason .reason-box .n2 .img-list li {
  width: 32%;
}

/*===== #price =====*/
#price {
  background: url(../../image/shops/oumi/price-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 60px 0;
}
#price .base-hx {
  color: #ffffff;
}
#price .price-box .hx {
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 2%;
  margin-bottom: 20px;
  color: #fff;
}
#price .price-box .gentei {
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 2%;
  color: #deff23;
  background-color: red;
  max-width: 370px;
  margin: 0 auto 20px;
}
#price .price-box h3#personal {
  background-color: #19b7f8;
}
#price .price-box h3#pair-personal {
  background-color: #5383ec;
}
#price .price-box h3#junior {
  background-color: #8fc26e;
}
#price .price-box h3#cash {
  background-color: #f19e38;
}
#price .price-box h3#waribiki {
  background-color: #e684b7;
}
#price .price-box h3#conditioning {
  background-color: #e1bfff;
}
#price .price-box .container {
  display: flex;
  justify-content: space-between;
}
#price .price-box .container .wrap {
  width: 49%;
}
#price .price-box:not(:last-child) {
  margin-bottom: 30px;
}
#price .price-box .box {
  background: rgb(255 255 255 / 25%);
  margin-bottom: 10px;
}
#price .price-box table {
  width: 100%;
  table-layout: fixed;
}
#price .price-box table tr {
  margin-bottom: 10px;
}
#price .price-box table tr:not(:last-child) {
  border-bottom: 1px solid #838383;
}
#price .price-box table tr th {
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  background-color: #fedb03;
  padding: 20px 3%;
  vertical-align: middle;
  width: 155px;
}
#price .price-box table tr td {
  line-height: 1.4;
  font-size: 16px;
  background-color: #fff;
  padding: 20px 3%;
  vertical-align: middle;
}
#price .price-box .box .text-box {
  padding: 20px 3%;
}
#price .price-box .box .text-box .text {
  color: #fff;
  margin-bottom: 0;
}
#price .price-box .box .text-box .clr {
  color: #febb03;
  font-weight: bold;
}
#price .price-box .box .text-box .red {
  color: red;
  font-weight: bold;
  font-size: 25px;
}
#price .price-box .box .text-box .img {
}
#price .price-box .price01 {
  float: left;
}
#price .price-box .price01 .text-box .text {
  margin-bottom: 1em;
}
#price .price-box .price02 {
  float: right;
}
#price .price-box .price03 {
  float: right;
}
#price .price-box .price03 .text-box .text {
  margin-bottom: 1em;
}
#price .price-box .price03 .text-box .clr {
  margin-bottom: 0;
}
#price .price-box .price04 {
  width: 100%;
  clear: both;
}
#price .price-box .price04 .text-box .text {
  margin-bottom: 1em;
}
#price .price-box .price04 .text-box .clr {
  margin-bottom: 0;
}
#price span.small {
  font-size: 12px;
}

/*===== #flow =====*/
#flow {
  padding: 60px 0;
}
#flow .base-hx {
}
#flow .base-hx .en {
  color: #fedb03;
}
#flow .base-hx .ja {
  color: #000000;
}
#flow .main-text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 25px;
}
#flow .flow-box {
  margin-bottom: 35px;
}
#flow .flow-box li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#flow .flow-box li .left {
  width: 28%;
}
#flow .flow-box li .left h3 {
  display: block;
  text-align: center;
  color: #fff;
  padding: 3%;
  background-color: #000;
  line-height: 1.4;
  font-size: 12px;
  font-weight: normal;
}
#flow .flow-box li .left h3 span {
  font-weight: bold;
  font-size: 18px;
}
#flow .flow-box li .left .img {
}
#flow .flow-box li .right {
  width: 70%;
}
#flow .flow-box li .right p.text {
  font-size: 16px;
  line-height: 1.7;
}
#flow .link-box {
  display: flex;
  justify-content: space-between;
}
#flow .link-box li {
  width: 33%;
}

/*===== #top-blog =====*/
#top-blog {
  background: url(../../image/shops/oumi/blog-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 60px 0;
}
#top-blog .base-hx {
  color: #ffffff;
}
#top-blog .price-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
#top-blog .price-box .box {
  width: 49%;
  background-color: #fff;
  margin-bottom: 20px;
}
#top-blog .price-box .box a {
  padding: 3%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
#top-blog .price-box .box .img {
  width: 45%;
}
#top-blog .price-box .box .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top-blog .price-box .box .text-box .ttl {
  font-weight: bold;
  line-height: 1.4;
}
#top-blog .price-box .box .text-box .ttl .ctg-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#top-blog .price-box .box .text-box .ttl .ctg {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 15px;
  background-color: #fedb03;
}
#top-blog .price-box .box .text-box .ttl .ctg:not(:first-child) {
  margin-left: 5px;
}
#top-blog .price-box .box .text-box .ttl .txt {
  display: block;
  font-size: 16px;
}
#top-blog .price-box .box .text-box .day {
  text-align: right;
}
#top-blog .link {
}
#top-blog .link a {
  display: block;
  width: 270px;
  background-color: #fedb03;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0 auto;
}
#top-blog .link a span {
  background: url(../../image/shops/oumi/icon02.png) no-repeat right center;
  display: block;
  padding: 5px 10px;
}

/*===============================================
    ■tablet 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
  /*-------- #reason --------*/
  #reason .reason-box .box .text-box {
    width: 100%;
  }
  #reason .reason-box .box .img {
    width: 100%;
    max-width: 439px;
    position: static;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
  #reason .reason-box .n2 .img {
    width: 100%;
    max-width: 439px;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 auto;
  }
  #reason .reason-box .n2 .img-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

/*===============================================
    ■smart 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
  /*-------- #xxx --------*/
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  /*-------- #point --------*/
  #point .point-box .box {
    width: 100%;
    margin-bottom: 10px;
  }
  #point .point-box .box .hx {
    width: 60%;
    float: right;
    font-size: 14px;
  }
  #point .point-box .box .hx span {
    font-size: 25px;
    margin-bottom: 5px;
  }
  #point .point-box .box .img {
    width: 35%;
  }
  /*-------- #problem --------*/
  #problem .cn-w {
    padding: 0 0;
  }
  #problem .problem-box .base-hx {
    text-align: center;
  }
  #problem .problem-box .base-hx .en {
    color: #fedb02;
  }
  #problem .bg {
    background: none;
    padding: 0 0 0;
  }
  #problem .problem-box {
    width: 100%;
    margin-left: auto;
  }
  #problem .problem-box .img {
    line-height: 0;
  }
  #problem .problem-box .bg-sp {
    background: url(../../image/shops/oumi/bg02.jpg) repeat top center;
    padding: 20px 3%;
  }
  #problem .ans {
    padding: 74px 0 60px;
  }
  #problem .ans .ans-box .img {
    position: static;
    top: auto;
    left: auto;
    z-index: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  #problem .ans .ans-box .text-box {
    width: 90%;
    margin: 0 auto;
  }
  #problem .ans .ans-box .text-box .main-text {
    font-size: 18px;
    text-align: center;
  }
  #problem .ans .ans-box .text-box .main-text span {
    display: inline-block;
  }
  #problem .problem-box ul li {
    font-size: 13px;
  }
  #problem .problem-box ul li span {
    padding: 6px 2% 6px 40px;
  }
  /*-------- #reason --------*/
  #reason {
    padding: 30px 0;
  }
  #reason .reason-box .box .text-box h3 {
    text-align: center;
  }
  #reason .reason-box .box .text-box h3 .nmb {
    text-align: center;
    margin-bottom: 7px;
  }
  #reason .reason-box .box .text-box .text a {
    margin: 0 auto;
  }
  /*-------- #price --------*/
  #price {
    padding: 30px 0;
  }
  #price .price-box .box {
    width: 100%;
  }
  #price .price-box .price01,
  #price .price-box .price02,
  #price .price-box .price03 {
    float: none;
  }
  #price .price-box .container {
    flex-direction: column;
  }
  #price .price-box .container .wrap {
    width: 100%;
  }
  #price .price-box table tr th {
    width: 105px;
  }

  /*-------- #flow --------*/
  #flow {
    padding: 30px 0;
  }
  #flow .flow-box li {
    margin-bottom: 10px;
    flex-direction: column;
  }
  #flow .flow-box li .left {
    width: 80%;
    margin-bottom: 15px;
  }
  #flow .flow-box li .right {
    width: 100%;
  }
  #flow .flow-box li .right p.text {
    font-size: 14px;
  }
  #flow .link-box {
    flex-direction: column;
  }
  #flow .link-box li {
    width: 100%;
    max-width: 356px;
    margin: 0 auto 10px;
  }
  /*-------- #top-blog --------*/
  #top-blog {
    padding: 30px 0;
  }
  #top-blog .price-box .box {
    width: 100%;
    margin-bottom: 10px;
  }
  #top-blog .price-box .box .img {
    width: 35%;
  }
  #top-blog .price-box .box .text-box {
    width: 60%;
  }
  #top-blog .price-box .box .text-box .ttl .ctg {
    padding: 2px 10px;
    font-size: 12px;
    margin-bottom: 4px;
  }
  #top-blog .price-box .box .text-box .ttl .txt {
    font-size: 14px;
  }
  #top-blog .price-box .box .text-box .day {
    font-size: 13px;
  }
}
