@charset "utf-8";
/* CSS Document */
/* 目次 
1. リセット
2. 共通（レイアウト・見出し・その他・table・header・footer・ハンバーガー・btn・戻るボタン)
3. TOP
13.thanks /thanks
   error /404　共通
30.WP共通
*/
/* 1 mediaクエリ指定なし*/
/* 2 ～320px限定設定*/
/* 3 320px-599px限定設定*/
/* 4 768px：大型PC*/

/**************************************************
1. リセット
***************************************************/
* {
	margin: 0;
	padding: 0;
	line-height:1.0;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
html {font-size: 62.5%;}
body {font: normal 1.4rem/1.6  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif; color:#333;}
html,body{ margin:0; padding:0;}
table {border-collapse:collapse; border-spacing: 0;}
td,th {padding: 0;}
ul, ol{list-style: none;}
a {text-decoration: none; }
/*a:hover, a:active, a:focus {color: #33383f;}*/
img {vertical-align: bottom; border: 0;}
i, cite, em, var, address, dfn {font-style:normal;}
*, *:before, *:after {box-sizing: border-box;}
small { font-size: 12px;font-size: 1.2rem;}
button,select {text-transform: none;}
/* IE用 */
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
a:hover {
    text-decoration: underline;
}
button {overflow: visible;}
textarea {overflow: auto;}
/* firefox用リンクをクリックした後に表示される「枠線」を消す */
a, a:focus {
    outline: none;
    color: #333333;
}
/* iOSでTEL link無効 */
a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
/* html */
/*スクロールバーの領域表示確保*/
html {overflow-y:scroll;}
/* body */
body{width:100%;}
/*スライダーの画像の右にできる余白を隠す*/
#container {
		width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 40px;
}
/*タブ切り替え*/
.ChangeElem_Panel{display: none;}

/**************************************************
2. 共通（レイアウト・見出し・その他・table・header・footer・ハンバーガー・btn・戻るボタン)
***************************************************/
/*------------------------------
基本スタイル ※変更不可
------------------------------*/
/* clearfix */
.cf {clear: both;}
.cf:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
/*画像*/
img {
	width:auto;
	height:auto;
}
a:hover img,a:active img {opacity: 0.8;}
/* テキスト */
p {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.6;
}
.txt-s{
font-size: 1.5rem;
  font-size: 15px;
}
span {
  font-size: 1.6rem;
  font-size: 16px;
}
.bold {font-weight: bold;}
.txt-l{text-align:left;}
.txt-r{text-align:right;}
.txt-c{text-align:center;}
.red{color: red;}
/* 一行目以降インデント */
.indentback{
  text-indent: -1em;
  padding-left: 1em;
}
.col-y{
    color: #f6de16;
}
.pd0{
    padding:10px 0 0;
}
/*------------------------------
テキストリンク ※変更不可
------------------------------*/
a.text-link:link,
a.text-link:visited {
	text-decoration: underline;
	color:#f58a0c;
}
a:hover,
a:active,
a.text-link:hover,
a.text-link:active {opacity: 0.8;}
/*------------------------------
レイアウト ※変更不可
------------------------------*/
th, td, ul, li, p ,dl {
    font-size: 18px;
    font-size: 1.8rem;
}
/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h1 {
  font-size: 2.8rem;
  font-size: 28px;

}
h2 {
  line-height: 1.5;
  font-size: 3.0rem;
  font-size: 30px;
}
h3 {
  line-height: 1.5;
  font-size: 3.6rem;
  font-size: 36px;
    color: #0d8cc1;
    text-align: center;
    margin: 24px auto;
}
h3:after {
    content: "・・・・・";
    display: block;
    color: #e9d816;
    position: relative;
    bottom: 18px;
    letter-spacing: -10px;
    margin-bottom: -32px;
}
いh2.lead {
  display: block;
  margin: 0 20px 50px;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 2.8rem;
   font-size:28px;
 background-color: #ffeeab;
}
h4.lead, #btm .lead-box h4.lead {
    font-size: 2.2rem;
    font-size: 22px;
    line-height: 1.5;
    color: #f5a448;
    margin: 16px auto;
    /*background-color: unset;*/
    background-color: rgba(230, 244, 248, 0.8);
}
h5 {
    font-size: 20px;
    font-size: 2.0rem;
}

/*------------------------------
ボタン ※変更不可
------------------------------*/
.btn-box.pd {
  padding: 20px;
}
/* btn共通 */
.btn {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem;
  font-size: 18px;
  position: relative;
  overflow: hidden;
width: 100%;
}
.btn span {
		display: block;
		position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-right: 16px;
}
.btn span:after {
    content: "＞";
    margin-left: 8px;
}
.btn::after {
  right: 0;
}
.btn:hover:before,
.btn:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn::before,
.btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.btn-box {
    margin: 32px auto;
    text-align: right;
}
/* no1 オレンジのボタン*/
.btn.no1 {
		width: 100%;
    border: 2px solid #f28300;
    background-color: #FFFFFF;
    margin: 32px auto;
    display: block;
    color: #ffffff;
}
.btn.no1::before,
.btn.no1::after {
  background-color: #f28300;
  transition: .4s;
  color: #f28300;
}
.btn.no1:hover {
  color: #f28300;
    text-decoration: none;
}
.btn.no1::before {
  left: -300px;
}
a.btn.no02 {
		color: #000000;
    text-align: right;
}
/* no3 白のボタン*/
.btn.no3 {
    width: 100%;
    border: 2px solid #f28300;
    background-color: #FFFFFF;
    margin: 32px auto;
    display: block;
    color: #f28300;
		padding-bottom: 17px;
}
.btn.no3:hover {
    width: 100%;
    transition: .4s;
    border: 2px solid #f28300;
    background-color: #f28300;
    margin: 32px auto;
    display: block;
    color: #ffffff;
    padding-bottom: 17px;
    text-decoration: none;
}
.btn.no3 span:after {
    content: "⌄";
    margin-left: 0;
    display: block;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 0.2;
}
/*------------------------------
ヘッダー、Gナビ共通 ※変更不可
------------------------------*/
header address {
    width: 100%;
    background-color: #4db8da;
    color: #FFFFFF;
    position: relative;
    text-align: left;
    padding: 4px 0;
}
header address p {
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 3.2;
}
header address p i {
    text-align: center;
    background-color: #4db8da;
    margin: 0 5px;
    font-size: 22px;
    font-size: 2.2rem;
    vertical-align: middle;
}
header address p i.circle {
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    padding-top: 4px;
    background-color: #FFFFFF;
    color: #4db8da;
    margin: 0 5px;
    font-size: 22px;
    font-size: 2.2rem;
    vertical-align: middle;
}
header address p span {
    font-size: 1.6rem;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    letter-spacing: 2px;
}
header .inner {
    margin: 0 auto;
    display: block;
}
header p.inner {
    text-align: center;
}
header div.inner {
    padding: 12px 8px;
}
header h1 {
    display: block;
    width: 100%;
}
header .logo img {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}
/* gnav */
header .header-nav {
    display: none;
    width: 100%;
    background-color: #089bcb;
    left: 0;
}
header .header-nav ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 24px 0;
}
header .header-nav ul li {
    padding: 16px 0;
    border-bottom: 1px dotted #FFFFFF;
    text-align: left;
    width: 60%;
    margin: 0 auto;
    color: #FFF;
}
header .header-nav ul li:last-child {
    border-bottom: none;
}
header .header-nav ul li a {
    display: block;
    color: #fff;
}
header .dropdown li ul li {
    border-bottom: unset;
    padding: 10px 0;
    -js-display: flex;
  	display: flex;
    width: 100%;
}
header .dropdown li ul li:before {
    content: "・";
    color: #FFF;
}
header .dropdown li ul li a{
		background-color: #089bcb;
    color: #fff;
    word-break: break-all;
    white-space: nowrap;
    opacity: 0.9;
    width: 100%;
}
/*開閉ボタン*/
header #nav-toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 100px;
    z-index: 100;
    right: 12px;
}
header #nav-toggle div {
    position: relative;
}
header #nav-toggle span {
    display: block;
    height: 3px;
    background-color: #089bcb;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
header #nav-toggle span:nth-child(1) {
    top: 0px;
}
header #nav-toggle span:nth-child(2) {
    top: 12px;
}
header #nav-toggle span:nth-child(3) {
    top: 24px;
}
/*開閉ボタンopen時*/
header .open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
header .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
header .open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*------------------------------
toTopボタン
------------------------------*/
#toTop {
    position: fixed;
    padding: 7px 0;
    bottom: 25%;
    line-height: 1.4;
    right: 3%;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #FFFFFF;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    font-size: 11px;
}
#toTop a:hover{
  opacity: 0.8;
}
/*------------------------------
footer
------------------------------*/
#footer {
  /*margin-top: 100px;*/
  /*width: 100vw;*/
	width: 100%;
    color: #FFF;
}
#footer address p{
		font-size: 15px;
    font-size: 1.5rem;
}
#footer address p span{
		font-size: 17px;
    font-size: 1.7rem;
}
#footer section {
    padding: 4px 0;
}
#footer img {
    margin: 16px auto;
    display: block;
    max-width: 100%;
}
#footer a:link, #footer a:visited {
    color: #FFF;
}
#footer h3 {
    color: #FFF;
    font-size: 2.4rem;
    font-size: 24px;
    text-align: left;
    margin: 16px auto;
}
#footer h3:after {
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・";
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #e9d816;
    bottom: 0;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
#footer .wrap-m {
    padding: 24px 8px;
    width: 1000px;
    background-color: #089bcb;
}
#footer .foot-box1 {
    background-color: #089bcb;
}
#footer .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 100px;
}
#footer .ft-logo{
  width: 220px;
  float:left;
}
#footer .ft-logo h1{
  width: 220px;
  height: auto;
}
/* foot-nav */
#footer .ft-nav ul li {
    margin: 8px 0;
}
footer#footer h1 img {
    width: auto;
    max-width: 80%;
}
#footer .ft-time p img {
    margin: 16px 0;
    display: block;
    max-width: 100%;
}


/*採用情報バナー*/
#footer .rec-bnner{
    width: 92%;
    max-width: 1000px;
    margin: 2em auto 0;
}
#footer .rec-bnner img{
    width: 100%;
}
  


.ft-time address {
    font-size: 22px;
	font-size: 2.2rem;
	display: block;
}
.foot-box3.bg-blue {
    background-color: #4eb8da;
}
/* copyright */
.copyright {
    padding: 16px 0;
    text-align: center;
}
.copyright small{
  font-size: 12px;
	font-size: 1.2rem;
	color:#fff;
}
/*------------------------------
ぱんくず ※変更不可
------------------------------*/
#breadcrumbs {
  text-align: left;
  padding: 20px 20px 0;
  height:auto;
}
#breadcrumbs li {
  display: inline;
  font-weight:600;
  font-size: 13px;
  font-size: 1.3rem;
}
#breadcrumbs li a {
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
	color: #333;
	padding-bottom:2px;
	font-weight:600;
}
#breadcrumbs li a:link,
#breadcrumbs li a:visited {
  color: #333;
  margin: 0px;
  font-weight:normal;
}
#breadcrumbs li a:hover,
#breadcrumbs li a:active {
  margin: 0px;
  color: #e82c0c;
}
#breadcrumbs span {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
	font-weight:600;
	color: #f0c000;
}
#breadcrumbs span:after{
  content: "";
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 4px);
  right: -6px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}
/*------------------------------
table
------------------------------*/
table {
    width: 90%;
    margin: 24px auto;
}
table thead th{
	background-color: #24c8ba;
  color: #FFF;
}
table td, table th {
    padding: 10px 24px;
    border: 1px solid #FFF;
    line-height: 1.8;
}
/*パターン1*/
table.ptn01 {
    background-color: #FFFFFF;
    font-size: 1.8rem;
    font-size: 18px;
}
table.ptn01 tbody td, table.ptn01 tbody th {
    background-color: #e8faf8;
    font-weight: 600;
    text-align: left;
    display: block;
    width: 100%;
}
table.ptn01 tbody th {
    color: #0089bf;
}
/*------------------------------
その他TOP、下層共通
------------------------------*/
.lead-box{
background-color: rgba(230, 244, 248, 0.8);
    padding: 16px;
    position: relative;
    margin-bottom: 24px;
}
.txt-box {
    margin-bottom: 24px;
}
.lead-box p {
    letter-spacing: 1px;
    line-height: 1.4;
}
p.lead {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 16px auto;
}
p.lead.LT {
text-align: left;
    width: 90%;
    margin: 0 auto;
}
.box01 {
    background-color: #fff9f1;
    padding: 24px 16px;
}
.img-box p {
		width: 50%;
    display: block;
    margin: 16px auto 0;
}
#btm .lead-box {
    margin: 0 auto;
}
/**************************************************
3. TOP
***************************************************/
#top ul.autoplay {
    width: 100%;
}
/*------------------------------
content01 真に身体をつくり直す
------------------------------*/
#top .content01 .top-read{
		width: 100%;
    margin: 24px auto 64px;
}

#top .content01 .top-read p{
    margin-bottom:  20px;
    line-height: 1.8;
}



#top .content01 .inner p {
    margin: 36px auto;
}
#top .content01 p span{
    font-weight: 600;
}
#top .content01 p.lead{
		font-weight: 600;
}
#top .content01 .lead span{
		background: linear-gradient(transparent 30%, #fff152 0%);
    font-size: 18px;
    font-size: 1.8rem;
}
#top .content01 .inner:nth-of-type(1){
    width: 100%;
    margin-bottom: 60px;
}
#top .content01 .inner:nth-of-type(2){
  width: 100%;
  box-sizing: border-box;
}
#top .content01 .ekiten-box {
    margin-bottom: 30px;
}
#top .content01 .img-box {
    width: 100%;
    display: block;
    margin: 0 auto;
}
#top .content01 .img-box img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
#top .content01 ul li{
		border-bottom: 1px solid #b3d1d9;
    line-height: 1.4;
    padding: 16px 0;
    font-weight: 600;
}
#top .content01 ul li i{
    color: #089bcb;
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 8px;
    display: inline-table;
    vertical-align: middle;
}
#top h2.main-copy {
    background-color: #f5a448;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
}
#top h2.lead {
  line-height: 1.5;
  display: inline-block;
  background: linear-gradient(transparent 55%, #ffeeab 55%, #ffeeab 90%, transparent 90%);
  margin: 0;
}
/*#top .content01 ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    background-image: url(/images/common/totop.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
} */
#top .content01 .lead-box {
    padding-bottom: 40px;
}
/*------------------------------
content02 治療メニュー
------------------------------*/
#top .content02{
    background-color: #ebf6f8;
    padding:8px 0 64px;
}
#top .content02 .menu-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#top .content02 .menu-box ul {
    display: inline-flex;
    flex-wrap: wrap;
}
#top .content02 .menu-box ul li {
    width: calc(80%/2);
    margin: 8px auto;
}
/*------------------------------
content03 患者様のお声
------------------------------*/
#top .content03{
    background-color: #feefd8;
    padding: 64px 0;
		clear: both;
}
#top .content03 .inner {
		background-color: #FFF;
    padding: 16px 0;
    width: 90%;
    margin: 0 auto;
}
#top .content03 .flexbox{
    width: 90%;
    margin: 0 auto;
}
#top .content03 dl {
    margin: 0 auto 16px;
}
#top .content03 dd {
    padding: 8px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#top .content03 dd p {
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;	
}
#top .content03 dt img {
    width: 50%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*------------------------------
content04 しらゆり新聞
------------------------------*/
#top .content04 .inner.bg {
		background-image: url(/images/top/newsBG.png);
	  text-align: center;
    padding: 16px 0;
}
#top .content04 .inner.bg p {
		font-size: 18px;
		font-size: 1.8rem;
}
#top .content04 ul {
    display: inline-flex;
    margin: 32px auto 16px;
    text-align: center;
    max-width: 1000px;
    flex-wrap: wrap;
    width: 100%;
}
#top .content04 ul li {
    background-color: #f5a448;
    margin-right: 8px;
    width: calc(96% /2 );
    margin: 4px 4px;
}
/*偶数*/
#top .content04 ul li:nth-child(even) {
    margin-right: 0;
}
#top .content04 ul li:hover {
		opacity: 0.8;
}
#top .content04 ul li a {
    width: 100%;
    color: #FFFFFF;
    display: block;
    text-decoration: underline;
    cursor: pointer;
    padding: 16px;
    margin: 0 auto;
}


#top .instgram-box p{
	text-align: center;
	margin-bottom: 10px;
}

/*インスタプラグイン調整*/
.sbi_header_text.sbi_no_bio::after{
    display: none;
}


/*------------------------------
content05
------------------------------*/
.content05 p img {
    display: block;
    margin: 0 auto 16px;
    width: 100%;
}
/*採用情報バナー*/
.content05 .rec-bnner{
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}
.content05 .rec-bnner img{
    width: 100%;
}



/**************************************************
4. #btm 下層共通
***************************************************/
#btm ul li {
    line-height: 1.4;
}
#btm .mv img {
    width: 100%;
}
#btm section div img {
    margin: 40px auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}
#btm h2.main-copy {
    background-color: #f5a448;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
}
#btm h4{
		background-color: #f28300;
    color: #FFF;
    width: 100%;
    padding: 16px 8px;
    margin: 24px auto;
    text-align: center;
}
#btm h5{
    margin: 16px auto 24px;
}
#btm .img-box img {
		max-width: 80%;
    margin: 32px auto 32px;
    display: block;
    height: auto;
    position: relative;
}
#btm .box01 h5 {
    text-align: left;
    color: #509dd2;
}
#btm .lead-box h5 {
    letter-spacing: 2px;
}
/**************************************************
スタッフ紹介 /staff
***************************************************/

#btm.staff div.flexbox table {
    width: 90%;
}
#btm.staff table thead th {
		background-color: #f28300;
    color: #FFF;
    padding: 8px 0;
    text-align: center;
}
#btm.staff table thead td {
    text-align: center;
    font-weight: 600;
}
#btm.staff table tbody th {
    background-color: antiquewhite;
}
#btm.staff table thead th,#btm.staff table thead th span, #btm.staff table tbody td {
    font-size: 16px;
    font-size: 1.6rem;
}
#btm.staff table tbody th {
    width: 35%;
}
#btm.staff table thead td img {
    width: 60%;
    height: auto;
}
#btm.staff table tbody tr th:last-child {
    border-top: 8px solid #FFFFFF;
}
/**************************************************
治療メニュー 産後 /sango
***************************************************/
#btm.sango .content02 .img-box img {
		width: 100%;
    max-width: 100%;
}
/**************************************************
トレーニング /kaatsu 
***************************************************/
#btm.kaatsu .box01{
		margin-bottom: 160px

}
#btm.kaatsu .content01 .content .img-box img {
    margin: 0 auto 8px;
    width: 50%;
}
#btm.kaatsu .content01 .img-box iframe {
    width: 100%;
    height: 330px;
    margin: 8px auto 24px;
}
/**************************************************
料金の目安 /chiryoushi
***************************************************/
#btm.chiryouhi ul li {
    display: block;
    line-height: 1.6;
		margin: 0 auto;
    width: 80%;
}
#btm.chiryouhi ul li::before {
    content: "＊";
}
#btm.chiryouhi table.ptn01 tbody th {
    width:100%;
}
#btm.chiryouhi table.example {
    text-align: center;
}
#btm.chiryouhi table.example tr {
    display: block;
    width: 100%;
    margin: 16px auto 0;
}
#btm.chiryouhi table.example td, #btm.chiryouhi table.example th{
		padding: 0;
}
#btm.chiryouhi table.example th {
    background-color: #FFF;
    color: #24c8ba;
    width: 100%;
		display: block;
    padding: 0;
    text-align: left;
    line-height: 1.2;
}
#btm.chiryouhi table.example td.mark{
    width: 1%;
    padding: 0;
}
#btm.chiryouhi table.example thead td {
    width: 25%;
    line-height: 1.2;
}
#btm.chiryouhi table.example tr td:nth-child(2){
    width: 4%;
}
#btm.chiryouhi  table.example tbody td {
		width: 14%;
}
#btm.chiryouhi  table.example tbody tr {
		border-bottom: 2px solid #333;
}
/**************************************************
治療メニュー 交通事故治療 /kega
***************************************************/
#btm.kega dl {
    background-color: #e6f4f8;
    padding: 32px;
		margin: 40px auto;
}
#btm.kega dl dt:first-child{
    margin-top: 0;
}
#btm.kega dl dt{
    background-color: #FFF;
    padding: 16px;
    line-height: 1.4;
    border-bottom: 2px solid #e6f4f8;
    margin-top: 16px;
}
#btm.kega dl dd{
    background-color: #FFF;
    padding: 16px;
    line-height: 1.4;
}
#btm.kega dl dt::before{
    content: "Q";
	  color: #089bcb;
    margin-right: 16px;
		font-weight: 600;
}
#btm.kega dl dd::before{
    content: "A";
	  color: #089bcb;
    margin-right: 16px;
		font-weight: 600;
}
#btm.kega .tel-box .dial {
    background-color: #f28300;
    text-align: center;
    padding: 8px 0;
    color: #FFFFFF;
    letter-spacing: 6px;
    font-size: 24px;
    font-size: 2.4rem;
}
#btm.kega .tel-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#btm.kega .tel-box img {
    margin: 8px auto;
}
/**************************************************
しらゆり整骨院の特徴 /tokucho
***************************************************/
#btm.tokucho .img-box img {
    margin: 40px auto;
}
#btm.tokucho .lead-box h4.lead {
		padding: 0;
}
#btm.tokucho .box01 {
    margin: 40px auto;
}
#btm.tokucho .img-box span {
    display: block;
    text-align: center;
    margin: -16px auto 24px;
}
#btm.tokucho section.content02 div.about img {
    width: 50%;
}






/**************************************************
採用情報 /recruitment
***************************************************/
.recruitment .pc{
    display: none;  
}
.recruitment .sp{
    display: block;
}

#btm.recruitment li,
#btm.recruitment dd,
#btm.recruitment p{
    line-height: 1.7;
}


.recruitment h3{
       font-size: 24px;
    font-size: 2.4rem;
}
.recruitment .point-img {
    width: 18%;
    max-width: 200px;
    margin: 0 auto -20px;
}

.recruitment .rec-list li{
    margin-bottom: 24px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;

}
.recruitment .oubo-txt01{
    font-size: 20px;
    font-size: 2rem;
}
.recruitment p.lead.LT {
   width: 96%;
    background-color: rgba(230, 244, 248, 0.8);
    padding: 1.6em 1.3em;
}

.color-or{
    color: #f5a448;
    font-weight: bold;
}
    
.rec-list li{
    line-height: 1.9;

    }

.dl-Table {
  display: block;
  margin-bottom: 1em;
}
.dl-Table > div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 6px #fff;
  padding: 30px 0;
  background: #F5F5F5;
}
.dl-Table > div:last-child {
  margin-bottom: 0;
}
.dl-Table dt {
  width: 100%;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.dl-Table dd {
  width: 100%;
}
.dl-Table dt, .dl-Table dd {
  padding-left: 1.5em;
  padding-right: 1em;
}

.dl-Table .director{
    display: block;
    margin-bottom: .8em;
}
.dl-Table .director:last-child{
    margin-bottom: 0;
}

.text-c{
    text-align: center;
}

.dl-Table dd li{
  margin-bottom: 12px;
}

.oubo > p{
    margin-bottom: 12px;
}






/**************************************************
アクセス /access
***************************************************/
#btm.access iframe {
    margin: 40px auto;
    width: 98%;
    display: block;
		height: 200px;
}
#btm.access ul {
    width: 96%;
    margin: 0 auto;
}
/**************************************************
13.thanks /thanks   error /404　共通
***************************************************/
#error .btn-box,#thanks .btn-box  {
  max-width: 300px;
  margin: 30px auto 0;
}
#error h2, #thanks h2 {
  font-size: 2.2rem;
  font-size: 20px;
  font-weight: bold;
  color: #00895a;
  margin: 20px 0 5px;
  text-align: center;
}
#error .text-box, #thanks .text-box{
  text-align: center;
}
/**************************************************
* 30. WP共通
***************************************************/
/*お知らせ・求人一覧ページャー*/
.tablenav {
    margin: 60px auto;
    text-align: center;
    line-height: 2em;
}
a.page-numbers, 
.tablenav .current {
  padding: 2px .4em;
  border:solid 1px #089bcb;
  text-decoration:none;
  color: #089bcb;
  font-size:1.5rem;
  font-size:15px;
	font-weight: 600;
}

a.page-numbers:link,
a.page-numbers:visited {
  color: #089bcb;
  background:#fff;
}
a.page-numbers:hover {
  color: #eee;
  background:#f5a448;
}
.prev.page-numbers:link,
.prev.page-numbers:visited ,
.next.page-numbers:link,
.next.page-numbers:visited {
  color: #333;
  background:#fff;
  font-weight: bold;
}
.prev.page-numbers:hover ,
.next.page-numbers:hover{
  color: #f5a448;
}
.tablenav .current {
  background: #ffeeab;
}
.tablenav .next, 
.tablenav .prev {
  border:0 none;
  font-size:1.5rem;
  font-size:15px;
	background: #fff;
}

/*お知らせ・求人詳細ページャー*/
.pagenav{
  margin-top: 50px;
  border-top: 3px dotted #089bcb;
}
.pagenav .btn-box{
  max-width: 300px;
  margin: 30px auto 0;
}
main.kanjasan,
main.shinbun{
    margin-bottom: 0;
}
#btm section.blog div .blogtext img {
    margin: 0 auto;
}
main#btm.shinbun section.blog div img {
    margin: 16px auto;
}
/**************************************************
/* . WP共通
***************************************************/
section.blog {
    width: 96%;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 16px;
}
section.blog .inner{
    margin: 40px auto;
}
#btm section.blog div img {
    margin: 16px 0;
}
/*------------------------------
pagelink
------------------------------*/
.blog .pagelink {
    margin: 40px auto;
}
.blog .pagelink .pagecnt{
  -js-display: flex;
  display: flex;
	justify-content: center;
}
.blog .pagelink .page-btn a{
	display:block;
	width: 80px;
	margin: 10px;
	padding: 5px;
	float: left;
	color:#089bcb;
    font-size: 1.6rem;
	text-align: center;
}
.blog .pagelink .page-btn a:hover,
.blog .pagelink .cate-btn a:hover{
	background-color:#089bcb;
	color:#fff;
}
.blog a.listbtn {
    width: 200px;
    height: 40px;
  -js-display: flex;
  display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.6rem;
    background-image: url(../images/bt_green.jpg);
    background-size: cover;
    margin: 0 auto;
}
#btm.kanjasan .blog h2.contents_title::before {
    content: "患者様のお声：";
}
#btm .blog h2.contents_title {
    font-size:20px;
    font-size: 2.0rem;
    line-height: 1.5em;
    color: #0d8cc1;
    font-weight: 600;
    margin: 16px 0;
		text-align: center;
}
#btm .blog h3.reason {
    background-color: rgba(230, 244, 248, 0.8);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.0em;
    color: #0d8cc1;
    font-weight: 500;
    margin: 8px 0;
    text-align: left;
    padding: 16px;
}
#btm .blog h3.reason::before {
    content: "来院のきっかけ：";
    font-weight: 600;
}
#btm .blog h3.reason::after {
    display: none;
}
#btm .blog h4.reason::before {
    content: "症状：";
    font-weight: 600;
}
#btm .blog h4.reason {
    background-color: rgba(230, 244, 248, 0.8);
    font-size: 18px;
    font-size: 1.8rem;
    color: #0d8cc1;
    font-weight: 500;
    margin: 0;
    text-align: left;
    padding: 16px;
    line-height: 1.2;
}
#btm.kanjasan .blog .blogtext:before{
		font-size: 18px;
    font-size: 1.8rem;
    content: "感想：";
    color: #0d8cc1;
    font-weight: 600;
    position: relative;
    left: 16px;
    top: 32px;
}
#btm.kanjasan .blog p {
    margin: 16px auto;
    padding: 24px 16px;
}
#btm.kanjasan #container.blogbg {
    background-color: #feefd8;
    width: 100%;
}
#btm.kanjasan .flexbox {
    width: 100%;
    margin: 32px auto 0;
}
#btm.kanjasan dl {
    width: auto;
    margin: 0 auto 16px;
}
#btm.kanjasan dd {
    padding: 8px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#btm.kanjasan dd p {
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
}
#btm.kanjasan section div dt img {
    width: 200px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
#btm.kanjasan section.blog .icon img {
    width: 80px;
    margin: 0 auto;
}
/*------------------------------
しらゆり新聞
------------------------------*/
#btm.shinbun #container.blogbg {
    background-image: url(/images/shinbun/shinbunBG.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
#btm.shinbun .inner.bg {
		background-image: url(/images/top/newsBG.png);
	  text-align: center;
    padding: 16px 0;
}
#btm.shinbun .inner.bg p {
		font-size: 18px;
		font-size: 1.8rem;
}
#btm.shinbun ul {
	width: 100%;
    display: inline-flex;
    margin: 32px auto 16px;
    text-align: center;
    max-width: 1000px;
    flex-wrap: wrap;
}
#btm.shinbun ul li {
    background-color: #f5a448;
    margin-right: 8px;
    width: calc(96% /2 );
    margin: 4px 4px;
}
/*偶数*/
#btm.shinbun ul li:nth-child(even) {
    margin-right: 0;
}
#btm.shinbun ul li:hover {
		opacity: 0.8;
}
#btm.shinbun ul li a {
    width: auto;
    color: #FFFFFF;
    display: block;
    text-decoration: underline;
    cursor: pointer;
    padding: 16px;
    margin: 0 auto;
}
#btm.shinbun time{
    font-size: 18px;
    font-size: 1.8rem;
}

/*～320px限定設定*/
@media screen and (max-width:320px) {
.pc {display: none;}
header .header-nav ul li ul {
    margin-top: 8px;
}
#container { width: 100%;}
#footer .wrap-m { width: 90%;}
header #hd-btn-box {display: none;}
#mailform table textarea {min-width: 240px;}

}/*メディアクエリ閉じ*/

/*320px-768px限定設定*/
@media screen and (min-width:321px)and (max-width:768px) {
body {
    overflow-x: unset;
}
.pc {display: none;}
header #hd-btn-box {display: none;}
header .header-nav ul li ul {
    margin-top: 8px;
		padding: 0;
}
#container { width: 96%;}
#footer .wrap-m {
    width: 96%;
    margin: 0 auto;
}
#top #problem .point h3 {
    font-size: 18px;
    font-size: 1.8rem;
}
#mailform table textarea {
    min-width: 280px;
}
    
    



}/*メディアクエリ閉じ*/
/*769px-1270px限定設定*/
@media screen and (min-width:769px)and (max-width:1270px) {
body {overflow-x: unset;}
#container {
    width: 1000px;
    margin: 0 auto;
}
}/*メディアクエリ閉じ*/
@media screen and (min-width:1271px) {
body {overflow-x: hidden;}

#footer .wrap-m { width: 100%}

#container {
    max-width: 100%;
    margin: 0 auto;
    /* width: 1400px; */
}
}/*メディアクエリ閉じ*/
/* 769px：大型PCとiPad
------------------------------ */
@media screen and (min-width:769px) {
/**************************************************
/* . 共通
***************************************************/
/*------------------------------
toTopボタン
------------------------------*/
#toTop {
    right: 50px;
    bottom: 9%;
}
/*wrap共通*/
.wrap-l{
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.wrap-m{
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
	clear: both;
}
.wrap-s{
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}
main {
    margin-bottom: 40px;
		clear: both;
}

a[href^="tel:"] {
    pointer-events: none;
}
.inner {
    max-width: 1000px;
    margin: 0 auto;
}
.sp { display: none; }
.pc { display: block;}
/* float */
.float-l{float: left;}
.float-r{float: right;}
.flexbox {
		width: 100%;
		-js-display: flex;
		display: flex;
    flex-direction: row;
		/*display: -ms-flexbox; */ /*IE9～用*/
}
.txt {
    font-size: 14px;
    font-size: 1.4rem;
}
h2 {
  font-size: 4.0rem;
  font-size: 40px;
}
h3 {
    margin:64px auto 48px;
}
h4 {
    font-size: 18px;
    font-size: 1.8rem;
}
h4.lead {
    margin-left: 8px;
}

table {
    width: 80%;
}
table.ptn01 {
    background-color: #FFFFFF;
    font-size: 1.8rem;
    font-size: 18px;
    width: 800px;
}
table.ptn01 tbody td, table.ptn01 tbody th {
    width: auto;
    display: table-cell;
}
#top .slick-dots {
    max-width: 1400px;
}
#top .content01 .lead span{
    font-size: 27px;
    font-size: 2.7rem;
}
/*------改行-----*/ 
.css-br::before {
    content: "\A";
    white-space: pre;
}
.wrap{
    padding: 24px 0 72px;
    margin: 48px auto;
}
.btn.no1 {
		width: 300px;
}
.lead-box {
		width: 530px;
    padding: 24px;
}
.lead-box p {
    letter-spacing: 2px;
    line-height: 1.8;
}

/**************************************************
/* . header PC
***************************************************/
header .header-nav {
    width: 1100px;
}
header p.inner {
    margin: 0 auto;
    max-width: 1200px;
    display: block;
    padding: 0 8px;
    text-align: right;
}
header address p {
		font-size: 1.5rem;
    font-size: 15px;
}
header div.inner {
    height: 135px;
    max-width: 1260px;
    padding: 8px 24px;
    background-color: #FFFFFF;
}
header address p span {
    font-size: 1.8rem;
    font-size: 18px;
}
header #nav-toggle {display: none;}
header .logo p {
    width: 340px;
}
header .logo img {
    width: auto;
    top: 20px;
    max-width: 100%;
}
header #hd-btn-box {
    position: relative;
    bottom: 60px;
}
header #hd-btn-box img {
max-width: 100%;
    margin: 8px auto 0;
    display: block;
}
header #hd-btn-box .reserve {
    background-color: #f28300;
    text-align: center;
    padding: 8px 0;
    color: #FFFFFF;
    margin-bottom: 4px;
    letter-spacing: 6px;
    font-size: 24px;
    font-size: 2.4rem;
}
header address br {
    display: none;
}
header address{
    text-align: right;
    padding: 0;;
}
header #hd-btn-box .tel .txt {
    padding-top: 2px;
}
header #hd-btn-box .icon {
    margin: 0 8px 0 0;
}
header #hd-btn-box .icon:last-child {
    margin: 0;
}
header .header-nav-inner {
    width: 430px;
    float: right;
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
}
header .header-nav-inner .txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px auto 8px;
    display: block;
    line-height: 1.2;
}
/*Gナビ*/
header .header-nav {
    width: 100%;
		height: 64px;
    display: block;
    /*border-top: 1px solid #089bcb;*/
}
header .header-nav ul {
  -js-display: flex;
  display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/ /*エッジ、IEで崩れる*/
    justify-content: center;
    max-width: 1260px;
    width: 100%;
    padding: 0;
		clear: both;
}
header .header-nav ul li {
    padding: 0;
    text-align: center;
    border-bottom: none;
    width: calc(1000px/6);
    font-size: 16px;
    font-size: 1.6rem;
		color: #FFF;
		height: 64px;
		
		width: 16%;/*以下IE対策*/
		background-color: #089bcb;
		float: left;
}
header .header-nav ul li a {
    padding: 4px 0;
    line-height: 56px;
}
header .header-nav ul li:nth-child(2),
header .header-nav ul li:nth-child(3){
		padding: 0 ;
    width: 18%;
    line-height: 64px;
		height: 64px;
}
header .header-nav ul li a:hover {
    background-color: #FFFFFF;
    opacity: 0.9;
    color: #089bcb;
    padding: 4px 0;
    margin: 0 auto;
    line-height: 56px;

}
header .header-nav ul li ul li:nth-child(2),
header .header-nav ul li ul li:nth-child(3){
    padding: 0;
    width: 100%;
    display: block;
}
#btm header .dropdown li ul li:hover {
    position: absolute;
    z-index: 9999;
    top: 38px;
    left: 0;
    margin: 0;
    padding: 0;
}
header .header-nav ul li:hover {
		background-color: #FFFFFF;
    color: #089bcb;
    line-height: 56px;

}
/*drop-down-menu-effect*/
header .dropdown {
/*
    width: 100%;
    *zoom: 1;
    padding: 0;
		margin: 0 auto;
		*/
}
header .dropdown:after{
    clear: both;
		content: "";
		display: table;
}
header .dropdown li{
    position: relative;
}
header .dropdown li ul{
    position: absolute;
    z-index: 9999;
    /*top: 38px;*/
    left: 0;
    margin: 0;
    padding: 0;
}
header .dropdown li ul li{
    width: 100%;
    padding: 0;
}

header .dropdown li ul li:before {
    content: "";
}
header .dropdown li:hover > a{
    background-color: #089bcb;
    white-space: nowrap;
}
header .dropdown li a:hover{
    background-color: #5c65ba;
    word-break:break-all;
    white-space: nowrap;
		opacity:0.9;
	padding: 4px 0 ;
}
header #left-to-right ul li a {
    padding: 8px 0;
}
/*4.左から右へ*/
header #left-to-right ul{
    overflow: hidden;
    width: 0;
    transition: .5s;
    display: block;
}
header #left-to-right li:hover ul{
    width: 100%;
}
header #left-to-right li:hover ul li a{
    white-space: nowrap;
}
/**************************************************
/* . footer PC
***************************************************/
#footer h3:after {
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";

}
#footer section {
    padding: 4px 0;
    display: inline-table;
    width: 320px;
}
#footer section:nth-of-type(2) {
    margin-left: 88px;
}
#footer .ft-nav ul li {
    font-size: 15px;
    font-size: 1.5rem;
		width: 100%;
}
#footer .ft-nav ul li li:before {
		 content: "・";
    color: #FFF;
    margin-left: 4px;
}
#footer .ft-nav nav {
    display: inline-flex;
    margin: 8px 0 16px 16px;
    width: 42%;
    float: left;
}
#footer .ft-nav ul li ul {
 		width: 100%;
   position: relative;
    /* bottom: 12px; */
}
    
  
    
  
    

    
    
/**************************************************
WP関連 PC
***************************************************/
section.blog {
    width: 70%;
}
/**************************************************
3. TOP PC
***************************************************/
#top h2.main-copy {
    width: 400px;
    position: absolute;
    bottom: 10%;
    left: 0;
}
#top ul.autoplay {
    max-width: 1400px;
}

/*------------------------------
content01 真に身体をつくり直す
------------------------------*/
#top .content01 {
    margin-top: 88px;
}
#top .content01 .ekiten-box {
    margin-bottom: 60px;
}
#top .content01 ul li{
    line-height: 2.0;
}
#top .content01 p.lead{
    font-size: 27px;
    font-size: 2.7rem;
}
#top .content01 ul li{
border-bottom: 1px solid #b3d1d9;
    line-height: 2.0;
    font-weight: 600;
    padding: 8px 0;
}
#top .content01 .img-box {
		z-index: -1;
    position: relative;
    left: 22%;
    height: 100px;
    width: 50%;
    margin-top: 16px;
}
#top .content01 .lead-box {
    position: relative;
		bottom: 140px;
}
#top .content01 .img-box img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
#top .content01 a.btn {
		position: relative;
    right: 120px;
    margin-top: 16px;
    bottom: 100px;
}
#top .content01 ul li:before {
	  width: 30px;
    height: 30px;
    margin: 0 16px;
}
/*------------------------------
content02 治療メニュー
------------------------------*/
#top .content02 .menu-box ul li:last-child {
    margin-right: 0;
}
#top .content02 .menu-box ul {
  -js-display: flex;
  display: flex;
    width: 100%;
		height: 240px;/*IE対策*/
		display: -webkit-box; /*flex使用時に入れます*/
		display: -webkit-flex; /*Android2.3～とか*/
		display: -ms-flexbox; /*IE9～用*/
}
#top .content02 .menu-box ul li {
    width: calc(96%/6);
		float: left;
}
/*------------------------------
content03 
------------------------------*/
#top .content03 .flexbox{
    width: 800px;
    margin: 0 auto;
}
#top .content03 dl:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: underline;
}
#top .content03 dl {
		display: block;
    margin: 0 auto;
		float: left;
		width: 25%;
}
#top .content03 dt img {
    width: 70%;
}
#top .content03 dd {
    text-align: center;
}
#top .content03 dd span {
    text-align: center;
		font-size: 15px;
    font-size: 1.5rem;
}
/*------------------------------
content04
------------------------------*/
#top .content04 ul {
		width: 100%;
    flex-wrap: wrap;
}
#top .content04 ul li {
		width: auto;
    margin-right: 5px;
    float: left;
}
#top .content04 ul li:nth-child(even) {
    margin-right: 5px;
}
#top .content04 .submenu-box {
    width: auto;
    margin: 0 auto;
}
#top .content04 ul li:last-child{
    margin-right: 0;
}
#top .content04 ul li a {
    width: calc(965px/4);
}
/*------------------------------
content05 スタッフ紹介
------------------------------*/
#btm.staff table thead th,#btm.staff table thead th span, #btm.staff table tbody td {
    font-size: 18px;
    font-size: 1.8rem;
}
#top .content05 p img{
    width: 70%;
    position: relative;
    display: unset;
    margin: 0;
}
#top .content05 .lead-box {
    width: 70%;
    position: relative;
    bottom: 20px;
    left: 33%;
}
#top .content05 .btn-box {
    right: -25%;
    position: relative;
}
/**************************************************
4. #btm 下層共通 PC
***************************************************/
#btm h2.main-copy {
    width: 30%;
    position: absolute;
    bottom: 40%;
    left: 0;
}
#btm .lead-box {
    margin: 16px 0;
    padding-top: 24px;
}
#btm .img-box img {
		z-index: -1;
}
/**************************************************
トレーニング /kaatsu 
***************************************************/
#btm.kaatsu .content01 .img-box.zindex{
    z-index: -1;
    position: relative;
    bottom: 240px;
    height: 500px;
    left: 5%;
    margin-bottom: -50px;
}
#btm.kaatsu .content02 .img-box {
    z-index: -1;
    position: relative;
    bottom: 200px;
    height: 480px;
    left: 5%;
}
#btm.kaatsu .content01 .img-box.zindex img, 
#btm.kaatsu .content02 .img-box img {
    width: 90%;
    margin: auto;
}

#btm.kaatsu .content01 .content {
		-js-display: flex;
		display: flex;
		/*display: -ms-flexbox; */ /*IE9～用*/
}
#btm.kaatsu .content01 .content .img-box {
    position: relative;
    bottom: 50px;
}
#btm.kaatsu .content01 .content .txt-box {
		width: 80%;
    margin-right: 8px;
}
#btm.kaatsu .content01 .content .img-box img {
    width: 170px;
    margin: 0 auto 8px;
    height: auto;
    z-index: 1;
}
#btm.kaatsu .content01 .content .img-box p {
    width: 170px;
		font-size: 14px;
		font-size: 1.4rem;
}
#btm.kaatsu .content01 .btn {
    margin: 0 auto;
		-js-display: flex;
		display: flex;
    width: 98%;
		display: -webkit-box; /*flex使用時に入れます*/
		display: -webkit-flex; /*Android2.3～とか*/
		display: -ms-flexbox; /*IE9～用*/
		}
#btm.kaatsu .content01 .btn .btn-box {
    width: 50%;
    margin: 0 auto;
		text-align: center;
}
#btm.kaatsu .content01 .img-box iframe {
    margin: 32px auto;
    height: 551.25px;
}
/**************************************************
料金の目安 /chiryouhi
***************************************************/
#btm.chiryouhi p.lead {
    margin-bottom: 48px;
}
#btm.chiryouhi ul li {
    line-height: 2;
}
#btm.chiryouhi table.example th {
    width: 12%;
    display: table-cell;
    text-align: left;
    line-height: 1.2;
    padding: 16px 0;
}
#btm.chiryouhi table.example tr {
    display: table-row;
}
#btm.chiryouhi table.ptn01 tbody th {
    width:48%;
}
/**************************************************
治療メニュー 産後 /sango
***************************************************/
#btm.sango .img-box img {
    bottom: 100px;
    left: 7%;
    margin-bottom: -200px;
}
#btm.sango .content02 .img-box img {
    width: auto;
}
/**************************************************
治療メニュー 腰痛治療 /youtsu
***************************************************/
#btm.youtsu .content01 .img-box img {
    bottom: 270px;
    left: 7%;
    margin-bottom: -200px;
}
/**************************************************
治療メニュー 背骨・骨盤矯正 /keitsui
***************************************************/
#btm.keitsui .img-box img {
    bottom: 240px;
    left: 7%;
    margin-bottom: -200px;
}
#btm.keitsui .content02 .lead-box {
    width: 100%;
}
/**************************************************
治療メニュー スポーツ障害・成長痛 /sports
***************************************************/
#btm.sports .img-box img {
    bottom: 200px;
    left: 7%;
    margin-bottom: -200px;
}
#btm.sports .lead-box {
    width: 60%;
}
#btm.sports h2.main-copy{
    width: 38%;
}
#btm.sports section div.care{
    text-align: center;
}
#btm.sports section div.care img {
    width: 70%;
}
/**************************************************
治療メニュー 交通事故治療 /kega
***************************************************/
#btm.kega .img-box img {
    bottom: 240px;
    left: 6%;
    margin-bottom: -200px;
}
/**************************************************
しらゆり整骨院の特徴 /tokucho
***************************************************/
#btm.tokucho h2.main-copy {
    width: 38%;
}
#btm.tokucho .img-box img {
    position: relative;
}
#btm.tokucho .img-box span {
		width: 60%;
    display: block;
    margin: auto;
    margin-top: -24px;
    text-align: left;
}
#btm.tokucho section.content01 .lead-box {
    margin: 16px 0;
    padding-top: 8px;
    width: 30%;
    position: relative;
    left: 60%;
    bottom: 100px;
}
#btm.tokucho section.content02 {
		max-width: 800px;
    width: 800px;
}
#btm.tokucho section.content02 .flexbox{
    max-width: 800px;
}
#btm.tokucho section.content02 .lead-box {
    margin: 16px 0;
    padding-top: 16px;
    width: 96%;
		max-width: 480px;
    background-color: #FFFFFF;
    padding: 0;
}
#btm.tokucho .box01 .content {
    width: 80%;
}
#btm.tokucho .box01 .about {
    position: relative;
    left: 81%;
    bottom: 180px;
    margin-bottom: -200px;
}
#btm.tokucho section.content02 .lead-box p {
    width: 96%;
		max-width: 480px;
		letter-spacing: 1px;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
}
#btm.tokucho section.content02 div img {
    margin: 16px auto;
    width: 96%;
    max-width: 300px;
    display: unset;
}
#btm.tokucho section.content02 div.about img {
    width: 20%;
}
/**************************************************
採用情報 /recruitment
***************************************************/
    

.recruitment .pc{
    display: block;  
}
.recruitment .sp{
    display:  none;
}
    
.recruitment .point-list-box {
    display: flex;
}  
   
.recruitment .point-img {
    width: 27%;
    max-width: 120px;
    margin: 0 auto;

}
.recruitment h3 {
    font-size: 33px;
     font-size: 3.3rem; 
}
    
.recruitment .rec-list {
    width: 73%;
    align-self: center;
}

.recruitment .rec-list li:last-child{
    margin-bottom: 0;
}

    
  .dl-Table > div {
    align-items: center;
    padding: 3em 0;
  }
  .dl-Table dt {
    width: 20%;
    padding-left: 4em;
      padding-bottom: 0;
  }
  .dl-Table dd {
    width: 77%;
      padding-left: 0;
      line-height: 1.7;
/*    padding-right: 0;*/
  }

.recruitment .oubo-txt01{
    font-size: 23px;
    font-size: 2.3rem;
}
    
    
    

/**************************************************
アクセス /access
***************************************************/
#btm.access iframe {
		height: 600px;
		width: 100%;

}
/**************************************************
スタッフ紹介 /staff
***************************************************/
#btm.staff p.lead {
    margin-bottom: 48px;
}
p.lead.LT {
    width: 80%;
}
#btm.staff div.flexbox table {
    width: 47%;
}
/**************************************************
*  WP kanjasan
***************************************************/
#btm.kanjasan .flexbox{
    width: 800px;
    max-width: 800px;
    margin: 40px auto;
    flex-wrap: wrap;
}
#btm.kanjasan .content01 {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

#btm.kanjasan dl:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: underline;
}
#btm.kanjasan dl {
		width: calc(97%/4);
    display: block;
    margin: 32px 0;
}
#btm.kanjasan dl dt {
    width: 100%;
}
#btm.kanjasan section div dt img{
    width: 70%;
    max-width: 70%;
}
#btm.kanjasan dd {
    text-align: center;
    width: 80%;
}
#btm.kanjasan dd span {
    text-align: center;
		font-size: 15px;
    font-size: 1.5rem;
}
#btm .blog h2.contents_title {
    text-align: left;
}
#btm.kanjasan section.blog .icon img {
    width: 110px;
    margin: 0;
}

/**************************************************
*  WP shinbun
***************************************************/
#btm.shinbun ul {
		width: 100%;
    flex-wrap: wrap;
}
#btm.shinbun ul li {
    width: auto;
    margin: 4px 2px;
}
#btm.shinbun .submenu-box {
    width: auto;
    margin: 0 auto;
}
#btm.shinbun ul li:last-child{
    margin-right: 0;
}
#btm.shinbun ul li a {
    width: calc(965px/4);

}
}/*メディアクエリ閉じ*/


