@charset "UTF-8";
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  line-height: 2;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

html {
  overflow-y: scroll;
}

a {
  color: #69b84f;
  text-decoration: underline;
}

a:hover {
  color: #69b84f;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.fix {
  min-height: 1px;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.red {
  color: #f73609;
}

/*section p
----------------------------------------------------*/
.section {
  margin: 0 0 30px 0;
  width: 100%;
}

.inner {
  width: 100%;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.btm0 {
  margin-bottom: 0 !important;
}

.btm5 {
  margin-bottom: 5px;
}

.btm10 {
  margin-bottom: 10px;
}

.btm15 {
  margin-bottom: 15px;
}

.btm20 {
  margin-bottom: 20px;
}

.btm25 {
  margin-bottom: 25px;
}

.btm30 {
  margin-bottom: 30px !important;
}

.btm40 {
  margin-bottom: 40px;
}

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px !important;
}

p.l11 {
  line-height: 1.1;
}

p.l13 {
  line-height: 1.3;
}

.m0 {
  margin: 0 !important;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.lh15 {
  line-height: 1.5;
}

.hover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

.list_disc {
  margin-left: 20px;
}

.list_disc li {
  list-style: disc;
}

.list_num {
  margin-left: 20px;
  margin-bottom: 20px;
}

.list_num li {
  list-style-type: decimal;
}

.text_ul01 {
  font-weight: bold;
  color: #fb6a00;
  text-decoration: underline;
}

.marker {
  font-size: 1.5em;
  background: #f8e859;
  display: inline;
  font-weight: bold;
}

.flex, .flex_sp_rev {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.img01 {
  line-height: 0;
}

.img01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*ヘッダー
----------------------------------------------------*/
#header {
  border-top: 5px solid #69b84f;
  border-bottom: 3px solid #69b84f;
}

.h_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2.5%;
}

.h_copy {
  margin-top: 8px;
  display: block;
}

.h_copy h1 {
  font-size: 12px;
  line-height: 1.5;
  color: #222;
}

.h_conts {
  margin: 16px auto 24px;
  display: flex;
  justify-content: space-between;
}

.h_logo {
  margin-top: 8px;
}

.h_logo img {
  width: 45vw;
  max-width: 495px;
  height: auto;
}

.h_tel_contact {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 15px;
  width: 100%;
  max-width: 505px;
}

.h_tel {
  margin-top: 3px;
}

.h_tel_num {
  line-height: 0;
  margin-bottom: 12px;
}

.h_tel_num img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_tel_text dl {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.h_tel_text dl dt {
  width: 6em;
}

.h_tel_text dl dd {
  width: calc(100% - 4em);
}

.h_tel_text p {
  font-size: 12px;
  color: #6f6f6f;
  line-height: 18px;
  margin-top: 5px;
}

.h_tel_text p:first-of-type {
  margin-top: 0;
}

.h_contact {
  max-width: 220px;
  margin-left: 25px;
}

.h_contact_btn {
  display: block;
  margin-bottom: 12px;
}

.h_contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f09b00;
  color: #fff;
  padding: 0 16px;
  text-align: center;
  border-radius: 5px;
  line-height: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  min-height: 47px;
}

.h_contact_btn a img {
  margin-right: 10px;
  vertical-align: sub;
}

.h_map {
  background: url("../images/common/h_map.png") no-repeat 2px 0px;
  padding: 4px 0 6px 30px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #222;
}

.h_access {
  background: url("../images/common/h_access.png") no-repeat left 4px;
  padding: 0 0 6px 30px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #222;
}

#sp_head, #sp_top {
  display: none;
}

/*ナビ
----------------------------------------------------*/
.h_nav {
  margin-top: 24px;
}

.h_nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.h_nav ul li {
  width: calc(100% / 7 - 1px);
  border-left: 1px dotted #b8b6b4;
  text-align: center;
  padding: 12px 0;
}

.h_nav ul li:last-child {
  width: calc(100% / 7 - 2px);
  border-right: 1px solid #b8b6b4;
}

.h_nav ul li a {
  color: #151311;
  text-decoration: none;
}

/*ナビ
----------------------------------------------------*/
#scroll_menu {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #69b84f;
  padding: 24px 0;
  position: fixed;
  top: -86px;
  z-index: 99999;
  opacity: 0;
  transition: top 0.15s linear 0s, opacity 0.15s linear 0s;
}

.scroll_menu_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.scroll_logo p {
  line-height: 0;
}

.scroll_logo img {
  width: 25vw;
  max-width: 320px;
  height: 100%;
  /* min-height: 55px; */
  /* max-height: 44px; */
}

.scroll_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.scroll_menu ul li {
  margin-left: 20px;
  line-height: 1.2;
}

.scroll_menu ul li a {
  font-size: 14px;
  color: #212121;
  text-decoration: none;
}

/*main-image
----------------------------------------------------*/
#mainimage {
  width: 100%;
  max-height: 100%;
  background: #fcf7ed;
}

#mainimage p {
  text-align: center;
  line-height: 0;
}

#mainimage p img {
  width: 100%;
  max-width: 1450px;
  height: auto;
}

.mainimage_img {
  text-align: center;
  line-height: 0;
}

.mainimage_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mainimage_strongpoint {
  background: #69b84f;
  box-sizing: border-box;
  padding: 50px 0;
}

.mainimage_strongpoint-wrap {
  width: 95%;
  max-width: 1055px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mainimage_strongpoint-list {
  display: flex;
  flex-wrap: wrap;
}

.mainimage_strongpoint-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 13px);
  max-width: 338px;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-radius: 10px;
  padding: 4px 8px;
  line-height: 0;
  margin-right: 19px;
  margin-bottom: 20px;

  min-height: 108px;
}

.mainimage_strongpoint-list li:nth-of-type(3n) {
  margin-right: 0;
}

.mainimage_strongpoint-list li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*common
----------------------------------------------------*/
#main {
  display: block;
  width: 100%;
  position: relative;
}

.bg_orange01 {
  background: #fdfaee;
}

.bg_green01{
  background: #69b84f;
}

.bg_brown01{
  background: #6a5443;
}

.mainconts {
  padding: 60px 0 80px;
}

.main_conts_wrap {
  width: 95%;
  max-width: 1050px;
  padding: 0 2.5%;
  margin: 0 auto;
}

.main_conts_wrap p {
  margin-bottom: 1em;
}

.main_conts_wrap p:last-of-type {
  margin-bottom: 0;
}

.ttl01 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

.ttl01.ttl01_main {
  margin-bottom: 12px;
}

.ttl01.ttl01_w {
  color: #fff;
}

.ttl01_sub {
  border-top: 1px solid;
  border-bottom: 1px solid;
  box-sizing: border-box;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 40px !important;
}

.ttl02 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 40px;
}

.ttl03 {
  background: #69b84f;
  box-sizing: border-box;
  padding: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}

.ttl04 {
  font-size: 28px;
  font-weight: bold;
  color: #69b84f;
  text-decoration: underline;
  margin-bottom: 20px;
  text-align: center;
}

.ttl05 {
  border-top: 1px solid;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid;
  box-sizing: border-box;
  padding: 24px 0;
  margin-bottom: 32px;
}

.ttl06 {
  background: #69b84f;
  box-sizing: border-box;
  padding: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}

.ttl07{
  border-top: 2px solid #69b84f;
  border-bottom: 2px solid #69b84f;
  box-sizing: border-box;
  padding: 4px 0;
  margin-bottom: 32px;
}

.ttl07 span{
  display: block;
  text-align: center;
  border-top: 1px solid #69b84f;
  border-bottom: 1px solid #69b84f;
  box-sizing: border-box;
  padding: 8px 0;

  font-size: 28px;
  font-weight: bold;
}

.ttl08{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.ttl08_sub{
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px !important;
}

.tbl01 {
  display: block;
}

.tbl01 tbody {
  display: block;
}

.tbl01 tbody tr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #bab8ab;
  align-items: center;
}

.tbl01 tbody tr:last-of-type {
  border-bottom: 1px solid #bab8ab;
}

.tbl01 tbody tr th, .tbl01 tbody tr td {
  padding: 20px;
  font-size: 18px;
}

.tbl01 tbody tr th {
  width: 15em;
  background: #69b84f;
  color: #fff;
}

.tbl01 tbody tr td {
  background: #fff;
  width: calc(100% - 10em);
}

.pink01 {
  color: #fb6a00;
}

.br {
  display: block;
}

.strong01 {
  font-weight: bold;
  text-decoration: underline;
}

.strong02 {
  font-weight: bold;
  color: #f01d1d;
}

.strong03 {
  font-weight: bold;
  text-decoration: underline;
  color: #69b84f;
}

.strong04 {
  background: linear-gradient(transparent 60%, #f7f263 60%);
}

/*トップページ
----------------------------------------------------*/
.commingsoon{
  border:2px solid #ec3838;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: #ec3838;
  line-height: 1.8;
  background: #fff;
  box-sizing: border-box;
}

.commingsoon p{
  font-weight: bold;
}

/* これだけの患者さんが改善されています！ */
.kaizen_img {
  width: 100%;
  border: 14px solid #fcedde;
  box-sizing: border-box;
  background: #fcf7ed;
  padding: 12px;
}

/* 症例レポート　動画紹介 */
.movie_reportconts{
  margin-bottom: 64px;
}

.movie_reportconts:last-of-type{
  margin-bottom: 0;
}

.movie_reportconts-movie{
  text-align: center;
  line-height: 0;
}

.movie_reportconts-movie iframe{
  width: 100%;
  max-width: 800px;
  height: 100%;
  min-height: 480px;
  margin: 0 auto;
  line-height: 0;
}

/* before after */
.ba{
  display: block;
  width: 100%;
}

.ba_wrap{
  display: flex;
  flex-wrap: wrap;

  width: 100%;
  max-width: 924px;
  margin: 0 auto;
}

.ba_conts{
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 24px;
}

.ba_conts:nth-of-type(2n){
  margin-right: 0;
}

/* あなたは、こんな悩みはありませんか？ */
.nayami {
  padding-bottom: 0 !important;
}

.nayami_conts {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 35px;
}

.nayami_img {
  width: 100%;
  max-width: 320px;
  margin-left: 30px;
  display: flex;
}

.nayami_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nayami_list {
  margin-bottom: 50px;
}

.nayami_list ul li {
  background: url("../images/top/icon_nayami.png") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.5;
}

.nayami_list ul li:last-of-type {
  margin-bottom: 0;
}

/* 想い */
.omoi{
  padding-top: 0;
}

/* その悩み、当院にお任せください */
.omakase_conts p {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.omakase_conts p.omakase_text01 {
  font-size: 24px;
  font-weight: bold;
}

/* このようなお悩みの方が来られています */
.onayami_list {
  background: #fff;
  border: 7px solid #69b84f;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 24px 24px 16px;
}

.onayami_list ul {
  display: flex;
  flex-wrap: wrap;
}

.onayami_list ul li {
  background: url("../images/top/icon_nayami.png") no-repeat left top;
  padding-left: 36px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 32px;
  margin-bottom: 8px;
}

/* 患者様の声 */
.voice_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.voice_conts {
  background: #fff;
  width: calc(50% - 20px);
  max-width: 495px;
  box-shadow: 0 1px 5px #ddd;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 40px;
}

.voice_conts:nth-child(1), .voice_conts:nth-child(2) {
  margin-top: 0;
}

.voice_conts:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}

.voice_ttl {
  background: #69b84f;
  padding: 16px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  box-sizing: border-box;
}

.voice_subttl {
  display: block;
  position: relative;
}

.voice_subttl:before {
  content: "(";
}

.voice_subttl:after {
  content: ")";
}

.voice_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.voice_img iframe {
  width: 100%;
  height: 27vw;
  max-height: 293px;
}

.voice_recommend {
  background: #404545;
}

.voice_recommend p a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 8px 4px;
}

.voice_recommend p a img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.voice_text_conts {
  background: #fff;
  padding: 16px;
}

.voice_text_conts dl {
  padding-top: 16px;
  position: relative;
}

.voice_text_conts dl:first-of-type {
  padding-top: 0;
}

.voice_text {
  padding: 0 10px 10px;
}

.voice_q {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  background: #fffaf6;
  padding: 10px 15px 10px 35px;
  border-radius: 5px;
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
}

.voice_q:before {
  content: "Q";
  display: block;
  font-size: 1.25em;
  color: #69b84f;
  line-height: 1;
  margin-right: 5px;
  margin-left: 0;
  position: absolute;
  left: 12px;
  top: 14px;
}

.voice_text p {
  padding: 0 15px 15px;
}

.voice_text-memo {
  border-top: 1px dashed #d8d8d8;
  padding-top: 8px;
  margin-top: 8px;
  font-size: 12px;
}

/* そもそも、どうして腰痛にになったの？ */
.cause_conts {
  margin-bottom: 40px;
  border: 7px solid #69b84f;
  border-radius: 10px;
  background: #fff;
}

.cause_conts:last-of-type {
  margin-bottom: 0;
}

.cause_wrap {
  box-sizing: border-box;
  padding: 32px 40px 40px;
}

.cause_lr {
  display: flex;
  justify-content: space-between;
}

.cause_img {
  width: 100%;
  max-width: 187px;
}

.cause_text {
  width: calc(100% - 229px);
  margin-left: 32px;
}

/* 当院の腰痛整体 */
.info_conts {
  margin-bottom: 40px;
}

.info_conts:last-of-type {
  margin-bottom: 0;
}

.info_lr {
  display: flex;
  flex-direction: row;
}

.info_lr .info_text {
  margin-left: 32px;
}

.info_rl {
  display: flex;
  flex-direction: row-reverse;
}

.info_rl .info_text {
  margin-right: 32px;
}

.info_img {
  width: 100%;
  max-width: 316px;
}

.info_text {
  width: calc(100% - 316px);
}

/* 院長プロフィール */
.profile_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.profile_img {
  width: 100%;
  max-width: 312px;
}

.profile_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.profile_img-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 16px;
}

.profile_text {
  width: calc(100% - 312px);
  margin-right: 40px;
}

.profile_text p {
  margin-top: 1em;
  margin-bottom: 0;
}

.profile_text p:first-of-type {
  margin-top: 0;
}

.profile_text ul {
  margin-bottom: 16px;
}

.profile_text ul li {
  list-style: disc;
  margin-left: 1em;
  font-weight: bold;
}

.profile_ttl01 {
  font-size: 18px;
  font-weight: bold;
}

/* 推薦の声 */
.recommend_sec {
  border: 7px solid #69b84f;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 40px;
}

.recommend_sec:last-of-type {
  margin-bottom: 0;
}

.recoomend_mainconts {
  display: flex;
  justify-content: space-between;
}

.recommend_img {
  width: 100%;
  max-width: 250px;
  margin-right: 32px;
}

.recommend_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.recommend_text {
  width: calc(100% - 282px);
}

.recommend_text p {
  font-size: 16px;
  margin-bottom: 1em;
}

.recommend_text p:last-of-type {
  margin-bottom: 0;
}

/* 施術の流れ */
.flow_conts_wrap {
  counter-reset: num;
}

.flow_conts {
  margin-top: 30px;
}

.flow_ttl01 {
  font-size: 18px;
  font-weight: bold;
  color: #69b84f;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 24px;
  border-bottom: 1px solid #69b84f;
  padding-left: 3em;
}

.flow_ttl01:before {
  content: counter(num) ".";
  counter-increment: num;
  font-size: 36px;
  margin-right: 5px;
  color: #69b84f;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 8px;
}

.flow_conts_inline {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 15px;
}

.flow_img {
  width: 100%;
  max-width: 310px;
  height: auto;
}

.flow_text {
  width: calc(100% - 310px);
  margin-right: 32px;
}

.flow_tel {
  font-size: 1.2em;
  font-weight: bold;
  color: #b9330f;
}

.flow_tel span {
  font-size: 1.5em;
  line-height: 1.5;
}

.flow_conts figure:nth-of-type(2) {
  margin-top: 20px;
}

/*選ばれる7つの理由*/
.select_conts_wrap {
  counter-reset: selectnum;
}

.select_conts {
  margin-top: 40px;
  counter-increment: selectnum;
}

.select_conts:first-of-type {
  margin-top: 0;
}

.select_ttl01 {
  background: #69b84f;
  color: #fff;
  padding: 16px 16px 16px 5.5em;
  border-radius: 5px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}

.select_ttl01:before {
  content: "理由" counter(selectnum);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 16px;
  top: 15px;
  line-height: 1;
  padding: 8px 12px;
  background: #fff;
  box-sizing: border-box;
  color: #69b84f;
  border-radius: 4px;
}

.select_conts_inline {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.select_conts_lr {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.select_conts_rl {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.select_conts_lr .select_img, .select_conts_rl .select_img {
  width: 100%;
  max-width: 314px;
}

.select_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.select_conts_lr .select_text {
  width: calc(100% - 344px);
  margin-right: 30px;
}

.select_conts_rl .select_text {
  width: calc(100% - 344px);
  margin-left: 30px;
}

.select_conts_tb {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.select_conts_tb .select_img {
  text-align: center;
  margin-bottom: 24px;
}

.select_recommend {
  border: 3px solid #ff9500;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.md_list li {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.md_list li:last-child {
  margin-bottom: 0;
}

.md_name {
  font-weight: bold;
  text-decoration: underline;
}

/* 施術料金・初回特別割引 */
.price_list {
  margin-bottom: 40px;
}

.price_offer-text01 p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.price_offer-text02 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  box-sizing: border-box;
  padding: 24px 0;
  margin: 40px auto;
}

.price_offer-text02 p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
  line-height: 1.5;
}

.price_offer-text02 p.price_offer-text02-text02 {
  font-size: 56px;
  font-weight: bold;
  color: #f72c10;
}

/* さらに！初回全額返金保証制度 */
.why_conts {
  margin-bottom: 64px;
}

.why_conts:last-of-type {
  margin-bottom: 0;
}

.why_lr {
  display: flex;
  justify-content: space-between;
}

.why_img {
  width: clamp(200px, 32vw, 264px);
  min-width: 200px;
  max-width: 264px;
}

.why_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.why_text {
  width: clamp(calc(100% - 232px), 40vw, calc(100% - 296px));
  margin-left: 32px;
}

.why_list {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.why_listconts {
  width: calc(50% - 25px);
  margin-right: 50px;
}

.why_listconts:last-of-type {
  margin-right: 0;
}

.why_listconts-ttl {
  box-sizing: border-box;
  padding: 16px 12px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.65;
}

.why_listconts_false .why_listconts-ttl {
  background: #333333;
}

.why_listconts_true .why_listconts-ttl {
  background: #69b84f;
}

.why_listconts-inline {
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
  font-size: 15px;
}

.why_listconts-inline ul li {
  margin-bottom: 4px;
}

.why_listconts-inline ul li:last-of-type {
  margin-bottom: 0;
}

.why_listconts_false .why_listconts-inline ul li {
  background: url("../images/top/icon_false.png") no-repeat left 4px;
  padding-left: 32px;
}

.why_listconts_true .why_listconts-inline ul li {
  background: url("../images/top/icon_true.png") no-repeat left 4px;
  padding-left: 32px;
}

/* 特典 */
.gift_conts {
  margin-bottom: 64px;
}

.gift_conts:last-of-type {
  margin-bottom: 0;
}

.gift_conts-wrap {
  display: flex;
  justify-content: space-between;
}

.gift_img {
  width: 100%;
  max-width: 200px;
}

.gift_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.gift_text {
  width: calc(100% - 200px);
  margin-left: 32px;
}

.gift_ttl {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
}

.gift_mainttl {
  font-size: 32px;
  font-weight: bold;
  color: #69b84f;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
  margin-bottom: 12px;
}

.gift_subttl span {
  font-size: 32px;
  font-weight: bold;
  color: #69b84f;
  padding: 0 32px;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
}

.gift_subttl span:before, .gift_subttl span:after {
  content: "";
  display: block;
  width: 22px;
  height: 31px;
  position: absolute;
  bottom: calc(50% - 15px);
}

.gift_subttl span:before {
  background: url("../images/top/bg_giftttl01_01.png") no-repeat left top;
  left: 0;
}

.gift_subttl span:after {
  background: url("../images/top/bg_giftttl01_02.png") no-repeat left top;
  right: 0;
}

.gift_textarea p {
  font-size: 18px;
}

/* オファー */
.offer_conts01 {
  margin: 0 auto 40px;
  display: block;
}

.offer01_text {
  display: flex;
  justify-content: center;
}

.offer01_text span {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding: 0 60px;
  position: relative;
  line-height: 1.35;
}

.offer01_text span:before, .offer01_text span:after {
  content: "";
  display: block;
  width: 44px;
  height: 80px;
  position: absolute;
  bottom: 8px;
}

.offer01_text span:before {
  left: 0;
  background: url("../images/top/offer01_text-l.png") no-repeat left top;
}

.offer01_text span:after {
  right: 0;
  background: url("../images/top/offer01_text-r.png") no-repeat left top;
}

.offer_conts02 {
  margin-bottom: 40px;
}

.offer_conts03 {
  margin-bottom: 40px;
}

.offer_conts03-wrap {
  background: #fff;
  box-sizing: border-box;
  padding: 24px;
}

.offer_conts03-wrap p {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
}

.offer_conts03-wrap p span {
  font-size: 1.25em;
}

.offer_conts04_sp {
  display: none;
}

.offer_conts04_img img {
  width: auto;
  max-width: 100%;
}

.offer_conts04_pc {
  position: relative;
}

.offer_conts04-bg {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
}

.offer_conts04-bg img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.offer_conts04-btn {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 6.5%;
  left: 4px;
  right: 0;
  width: 100%;
}

.offer_conts04-btn img {
  width: 86vw;
  max-width: 964px;
  height: auto;
}

.offer_conts05 {
  color: #fff;
  margin-top: 8px;
}

.offer_conts05 p {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 0;
}

.offer_conts_line {
  margin-top: 20px;
}

.offer_conts_line_pc img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.offer_conts_line_sp {
  display: none;
}

/* アクセス */
.access_info_wrap {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.access_map {
  width: 100%;
  max-width: 540px;
}

.access_map iframe {
  width: 540px;
  height: 395px;
  border: none;
}

.access_mapinfo {
  width: calc(100% - 540px);
  margin-left: 50px;
}

.access_map_conts {
  margin-bottom: 20px;
}

.access_map_conts p {
  margin-bottom: 0;
}

.access_mapinfo dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 6px;
}

.access_mapinfo dl:last-of-type {
  margin-bottom: 0;
}

.access_mapinfo dl dt {
  width: 5em;
}

.access_mapinfo dl dd {
  width: calc(100% - 5em);
}

.access_map_ttl01 {
  font-size: 15px;
  font-weight: bold;
}

.access_rootinfo {
  margin-top: 64px;
}

.access_rootinfo-conts {
  margin-top: 24px;
}

.access_rootinfo-conts:first-of-type {
  margin-top: 0;
}

.access_root {
  margin-top: 50px;
}

.access_rootlist {
  margin-top: 40px;
  counter-reset: guidenum;
  display: flex;
  flex-wrap: wrap;
}

.access_rootlistconts {
  width: calc(100% / 3 - 50px);
  max-width: 300px;
  position: relative;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  vertical-align: top;
  margin-left: 100px;
  margin-left: 75px;
}

.access_rootlistconts:nth-child(3n+1) {
  margin-left: 0;
}

.access_rootlistconts:before {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  max-width: 57px;
  max-height: 50px;
  background: url("../images/top/access_arrow.png") no-repeat left top;
  background-size: contain;
  left: -64px;
  position: absolute;
  top: calc(50% - 50px);
}

.access_rootlistconts:first-child:before, .access_rootlistconts:nth-child(3n+1):before {
  content: none;
}

.access_rootlistconts img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.access_rootlist_text {
  line-height: 1.5;
  margin: 10px 0 0 2.5em;
  text-align: left;
}

.access_rootlist_text:before {
  color: #69b84f;
  content: counter(guidenum) ".";
  counter-increment: guidenum;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-left: -1.5em;
  padding: 0 6px;
}

/* 最後に... */
.last_textarea dl {
  margin-bottom: 24px;
}

.last_textarea dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #69b84f;
}

.last_text01 {
  margin-top: 24px;
}

.last_text01 p {
  font-size: 22px;
  font-weight: bold;
}

.last_text02 {
  margin-top: 24px;
}

.last_text02 p {
  font-size: 24px;
  font-weight: bold;
  color: #69b84f;
  text-decoration: underline;
}

/* pagetop */
#pagetop {
  position: absolute;
  bottom: 10px;
  right: 2.5%;
  line-height: 0;
  z-index: 1000;
}

#pagetop img {
  width: auto;
  max-width: 80px;
  height: auto;
}

/*下層ページ
----------------------------------------------------*/
#breadcrumb {
  width: 95%;
  max-width: 1050px;
  padding: 0 2.5%;
  margin: 5px auto 0;
}

#breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#breadcrumb ul li {
  font-size: 13px;
}

#breadcrumb ul li:before {
  content: ">";
  margin: 0 5px;
}

#breadcrumb ul li:first-child:before {
  content: none;
}

.contact_tel, .contact_mail {
  margin-top: 40px;
}

.contact_tel p {
  margin-bottom: 5px;
}

.contact_telnum a {
  font-size: 1.5em;
  font-weight: bold;
}

.contact_tel dl {
  display: -webkit-flex;
  display: flex;
}

.contact_tel dl dt {
  width: 5em;
}

.contact_tel dl dd {
  width: calc(100% - 5em);
}

.contact_form {
  width: 100%;
  background: #f9f3ed;
  padding: 30px 40px;
  margin-top: 40px;
  box-sizing: border-box;
}

.form_tbl tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px dashed;
  margin-bottom: 20px;
}

.form_tbl tr th {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
}

.form_tbl tr td {
  width: 100%;
  display: block;
}

.form_tbl tr td input {
  font-size: 17px !important;
}

.form_tbl tr td textarea {
  font-size: 17px !important;
}

.required {
  background: #ec3838;
  padding: 0 5px;
  font-size: 0.8em;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}

.form_name {
  display: block;
  width: 100%;
  max-width: 25em;
}

.form_mail {
  display: block;
  width: 100%;
  max-width: 30em;
}

.form_tel {
  display: block;
  width: 100%;
  max-width: 10em;
}

.form_reserve01, .form_reserve02, .form_reserve03 {
  width: 100%;
  max-width: 20em;
}

.form_textarea {
  display: block;
  width: 100%;
  min-height: 200px;
}

.form_confirm {
  font-size: 16px;
  text-align: center;
}

.form_submit {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  text-align: center;
}

.form_submit input {
  width: 100%;
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border: none;
  background: #69b84f;
  border-radius: 100px;
  -webkit-appearance: none;
}

.form_submit input[disabled] {
  background: #ccc;
}

.explanation_ttl{
  font-size: 1.35em;
  font-weight: bold;
  display: block;
  color: #69b84f;
  border-bottom: 1px solid #69b84f;
  padding-bottom: 8px;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}

.explanation_ttl:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #69b84f;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.contact_conts{
  margin-top: 80px;
}

.contact_info{
  margin-top: 32px;
}

.contact_infoconts{
  margin-bottom: 16px;
}

.contact_infoconts:last-of-type{
  margin-bottom: 0;
}

.contact_infoconts p a{
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 40px;

  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
}

.contact_infoconts p a:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
}

.contact_infoconts p a img{
  margin-right: 12px;

  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 38px;
  position: relative;
  top: 4px;
}

.contact_info-tel p a{
  background: #f09b00;
  padding-top: 16px;
}

.contact_info-tel-text01,
.contact_info-tel-text02{
  display: inline-block;
}

.contact_info-tel-text01{
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 1;
  position: relative;
}

.contact_info-tel-text02{
  font-size: 48px;
}

.contact_info-tel-text02 img{
  top: 0 !important;
}

.contact_info-tel-text01:before,
.contact_info-tel-text01:after{
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
}

.contact_info-tel-text01:before{
  transform: rotate(-35deg);
  left: -0.5em;
}

.contact_info-tel-text01:after{
  transform: rotate(35deg);
  right: -0.5em;
}


.contact_info-reserve p a {
  background: #f44b00;
}

.contact_info-line p a {
  background: #5ec742;
}


/*wordpress
----------------------------------------------------*/
.blog_conts {
  width: 95%;
  max-width: 1050px;
  padding: 20px 2.5%;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog_main {
  width: calc(80% - 71px);
}

.single_date {
  background: #f73609 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 1px 10px;
}

.s_ttl01 {
  color: #7fb8de;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 15px 0;
  text-align: left;
}

.blog_cat {
  border-bottom: 1px dashed #212121;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog_side {
  width: 20%;
  max-width: 250px;
  border-left: 1px solid #69b84f;
  padding-left: 35px;
  margin-left: 35px;
}

.side_blog_ttl {
  color: #212121;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.blog_single p {
  margin-bottom: 15px;
}

.blog_single img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.blog_single img.alignright {
  float: right;
  margin-left: 10px;
}

.blog_single img.alignleft {
  float: left;
  margin-right: 10px;
}

.blog_single .single_date {
  margin-bottom: 0;
}

.single_ttl {
  color: #69b84f;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 16px;
  text-align: left;
  border: solid 1px #69b84f;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2% 3%;
}

.single_cat {
  padding-bottom: 20px;
  border-bottom: 1px dashed #212121;
  margin-bottom: 40px;
  line-height: 1;
}

.single_cat p {
  float: left;
}

.blog_single h3 {
  border-left: 10px solid #69b84f;
  border-bottom: 1px solid #69b84f;
  font-size: 1.6em;
  font-weight: bold;
  color: #282624;
  margin: 50px auto 25px;
  padding: 10px 0 10px 15px;
  clear: both;
}

.blog_single h4 {
  border-bottom: 1px dashed;
  font-size: 1.4em;
  font-weight: bold;
  color: #69b84f;
  margin: 30px auto 15px;
  padding-bottom: 5px;
  clear: both;
}

.blog_single ul {
  background: #f9fff7 none repeat scroll 0 0;
  border: 1px solid #69b84f;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
}

.blog_single li {
  background: url("../images/top/icon_nayami.png") no-repeat left top;
  border-bottom: 1px dashed;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 38px;
}

.blog_single p {
  margin-bottom: 30px;
}

.wp-pagenavi {
  text-align: center;
}

.side_menu {
  margin-bottom: 30px;
}

.side_menu ul {
  border-top: 2px solid #69b84f;
  border-bottom: 2px solid #69b84f;
  padding: 5px 10px;
}

.side_menu li {
  border-bottom: 1px dashed #69b84f;
  margin-top: 8px;
  padding-bottom: 5px;
  padding-left: 1.7em;
  line-height: 1.6;
  position: relative;
}

.side_menu li:before {
  content: '';
  background: url("../images/common/side_icon01.png") no-repeat left top;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}

.side_menu li:first-of-type{
  margin-top: 0;
}

.side_menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.side_menu li a {
  text-decoration: none;
}

/*フッター
----------------------------------------------------*/
#sp_pagebtm {
  display: block;
  width: 100%;
  line-height: 0;
  opacity: 1;
  position: fixed;
  left: 0;
  bottom: -300px;
  transition: all 0.4s linear 0s;
}

.sp_pagebtm-conts {
  background: rgba(255, 255, 255, 0.8);
  width: 95%;
  padding: 2.5vw 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sp_pagebtm-tel {
  margin-right: 5px;
}

.sp_pagebtm-tel img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

.sp_pagebtm-mail {
  margin-right: 5px;
}

.sp_pagebtm-mail img {
  width: 100%;
  max-width: 212px;
  height: auto;
}

.sp_btm_line img {
  width: 100%;
  max-width: 212px;
  height: auto;
}

#footer {
  background: #37302d;
  border-top: 6px solid #69b84f;
}

.f_wrap {
  width: 95%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_conts_l {
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
}

.f_logo {
  margin-bottom: 20px;
}

.f_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.f_logo a:hover {
  opacity: 1;
}

.f_conts_l dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
  color: #fff;
}

.f_conts_l dl dt {
  width: 6em;
}

.f_conts_l dl dd {
  width: calc(100% - 6em);
}

.f_conts_r {
  display: -webkit-flex;
  display: flex;
}

.f_conts_r dl {
  margin-left: 50px;
  width: 12em;
  color: #fff;
}

.f_conts_r dl dt {
  font-size: 14px;
  font-weight: bold;
}

.f_conts_r dl dd a {
  display: block;
  background: url("../images/common/f_icon.png") no-repeat left 6px;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.f_cr {
  width: 100%;
  font-size: 13px;
  background: #1e1818;
  text-align: center;
  padding: 8px 0;
  color: #fff;
}

.f_cr a {
  text-decoration: none;
}
