@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.dib {
  display: inline-block;
  font-weight: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  height: auto;
  max-width: 100%;
}

.pink-grape {
  color: #ff8383;
}

.green {
  color: #76b755;
}

.color-01 {
  color: #fdc989;
}

.bold {
  font-weight: bold;
}

.relative {
  position: relative;
}

span {
  font-weight: inherit;
}

/***************************************************************
ヘッダー
***************************************************************/
.header-title {
  background-color: #73b5c5;
  background-image: url(image.php?id=4);
  box-sizing: border-box;
  color: #FFF;
  line-height: 1.5;
}

.nav-list {
  display: none;
}

/*--------------------------------------------------------------
パソコン用
--------------------------------------------------------------*/
/* 固定
--------------------------------------------------------------*/
.header-inner {
  border-color: #0080cc;
  border-style: solid;
  border-width: 0 0 3px 0;
  position: absolute;
  width: 100%;
  padding: 5px 0;
}

.header-inner.scroll {
  position: fixed;
  top: 0 !important;
}

/*--------------------------------------------------------------
タブレット&スマートフォン用
--------------------------------------------------------------*/
/* 固定
--------------------------------------------------------------*/
/***************************************************************
コンテンツ
***************************************************************/
/*-----------------------
予約バナー
-----------------------*/
@media (min-width: 1201px) {
  .reserve-banner {
    display: none;
  }
}
@media (max-width: 1200px) {
  .reserve-banner {
    margin-top: 15px;
    text-align: center;
  }
  .reserve-banner.-home {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .reserve-banner a:hover {
    opacity: 0.8;
  }
}
/*-----------------------
index.html
-----------------------*/
/*content-ttl*/
.content-ttl.-recommend {
  color: #FFF;
}

.content-ttl.-recommend::after {
  background: #FFF;
}

/*間隔*/
.home-about,
.home-recommend,
.home-problem,
.home-reason,
.home-flow,
.home-raiten {
  margin-top: 50px;
}

/*諏訪整体療術院について*/
.home-about__dot {
  color: #ffc800;
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-top: 8px;
}

.home-about__dot::before {
  background: #ff4700;
  border-radius: 50%;
  content: "";
  height: 8px;
  margin-left: -4px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
}

/*一番人
/*一番人気*/
.home-recommend {
  background-image: url(image.php?id=015);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home-recommend::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.rec-menu {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 600px;
}

.rec-menu01 {
  margin-top: 50px;
}
.rec-menu01 #before {
  font-size: 30px;
}
@media (max-width: 736px) {
  .rec-menu01 #before {
    font-size: 22px;
  }
}
.rec-menu01 #after {
  color: #f00;
  font-size: 64px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 736px) {
  .rec-menu01 #after {
    font-size: 11vw;
  }
}
.rec-menu01 #after .recmenu-price__en {
  font-size: 40%;
  line-height: 1.2;
  margin-left: 0;
}

.torikeshi {
  text-decoration: line-through;
}

.rec-menu02 {
  margin-top: 30px;
}

.recmenu-circle {
  background: #ce9938;
  border-radius: 50%;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-right: 30px;
  text-align: center;
  vertical-align: middle;
}

.recmenu-price {
  color: #ce9938;
  font-weight: bold;
}

.recmenu-price__en {
  display: inline-block;
  font-size: 50%;
  margin-left: 15px;
}

/*施術の流れ*/
.home-flow {
  padding: 50px 0;
}

.home-flow__inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}

/*-----------------------
下層ページ
-----------------------*/
/*全般*/
.lower {
  background-image: url(image.php?id=36);
  padding-bottom: 60px;
}

.sp-block {
  font-weight: inherit;
}

/*ぱんくずリスト*/
.breadcrumb-list {
  background: url(image.php?id=35);
}

/*content-ttl-low*/
.content-ttl-low__txt {
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 6px;
  padding: 0 1em;
  position: relative;
  text-shadow: 2px 2px 2px #333;
  text-align: center;
  z-index: 2;
}

.content-ttl-low::before,
.content-ttl-low::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 30%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #FFF 25%, #FFF 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.content-ttl-low::before {
  left: 0;
}

.content-ttl-low::after {
  right: 0;
}

/*treatment.html*/
#flex.chiro-price__col {
  display: flex;
  align-items: center;
}
@media (max-width: 736px) {
  #flex.chiro-price__col {
    justify-content: center;
  }
}

.chiro-price__txt02 #before {
  font-size: 20px;
  text-decoration: line-through;
}
@media (max-width: 400px) {
  .chiro-price__txt02 #before {
    font-size: 16px;
  }
}
.chiro-price__txt02 #after {
  color: #f00;
  font-weight: bold;
  margin-top: 10px;
}
.chiro-price__txt02 #after .chiro-price__txt03 {
  line-height: 1.2;
}

/***************************************************************
サイトマップ
***************************************************************/
.sitemap-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.sitemap-list__link {
  color: #0080cc;
  font-size: 18px;
}

.sitemap-list__link:hover {
  text-decoration: none;
}

/***************************************************************
フッター
***************************************************************/
footer #menu {
  background: url(/image.php?id=5) #65a3ca;
}

.footer-bg {
  background-image: url(image.php?id=007);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  padding: 30px 0;
}

/*--------------------------------------------------------------
インフォ
--------------------------------------------------------------*/
/*footer-info*/
.footer-info__link {
  color: #000;
  display: block;
  text-decoration: none;
}

/*reservation*/
.reservation {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

.reservation {
  border: 5px solid #0080cc;
  border-radius: 20px;
}

.reservation__txt01 {
  width: 60%;
}

.reservation__txt02 {
  background: #fdc989;
  border-radius: 8px;
  color: #FFF;
  font-size: 18px;
  margin-left: 20px;
  padding: 10px 20px;
  white-space: nowrap;
}

/*oil*/
.oil {
  background-color: #fff;
  background-image: url(image.php?id=009);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 15px;
}

.oil__txt-area {
  text-align: center;
}

.oil__txt01 *,
.oil__txt02 {
  font-weight: bold;
}

.oil__txt01 {
  border-bottom: 1px solid #000;
  font-size: 28px;
  padding-bottom: 15px;
}

.oil__txt01-01 {
  margin-bottom: 10px;
}

.oil__txt02 {
  font-size: 20px;
  margin-top: 15px;
}

.oil__img {
  width: 100px;
}

/*symptom*/
.symptom {
  background-image: url(image.php?id=6);
  background-color: #4baee6;
  background-position: center;
}