@charset "UTF-8";
/*********************************************************
共通
*********************************************************/
/*-----------------------
リボンタイトル
-----------------------*/
.content-ttl {
  background: #ff8d00;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  width: calc(700px - 80px);
}

.content-ttl::before,
.content-ttl::after {
  content: "";
  border: 25px solid #ff8d00;
  height: 0;
  position: absolute;
  top: 10px;
  width: 0;
  z-index: -1;
}

.content-ttl::before {
  right: -40px;
  border-right-color: transparent;
}

.content-ttl::after {
  left: -40px;
  border-left-color: transparent;
}

.content-ttl__inner {
  display: block;
  font-weight: bold;
}

.content-ttl__inner::before,
.content-ttl__inner::after {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #b3770a;
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.content-ttl__inner::after {
  left: 0;
  border-right: 5px solid #b3770a;
}

.content-ttl__inner::before {
  right: 0;
  border-left: 5px solid #b3770a;
}

.content-ttl__inner::after {
  left: 0;
  border-right: 5px solid #b3770a;
}

/*-----------------------
間隔
-----------------------*/
.home-about,
.home-headache,
.home-problem,
.home-subject,
.home-reason,
.home-flow {
  margin-top: 50px;
}

/*********************************************************
メインビジュアル
*********************************************************/
.hero {
  padding-top: 95px;
}

.hero img {
  width: 100%;
}

/*********************************************************
うらわ整骨院について
*********************************************************/
/*-----------------------
home-about
-----------------------*/
/*txt01*/
.home-about__txt01 {
  line-height: 2;
  margin: 50px auto 0;
  max-width: 1200px;
}

.home-about__large {
  font-size: 24px;
  font-weight: bold;
}

/*-----------------------
ekiten
-----------------------*/
.ekiten__box {
  margin-bottom: 30px;
}

.ekiten__box::after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

.ekiten__img {
  display: block;
  margin: 30px auto;
}

.ekiten__ranking {
  float: left;
  width: 50%;
}

.ekiten__review {
  float: right;
  margin-left: 3%;
  width: 47%;
}

/*-----------------------
line-reserve
-----------------------*/
.line-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  margin-top: 30px;
  width: 50%;
}

.line-reserve__btn {
  margin-right: 2%;
  min-width: 380px;
}

.line-reserve__qr {
  text-align: center;
}

.line-reserve__qr img {
  width: 110px;
}

.line-reserve__link {
  background: -webkit-gradient(linear, left top, left bottom, from(#8de60c), color-stop(15%, #20c020), color-stop(#20c020), color-stop(85%, #20c020), to(#8de60c));
  background: linear-gradient(to bottom, #8de60c, #20c020 15%, #20c020, #20c020 85%, #8de60c);
  border: 1px solid #20c020;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  max-width: 400px;
  padding: 5% 2%;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.line-reserve__link:hover {
  opacity: .7;
}

.line-reserve__logo {
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.line-reserve__txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
  text-shadow: 0 0 3px #000;
}

/*-----------------------
about-point
-----------------------*/
.about-point {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.about-point.-point01 {
  background-image: url(image.php?id=016);
  color: #FFF;
}

.about-point__img,
.about-point__txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}

.about-point__img {
  width: 40%;
}

.about-point__txt {
  width: 70%;
}

.about-point__ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff8d00));
  background: linear-gradient(transparent 60%, #ff8d00 60%);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.about-point__ttl:first-letter {
  font-size: 30px;
}

.about-point__txt01 {
  font-size: 18px;
  line-height: 1.5;
}

/*********************************************************
頭痛が治ります
*********************************************************/
/*-----------------------
home-headache
-----------------------*/
.home-headache {
  background-image: url(image.php?id=017);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  position: relative;
}

.home-headache .inner {
  z-index: 2;
}

.home-headache__recommend {
  position: absolute;
  top: -80px;
  left: 0;
  width: 200px;
}

.home-headache__txt {
  background: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.5;
  margin-top: 120px;
  margin-bottom: 50px;
  padding: 15px;
}

/*-----------------------
more-btn
-----------------------*/
.more-btn {
  background: #8e6635;
  border-radius: 10px;
  border: 5px solid #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.more-btn::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-top: -10px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.more-btn:hover {
  background: #6b4920;
}

.more-btn:hover::after {
  margin-left: 10px;
}

/*********************************************************
こんなお悩みはありませんか？
*********************************************************/
.home-problem__img {
  display: block;
  margin: 0 auto;
}

.home-problem__tri {
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 100px solid gray;
  margin: 0 auto;
}

/*-----------------------
board
-----------------------*/
.board {
  background-image: url(image.php?id=19);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding-bottom: 55%;
  position: relative;
  width: 66.66%;
}

.board::after {
  background-image: url(image.php?id=20);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  padding-bottom: 50%;
  position: absolute;
  right: 2%;
  bottom: 0.8%;
  width: 29%;
}

.board__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 23%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 81.25%;
  z-index: 2;
}

.board__list {
  margin-top: 13%;
}

.board__item {
  font-size: 22px;
  font-weight: bold;
  list-style: none;
  margin-bottom: 9.2%;
  padding-left: 13.8%;
  position: relative;
}

.board__item::before {
  background-image: url(image.php?id=37);
  background-repeat: no-repeat;
  content: "";
  height: 80px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
}

/*-----------------------
problem-box
-----------------------*/
.problem-box {
  display: table;
  table-layout: fixed;
  margin-top: 50px;
  width: 100%;
}

.problem-box__img,
.problem-box__txt {
  display: table-cell;
  vertical-align: middle;
}

.problem-box__img {
  text-align: center;
  width: 40%;
}

.problem-box__txt01 {
  font-weight: bold;
  margin-top: 10px;
}

.problem-box__txt {
  line-height: 2;
  padding: 10px;
  position: relative;
  width: 60%;
}

.problem-box__txt::before,
.problem-box__txt::after {
  background-image: url(image.php?id=38);
  background-repeat: no-repeat;
  content: "";
  height: 29px;
  position: absolute;
  width: 161px;
}

.problem-box__txt::before {
  bottom: 0;
  left: 0;
}

.problem-box__txt::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.problem-box__ttl {
  font-size: 24px;
}

.problem-box__ttl span {
  color: #76b755;
  display: inline-block;
  font-weight: bold;
}

.problem-box__list {
  list-style-type: disc;
  margin-left: 1.5em;
}

/*********************************************************
診療科目
*********************************************************/
/*-----------------------
subject-box
-----------------------*/
.subject-box {
  background-image: url(image.php?id=39);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.subject-box__inner {
  position: relative;
  z-index: 2;
}

.subject-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
}

.subject-box__item {
  background: #FFF;
  border: 5px solid #ffc300;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 10px 10px 20px;
  text-align: center;
  width: 18%;
}

.subject-box__imgwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  margin-bottom: 10px;
}

.subject-box__imgwrapper > div {
  max-width: 100%;
  text-align: center;
  width: 100%;
}

.subject-box__img {
  max-height: 180px;
}

.subject-box__txt01,
.subject-box__txt02 {
  font-weight: bold;
}

.subject-box__txt01 {
  font-size: 14px;
}

.subject-box__txt02 {
  font-size: 18px;
  margin: 5px 0 20px;
}

.subject-box__btn {
  background: #ffc300;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.subject-box__btn:hover {
  background: #ff8d00;
}

.subject-box__btn::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-top: -10px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

/*********************************************************
選ばれる4つの理由
*********************************************************/
/*-----------------------
reason-box
-----------------------*/
.reason-box {
  margin: 80px auto 0;
  max-width: 800px;
}

/*head*/
.reason-head {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.reason-head__box {
  display: table-cell;
  vertical-align: middle;
}

.reason-head__box:first-child {
  width: 100px;
}

.reason-head__box:last-child {
  display: none;
}

.reason-head__point {
  background: #ffc300;
  border-radius: 8px;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
}

.reason-head__num {
  color: #FFF;
  display: block;
  font-size: 24px;
  margin-top: 5px;
}

.reason-head__ttl {
  color: #76b755;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
}

/*icon*/
.reason-icon {
  background: #7d510e;
  border-radius: 50%;
  height: 50px;
  margin-left: auto;
  position: relative;
  width: 50px;
}

.reason-icon__bar,
.reason-icon__bar::before {
  background: #FFF;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  width: 16px;
}

.reason-icon__bar {
  left: 50%;
  margin-left: -8px;
}

.reason-icon__bar::before {
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close .reason-icon__bar::before {
  background: transparent;
}

/*body*/
.reason-body {
  margin-top: 15px;
}

.reason-body__inner {
  text-align: center;
}

/*********************************************************
施術の流れ
*********************************************************/
/*-----------------------
home-flow
-----------------------*/
.home-flow {
  background-image: url(image.php?id=031);
  background-size: 300px;
  padding: 50px 0;
}

.home-flow__inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}

/*-----------------------
swiper-container
-----------------------*/
.swiper-container {
  margin-top: 50px;
}

.swiper-txt {
  margin-top: 20px;
  text-align: center;
}

.swiper-txt__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.swiper-txt__body {
  line-height: 1.5;
}