@charset "utf-8";
/* CSS Document */

/**/

/**/

.nsans {
	font-family: 'Noto Sans', serif;
}

.sawarabi {
	font-family: "Sawarabi Mincho", serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
  font-weight: bold;
	/* font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif; */
	font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
	/*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";*/
	line-height: 180%;
	color: #48434f;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
}

/*フォント系*/

[data-element-id] h1 {
	position: initial;
	text-indent: initial;
}

h1 {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
}

h2 {
	font-size: 40px;
	/* font-weight: bold; */
}

h3 {
	font-size: 34px;
	/* font-weight: bold; */
	/* margin-bottom: 50px; */
	margin-bottom: 20px;
}

h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.fs120 {font-size: 120%;}

.fs140 {font-size: 140%;}

.fs160 {
	font-size: 160%;
}

.fs180 {
	font-size: 180%;
}

.fs200 {
	font-size: 200%;
}

.fs220 {
	font-size: 220%;
}

.fs240 {
	font-size: 240%;
}

.fs260 {
	font-size: 260%;
}

.fs280 {
	font-size: 280%;
}

.fs300 {
	font-size: 300%;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 16px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}

.fs26 {
	font-size: 26px;
}

.fs28 {
	font-size: 28px;
}

.fs30 {
	font-size: 30px;
}

.fs32 {
	font-size: 32px;
}

.fs34 {
	font-size: 34px;
}

.fs36 {
	font-size: 36px;
}

.fs38 {
	font-size: 38px;
}

.fs40 {
	font-size: 40px;
}

.fs42 {
	font-size: 42px;
}

.fs44 {
	font-size: 44px;
}

.fs46 {
	font-size: 46px;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

.white {
	color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
	display: block;
	content: "";
	clear: both;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

.map {
	position: relative;
	overflow: hidden;
}

.map:after {
	display: block;
	content: "";
	padding-top: 50%;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: initial;
	width: 100%;
	height: 100%;
	z-index: 10;
}

iframe {
	max-width: 100%;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100% !important;
	height: auto !important;
}

img:not([src*="."]) {
	display: none;
}

.scale {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.scale:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
	display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
	position: relative;
}

.filter:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
	width: 80% !important;
	max-width: 500px !important;
	height: auto !important;
}

.lightbox .lb-image {
	width: 100% !important;
	height: auto !important;
	border: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: initial !important;
}

.pic {
	text-align: center;
	width: 100%;
}

.pic img {
	width: 100%;
}

.bkimg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
	min-width: 1200px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

[data-element-id] .fead-mv {
	opacity: 1;
}

.fead-mv {
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}

.mv {
	opacity: 1;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	opacity: 0.6;
	color: inherit;
	text-decoration: none;
}

a[href*="tel"] {
	pointer-events: none;
}

ul,
li {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

dl,
dt,
dd {
	text-align: left;
	padding: 0;
	margin: 0;
}

p {
	text-align: left;
}

/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.columnreverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.rowreverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.itemcenter {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.itemend {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*align-content*/

.contentstart {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.contentcenter {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.contentend {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

/*align-self*/

.selfstart {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.selfcenter {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.selfend {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

/* 見たまま編集バリデーション */

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
	width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
	width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
	width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
	width: 100%;
}

.flex>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

[data-element-id] [class*="heightLine"] {
	height: auto !important;
}

[data-element-id] .imgalt {
	position: relative;
	color: orange;
	font-size: 14px;
	background: #333;
	padding: 2px 4px;
	text-align: left;
	max-height: 70px;
	overflow: hidden;
	z-index: 50;
}

[data-element-id] .altcolor {
	color: red;
}

[data-common-area] {
	position: relative;
}

[data-common-area]:hover:before {
	content: "共通要素です。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: #FDC44F;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a[data-href="#"] {
	border: solid red 5px !important;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href="#"]:hover:before {
	content: "リンクが設定されていない可能性があります。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a[data-href*="."] {
	border: solid red 5px !important;
	display: block;
	position: relative !important;
	opacity: 1;
}

a[data-href*="."]:hover:before {
	content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
	position: absolute !important;
	width: 100%;
	min-width: 200px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 100%;
	color: red;
	font-weight: bold;
	background: #555;
	padding: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
	content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}

[data-collection-list-content]:hover:before {
	content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}

/*カラム*/

/* ##### pcで6分割のグリッド ##### */
.gr666,
.gr665,
.gr664,
.gr663,
.gr662,
.gr661,
.gr655,
.gr654,
.gr653,
.gr652,
.gr651,
.gr644,
.gr643,
.gr642,
.gr641,
.gr633,
.gr632,
.gr631,
.gr622,
.gr621,
.gr611 {
	width: 12%;
	margin: 0 2% 6% 2%;
}

/* ##### pcで5分割のグリッド ##### */
.gr555,
.gr554,
.gr553,
.gr552,
.gr551,
.gr544,
.gr543,
.gr542,
.gr541,
.gr533,
.gr532,
.gr531,
.gr522,
.gr521,
.gr511 {
	width: 16%;
	margin: 0 2% 6% 2%;
}

/* ##### pcで4分割のグリッド ##### */
.gr444,
.gr443,
.gr442,
.gr441,
.gr433,
.gr432,
.gr431,
.gr422,
.gr421,
.gr411 {
	width: 21%;
	margin: 0 2% 6% 2%;
}

/* ##### pcで3分割のグリッド ##### */
.gr333,
.gr332,
.gr331,
.gr322,
.gr321,
.gr311 {
	width: 29%;
	margin: 0 2% 6% 2%;
}

/* ##### pcで2分割のグリッド ##### */
.gr222,
.gr221,
.gr211
{
	width: 46%;
	margin: 0 2% 6% 2%;
}

.w100 {
	width: 100%;
}

.w70 {
	width: 70%;
}

.w65 {
	width: 65%;
}

.w60 {
	width: 60%;
}

.w55 {
	width: 55%;
}

.w50 {
	width: 50%;
}

.w48 {
	width: 48%;
}

.w45 {
	width: 45%;
}

.w40 {
	width: 40%;
}

.w35 {
	width: 35%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}
.mb0{
	margin-bottom: 0!important;
}
.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb130 {
    margin-bottom: 130px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb230 {
    margin-bottom: 230px;
}

.mb300 {
    margin-bottom: 300px;
}
.mt0 {
    margin-top: 0!important;
}
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt130 {
    margin-top: 130px;
}
.pd0{
	padding: 0!important;
}
.pb0{
	padding-bottom: 0!important;
}
[data-element-id] #wrapper {
	opacity: 1;
}
/*
#wrapper {
	overflow: hidden;
} */

.inner {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

.subtit {
	position: relative;
	overflow: hidden;
}

.subtit h2 {
	text-align: center;
	width: 100%;
}

.subtit img {
	width: 100%;
}

/* .more {
	text-align: center;
	margin: 50px auto 0 auto;
	width: 80%;
	max-width: 200px;
}

.more a {
	display: block;
	background: #000;
	color: #fff;
	padding: 10px 20px;
} */

@media only screen and (max-width: 1024px) {
	.bkimg {
		position: relative;
	}

	.bkimg img {
		min-width: initial !important;
	}

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 28px;
		/* margin-bottom: 40px; */
		margin-bottom: 20px;
	}

	h4 {
		font-size: 20px;
	}

	.fs20 {
		font-size: 18px;
	}

	.fs22 {
		font-size: 20px;
	}

	.fs24 {
		font-size: 20px;
	}

	.fs26 {
		font-size: 22px;
	}

	.fs28 {
		font-size: 22px;
	}

	.fs30 {
		font-size: 24px;
	}

	.fs32 {
		font-size: 24px;
	}

	.fs34 {
		font-size: 26px;
	}

	.fs36 {
		font-size: 26px;
	}

	.fs38 {
		font-size: 28px;
	}

	.fs40 {
		font-size: 28px;
	}

	.fs42 {
		font-size: 30px;
	}

	.fs44 {
		font-size: 30px;
	}

	.fs46 {
		font-size: 32px;
	}

	a[href*="tel"] {
		pointer-events: initial !important;
	}

	.flex {
		max-width: 768px;
		margin: 0 auto;
	}

	.flexc {
		max-width: 768px;
		margin: 0 auto;
	}

	.flexs {
		max-width: 768px;
		margin: 0 auto;
	}

	.flexb {
		max-width: 768px;
		margin: 0 auto;
	}

	/* カラム */

	/* ##### タブレッドで5分割のグリッド ##### */
	.gr655,
	.gr654,
	.gr653,
	.gr652,
	.gr651 {
		width: 16%;
	}

	/* ##### タブレッドで4分割のグリッド ##### */
	.gr644,
	.gr643,
	.gr642,
	.gr641,
	.gr544,
	.gr543,
	.gr542,
	.gr541 {
		width: 21%;
	}

	/* ##### タブレッドで3分割のグリッド ##### */
	.gr633,
	.gr632,
	.gr631,
	.gr533,
	.gr532,
	.gr531,
	.gr433,
	.gr432,
	.gr431 {
		width: 29%;
	}

	/* ##### タブレッドで2分割のグリッド ##### */
	.gr622,
	.gr621,
	.gr522,
	.gr521,
	.gr422,
	.gr421,
	.gr322,
	.gr321 {
		width: 46%;
	}

	/* ##### タブレッドで1分割のグリッド ##### */
	.gr611,
	.gr511,
	.gr411,
	.gr311,
	.gr211 {
		width: 96%;
	}

	.inner {
		width: 93%;
		max-width: 768px;
		padding: 40px 0;
	}

	/* .more {
		margin: 40px auto 0 auto;
	} */
}

@media only screen and (max-width: 599px) {
	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
		/* margin-bottom: 30px; */
		margin-bottom: 20px;
	}

	h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.fs18 {
		font-size: 14px;
	}

	.fs20 {
		font-size: 18px;
	}

	.fs22 {
		font-size: 18px;
	}

	.fs24 {
		font-size: 20px;
	}

	.fs26 {
		font-size: 20px;
	}

	.fs28 {
		font-size: 22px;
	}

	.fs30 {
		font-size: 16px;
	}

	.fs32 {
		font-size: 24px;
	}

	.fs34 {
		font-size: 24px;
	}

	.fs36 {
		font-size: 26px;
	}

	.fs38 {
		font-size: 26px;
	}

	.fs40 {
		font-size: 28px;
	}

	.fs42 {
		font-size: 28px;
	}

	.fs44 {
		font-size: 30px;
	}

	.fs46 {
		font-size: 32px;
	}

	.flex {
		max-width: 450px;
	}

	.flexc {
		max-width: 450px;
	}

	.flexs {
		max-width: 450px;
	}

	.flexb {
		max-width: 450px;
	}

	/* カラム */

	/* ##### スマホで5分割のグリッド ##### */
	.gr665 {
		width: 16%;
	}

	/* ##### スマホで4分割のグリッド ##### */
	.gr664,
	.gr654,
	.gr554 {
		width: 21%;
	}

	/* ##### スマホで3分割のグリッド ##### */
	.gr663,
	.gr653,
	.gr643,
	.gr633,
	.gr553,
	.gr543,
	.gr533,
	.gr443,
	.gr433 {
		width: 29%;
	}

	/* ##### スマホで2分割のグリッド ##### */
	.gr662,
	.gr652,
	.gr642,
	.gr632,
	.gr622,
	.gr552,
	.gr542,
	.gr532,
	.gr522,
	.gr442,
	.gr432,
	.gr422,
	.gr332,
	.gr322 {
		width: 46%;
	}

	/* ##### スマホで1分割のグリッド ##### */
	.gr661,
	.gr651,
	.gr641,
	.gr631,
	.gr621,
	.gr611,
	.gr551,
	.gr541,
	.gr531,
	.gr521,
	.gr511,
	.gr441,
	.gr431,
	.gr421,
	.gr411,
	.gr331,
	.gr321,
	.gr311,
	.gr221,
	.gr211 {
		width: 96%;
	}

	.w70 {
		width: 100%;
		margin: 2% 0;
	}

	.w65 {
		width: 100%;
		margin: 2% 0;
	}

	.w60 {
		width: 100%;
		margin: 2% 0;
	}

	.w55 {
		width: 100%;
		margin: 2% 0;
	}

	.w50 {
		width: 100%;
		margin: 2% 0;
	}

	.w48 {
		width: 100%;
		margin: 2% 0;
	}

	.w45 {
		width: 100%;
		margin: 2% 0;
	}

	.w40 {
		width: 100%;
		margin: 2% 0;
	}

	.w35 {
		width: 100%;
		margin: 2% 0;
	}

	.w30 {
		width: 100%;
		margin: 2% 0;
	}

	.w25 {
		width: 100%;
		margin: 2% 0;
	}

	.pic {
		width: 80%;
		margin: 0 auto;
	}

	.inner {
		width: 94%;
		max-width: 450px;
		padding: 30px 0;
	}

	/* .more {
		margin: 30px auto 0 auto;
	} */
}


/* メインビジュアル */

.mainimg {
	position: relative;
	padding: 0;
}

.mainimg img {
	width: 100%;
}
@media only screen and (max-width: 599px){
.mainimg .pic {
	width: 100%;
}
}

.mainimg .mainimginn {
    position: relative;
    overflow: hidden;
    background: #000;
}

[data-element-id] .mainimg .mainimginn:before {
  display: none;
}

.mainimg .mainimginn:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/160.16.134.133/html/images/common/pattern.png) repeat;
    z-index: 5;
    opacity: 0.08;
}
.mainimg .uk-slidenav-position {
	position: relative;
	overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 36%;
	content: '';
	display: block;
}

.mainimg .uk-slideshow {
	position: absolute;
	top: 0;
}

/*****************************
汎用クラス
*****************************/
/*** 中央寄せ ***/
.TaC, .TaC p{
	text-align: center;
}
.MaLR{
	margin-left: auto;
	margin-right: auto;
}
/*** 1行以上は非表示にする ***/
.OneRow{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*** 左右の繰り返し ***/
.repeat:nth-of-type(odd) .column:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.repeat:nth-of-type(even) .column:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.column{
	margin-bottom: 50px;
}
/***高さの中央寄せ***/
.col_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*** 診察時間テーブル ***/
.time{
	/* padding-bottom:15px; */
	width: 80%;
	height: 109px;
	margin-bottom: 10px;
	z-index:10;
}
.time table{
	border-collapse:collapse;
	width:100%;
	border: 1px solid #f4f4f5;
}
.time thead th{
	background:#f4f4f5;
	border-right: 1px solid #fff;
	border-left: 1px solid #f4f4f5;
	font-weight: normal;
  height: 40px;
}
.time thead td{
	background:#f4f4f5;
	border-right: 1px solid #fff;
	text-align: center;
}
.time thead td:last-of-type{
	border-right: 1px solid #f4f4f5;
}
.time th{
	/* width:40px; */
}
.time tbody th{
	border: 1px solid #f4f4f5;
	border-top: none;
	font-weight: normal;
	background-color: #fff;
}
.time tbody td{
	width:30px;
  height: 30px;
	text-align:center;
	border-right: 1px solid #f4f4f5;
	border-bottom: 1px solid #f4f4f5;
	background-color: #fff;
  /* font-size: 16px; */
}


.time tbody .limit{
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
.time .insurance{
	background-color: #f4f4f5;
	color: #fff;
	text-align: center;
}
/*** ボタン(ノーマル) ***/
.Btn{
	background-color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	display: block;
	font-size: 90%;
	border: 2px solid #45b035;
	width: 200px;
	margin-left:auto;
	margin-right: auto; 
	text-align: center;
	position: relative;
	z-index: 10;
}
.Btn a{
	color:#45b035;
	font-family: "M PLUS Rounded 1c";
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 10px;
}
.Btn.more a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";/*線のない矢印(右向き)*/
    position: absolute;
    right: 15px;
}
.Btn.back a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f104";/*線のない矢印(左向き)*/
    position: absolute;
    left: 15px;
}
/*ボタン（動きあり）*/
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
/*     -webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
 */    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
/* .hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
} */
.hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
       transition-duration: 0.1s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
}
/* .hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-backface-visibility: hidden;IE対策
    backface-visibility: hidden;IE対策
    will-change: transform;
} */
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
        transform: translateX(4px);
    -webkit-backface-visibility: hidden;/*IE対策*/
    backface-visibility: hidden;/*IE対策*/
    will-change: transform;
}
.arrow-right:before{
	content: "→";
}

@media only screen and (max-width: 1024px){
  .hvr-icon-forward {
    display: block;
  }
}

/*** テキスト部分 ***/
.TxtWrap p{
	margin-bottom: 20px;
}
/*** フォント系 ***/
.mplus{
	font-family: "M PLUS Rounded 1c";
}


/*****************************
本サイト使用クラス
*****************************/
/*診察時間・アイコン部分*/
.TimeWrap .consultation{
	background: #5c261c;
	width: 20%;
	height: 109px;
  	overflow: hidden;
	z-index: 10;
	padding: 5px 0;
}
.TimeWrap .consultation p{
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.TimeWrap .consultation img{
	margin-bottom: 5px;
}

/* 診察時間・詳細 */
.TimeDetail{
	margin-bottom: 5px;
}
.TimeDetail p{
	font-size: 12px;
	z-index: 10;
}
.TimeDetail p:first-of-type{
	border-right:1px dotted #545657;
}
.TimeDetail p:last-of-type{
	padding-left: 2%
}
.TimeDetail .short{
	width: 50%;
}
.TimeDetail .long{
	width: 50%;
}


@media only screen and (max-width: 1024px){
	.time thead td{
    width: 10%;
	}
}
@media only screen and (max-width: 599px){
	.time tbody .limit{
		font-size: 90%;
	}
	.time thead th {
    width: auto;
	}
	.time tbody th{
    font-size: 95%;
	}
  .TimeDetail p:last-of-type{
  	padding-left: 0
  }
  .TimeDetail .short{
  	width: 100%;
  }
  .TimeDetail .long{
  	width: 100%;
  }
  .TimeDetail p:first-of-type{
	border-right:none;
}

}
/***ページ送り***/
.pagenav {
    padding: 0 0 110px 0;
}
.pagenav li a{
    display: inline-block;
    float: left;
    color: #fff;
    text-decoration: none;
    margin-right: 6px;
    border-radius: 50%;
    background: #5ea25a;
    -webkit-transition: all 0.3s linear;
    width: 40px;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
	line-height: 40px;
}

@media only screen and (max-width: 599px){
	.pagenav li {
			margin: 0 5px;
	}
}
/* .pagenav {
    padding: 0 0 110px 0;
}
.pagenav  li{
	line-height: 30px;
}
.pagenav li a{
    font-size: 20px;
		margin: 0 10px;
}

.pagenav li img {
    vertical-align: middle;
} */
@media only screen and (max-width: 599px){
	.pagenav li {
			margin: 0;
	}
	.pagenav li a{
			margin: 0 5px;
	}
}
/*** フィルター(パターン) ***/
.patternfilter {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.patternfilter:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/160.16.134.133/html/images/common/pattern.png) repeat;
    z-index: 5;
	opacity: 0.08;
	/* z-index: -1; */
}
/*** 見出し ***/
/*緑*/
.TitleG{
	font-family: 'Georgia',sans-serif;
	color: #45b035;
	letter-spacing: 2px;
}
.ColG{
	color: #45b035;
}
/*茶色*/
.TitleB{
	font-family: "M PLUS Rounded 1c";
	color: #5c261c;
	letter-spacing: 2px;
}
/* 両側に斜め線 */
.slope{
	position: relative;
	z-index:1;
}
.slope:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -5px;
    left: -20px;
    width: 1px;
    height: 22px;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    background-color: #45b035;
}
.slope:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: -5px;
    right: -20px;
    width: 1px;
    height: 22px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background-color: #45b035;
}
/* 傍点つき */
strong.FontD{
   -moz-text-emphasis: filled circle #45b035;
   -ms-text-emphasis: filled circle #45b035;
   -webkit-text-emphasis: filled circle #45b035;
   text-emphasis: filled circle #45b035;
   color:  #45b035;

}
/* 2色（緑/黄色） */
.LineGY{
	border-left: solid 5px #45b035;
	position: relative;
	padding-left: 10px;
}
  
 .LineGY:after {
	position: absolute;
    content: " ";
    display: block;
    border-left: solid 5px #f1e533;
    left: -5px;
    top: 50%;
    height: 50%;
  }
/* 2色（ベージュ/グレー） */
.LineBGr{
	border-left: solid 5px #7f5130;
	position: relative;
	padding-left: 10px;
}
.LineBGr:after {
	position: absolute;
    content: " ";
    display: block;
    border-left: solid 5px #bfa897;
    left: -5px;
    top: 50%;
    height: 50%;
}

/* 背景緑×文字カラー白 */
.TitBgG{
	background-color: #45b035;
	color:#fff;
	text-align: center;
	padding: 10px;
	font-family: "M PLUS Rounded 1c";
}
/* 背景黄色×文字カラー黒 */
.TitBgY{
	background-color: #f1e533;
	color:#000;
	text-align: center;
	padding: 10px;
	font-family: "M PLUS Rounded 1c";
}
/* 背景茶色×文字カラー白 */
.TitBgB{
	background-color: #7f5130;
	color:#fff;
	text-align: center;
	padding: 10px;
	font-family: "M PLUS Rounded 1c";
}


/*** 各ページのメインイメージ ***/

.mvimg img{
	width: 100%;
	height: 380px!important;
	object-fit: cover;
}
@media only screen and (max-width: 1024px){
	.mvimg img{
		height: 250px!important;
	}
}

@media only screen and (max-width: 599px){
	.mvimg img{
		height: 150px!important;
	}
}
/*** リスト各種 ***/

/* リスト（ブラウン） */
.ListB li{
	color: #5c261c;
	list-style: disc;
	margin-left: 2%;
    font-family: "M PLUS Rounded 1c";
	padding-bottom: 15px;
	font-weight: bold;
}
/* リスト（緑） */
.ListG li{
	color: #45b035;
	list-style: disc;
	margin-left: 2%;
    font-family: "M PLUS Rounded 1c";
	padding-bottom: 15px;
}

/* チェックマーク付きリスト（ベース） */
ul.ListCheck {
	padding:0.5em;
	list-style-type:none;
}
@media only screen and (max-width: 1024px){
	ul.ListCheck {
		width: 96%;
		margin: 0 2% 0 2%;
	}
}
@media only screen and (max-width: 599px){
	ul.ListCheck {
		width: 80%;
		margin: 0 auto;
	}
}
/* チェックマーク付きリストのカラー指定（緑） */
ul.ListCheck.col_g li {
    position: relative;
    padding: 0em 0.3em 1em 2.3em;
    color: #45b035;
    font-family: "M PLUS Rounded 1c";
    font-size: 16px;
}
ul.ListCheck.col_g li:after, ul.ListCheck.col_g li:before {
    position: absolute;
    content: '';
    display: block;
    background: #45b035;
    top: 0.1em;
    left: 0.85em;
    height: 22px;
    width: 6px;
    border-radius: 10px;
    transform: rotate(45deg);
}
ul.ListCheck.col_g li:before {
    top: 0.6em;
    left: 0.2em;
    height: 14px;
    transform: rotate(-45deg);
}
/* チェックマーク付きリストのカラー指定（黄色） */
ul.ListCheck.col_y li {
    position: relative;
    padding: 0em 0.3em 1em 2.3em;
    color: #000;
    font-family: "M PLUS Rounded 1c";
    font-size: 16px;
}
ul.ListCheck.col_y li:after, ul.ListCheck.col_y li:before {
    position: absolute;
    content: '';
    display: block;
    background: #f1e533;
    top: 0.1em;
    left: 0.85em;
    height: 22px;
    width: 6px;
    border-radius: 10px;
    transform: rotate(45deg);
}
ul.ListCheck.col_y li:before {
    top: 0.6em;
    left: 0.2em;
    height: 14px;
    transform: rotate(-45deg);
}
/* チェックマーク付きリストのカラー指定（茶色） */
ul.ListCheck.col_b li {
    position: relative;
    padding: 0em 0.3em 1em 2.3em;
    color: #7f5130;
    font-family: "M PLUS Rounded 1c";
    font-size: 16px;
}
ul.ListCheck.col_b li:after, ul.ListCheck.col_b li:before {
    position: absolute;
    content: '';
    display: block;
    background: #7f5130;
    top: 0.1em;
    left: 0.85em;
    height: 22px;
    width: 6px;
    border-radius: 10px;
    transform: rotate(45deg);
}
ul.ListCheck.col_b li:before {
    top: 0.6em;
    left: 0.2em;
    height: 14px;
    transform: rotate(-45deg);
}

/* 下線（ブラウン） */
.BorderB{
	border-bottom:1px solid #5c261c;
	color:#5c261c;
	font-weight: bold;
	margin-left: 20px;
	padding: 5px 15px;
}


/*** ステップ ***/
.StepWrap .inner{
	z-index:5;
	position: relative;
	padding: 100px 0;
}
.StepWrap .BoxWrap{
	margin-bottom: 50px;
}
/*タイトル*/
.StepWrap .BoxWrap .StepTit{
	background: #45b035;
	color:#fff ;
	padding: 5px 10px;
	position: relative;
    font-size: 16px;
    width: 130px;	
}

.StepWrap .BoxWrap .StepTit span{
	font-size: 54px;
	position: absolute;
	bottom: 15px;
    right: 5px;
	text-shadow: rgb(69, 176, 53) 4px 0px 0px, rgb(69, 176, 53) 3.87565px 0.989616px 0px, rgb(69, 176, 53) 3.51033px 1.9177px 0px, rgb(69, 176, 53) 2.92676px 2.72656px 0px, rgb(69, 176, 53) 2.16121px 3.36588px 0px, rgb(69, 176, 53) 1.26129px 3.79594px 0px, rgb(69, 176, 53) 0.282949px 3.98998px 0px, rgb(69, 176, 53) -0.712984px 3.93594px 0px, rgb(69, 176, 53) -1.66459px 3.63719px 0px, rgb(69, 176, 53) -2.51269px 3.11229px 0px, rgb(69, 176, 53) -3.20457px 2.39389px 0px, rgb(69, 176, 53) -3.69721px 1.52664px 0px, rgb(69, 176, 53) -3.95997px 0.56448px 0px, rgb(69, 176, 53) -3.97652px -0.432781px 0px, rgb(69, 176, 53) -3.74583px -1.40313px 0px, rgb(69, 176, 53) -3.28224px -2.28625px 0px, rgb(69, 176, 53) -2.61457px -3.02721px 0px, rgb(69, 176, 53) -1.78435px -3.57996px 0px, rgb(69, 176, 53) -0.843183px -3.91012px 0px, rgb(69, 176, 53) 0.150409px -3.99717px 0px, rgb(69, 176, 53) 1.13465px -3.8357px 0px, rgb(69, 176, 53) 2.04834px -3.43574px 0px, rgb(69, 176, 53) 2.83468px -2.82216px 0px, rgb(69, 176, 53) 3.44477px -2.03312px 0px, rgb(69, 176, 53) 3.84068px -1.11766px 0px, rgb(69, 176, 53) 3.9978px -0.132717px 0px;
}
@media only screen and (max-width: 599px){
	.StepWrap .BoxWrap .StepTit{
		font-size: 14px;
		width: 100px;	
	}
	.StepWrap .BoxWrap .StepTit span{
		font-size: 40px;
	}
}

.StepWrap .BoxWrap .TitName{
	line-height: 38px;
    margin-left: 20px;
    color: #5c261c;
    font-size: 16px;
    font-weight: bold;
	font-family: "M PLUS Rounded 1c";
}


/*** 白透過 ***/

.comment{
	border:1px solid #d2ded0;
	padding: 20px;
	width: 100%;
	background: rgba(255, 255, 255,  0.5);
}


/*** 背景画像×透過×白 ***/
.BgWhite{
	position: relative;
}
.BgWhite .bg{
	/* background: rgba(69, 176, 53, 0.2); */
	/* background: rgba(255, 255, 255,  0.5); */
	position: relative;
	height:100%;
}
.BgWhite .bg img {
    height: 350px!important;
    object-fit: cover;
}
@media only screen and (max-width: 1024px){
	.BgWhite .bg img{
    height: 250px!important;
	}
}
@media only screen and (max-width: 599px){
	.BgWhite .bg img{
		height: auto!important;
	}

}


/* .BgWhite .t_txtWap{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 1024px){
  .BgWhite .t_txtWap{
    position: static;
    transform: none;
  }
} */
.BgWhite .bg:before{
	background-color: rgba(255, 255, 255,  0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	z-index: 1;
}
.BgWhite .t_txtWap .title{
	text-align: center;
	margin-bottom: 50px;
}
.BgWhite .t_txtWap .title span{
	color: #5c261c;
	padding-bottom: 5px;
	border-bottom: 2px solid #5c261c;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c";
}
@media only screen and (max-width: 1024px){
	.BgWhite .t_txtWap .title{
		margin-bottom: 30px;
	}
	.BgWhite .t_txtWap .title span{
		line-height: 2.5rem;
    padding-bottom: 2px;
	}


	
}



.BgWhite .t_txtWap .comment{
	color:#45b035;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}
/*共通ここまで*/

/*****************************
スマホ用メニューボタン
*****************************/
.hamburger{
  display: none;
}
@media only screen and (max-width: 1024px){
  .hamburger{
    display: block !important;
  }
}
.hamburger {
    position: fixed;
    width: 42px;
    height: 42px;
    top: 12px;
    right: 0;
    cursor: pointer;
    z-index: 9999;
    /* opacity: 0.8;
    background-color: #fff; */
}

    .hamburger span.n {
        display: block;
        background: #666;
        height: 2px;
        width: 28px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 7px;
        margin-top: -1px;
        position: absolute;
    }

    .hamburger span.n:before {
        display: block;
        content: "";
        background: #666;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .hamburger span.n:after {
        display: block;
        content: "";
        background: #666;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .gnav.action .hamburger {
        left: auto;
        right: 0;
    }

    .gnav.action .hamburger span.n {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }

    .gnav.action .hamburger span.n:after,
    .gnav.action .hamburger span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    .gnav .accordion-body {
        position: fixed;
        top: 0;
        right: -40%;
        width: 40%;
        height: 100vh;
        padding: 2rem 0;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        border: none;
        background: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;
    }

    .gnav.action .accordion-body {
        top: 0;
        right: 0;
        z-index: 250;
    }
    [data-element-id] .gnav.action .accordion-body {
        top: 0;
        right: 0;
        z-index: 250;
    }
    .gnav li {
        display: block !important;
        width: 100%;
        padding: 0 !important;
    }

    .gnav li:hover:before {
        display: none;
    }

    .gnav ul li a,
    .gnav ul li span {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 15px;
        border: none !important;
    }

    body.overlay {
        height: 100%;
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 150;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
[data-element-id] .gnav .accordion-body{
	position: inherit;
	width: 100%;
	height: 100%;
	right: 0;
}
[data-element-id] .gnav li {
    width: auto;
}
[data-element-id] nav>.accordion-body>ul>li{
	min-width: auto;
}
[data-element-id].overlay:after{
  width: 0;
  height: 0;
}
    /* ##### nav ##### */
    nav {
        width: 100%;
        /* background-color: #d4e2af; */
        /* padding: 2rem 0; */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10;
    }

    nav.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

    nav.fixed[data-element-id] {
        position: static;
    }

    nav>.accordion-body>ul {
        width: 1000px;
        max-width: 100%;
        margin: auto;
    }

    nav>.accordion-body>ul>li {
        position: relative;
        /* min-width: 16rem; */
				min-width: 100%;
    }

    nav>.accordion-body>ul>li a,
    nav>.accordion-body>ul>li span {
        width: 100%;
        height: 100%;
        display: block;
        border: 3px dotted #ccc;
        background-color: #fff;
        padding: 1rem 1.5rem 0.5rem 1.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        line-height: 200%;
        position: relative;
        z-index: 1;
    }

    nav>.accordion-body>ul>li a:hover {
        opacity: 1;
    }

    nav>.accordion-body>ul>li a:before,
    nav>.accordion-body>ul>li span:before {
/*         content: "\f06c";
font-family: FontAwesome;
color: #d4e2af;
 */        display: inline-block;
        font-size: 46px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        z-index: -1;
        opacity: 0;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        visibility: hidden;
    }

    nav>.accordion-body>ul>li a:hover:before,
    nav>.accordion-body>ul>li span:hover:before {
        opacity: 0.6;
        visibility: visible;
    }

    nav>.accordion-body>ul>li:last-of-type a {
        line-height: 120%;
    }

    /* .dropmenu {
        *zoom: 1;
    }
    
    .dropmenu .dropdown ul {
        width: 100%;
        position: absolute;
        z-index: 9999;
        top: 100%;
        left: 0;
    }
    
    .dropmenu .dropdown ul li {
        width: 100%;
    }
    
    #dropmenu .dropdown ul li {
        padding: 0;
        overflow: hidden;
        height: 0;
        -webkit-transition: .2s;
        transition: .2s;
    }
    
    #dropmenu .dropdown ul li a {
        display: block;
        height: 100%;
        border-bottom: none;
    }
    
    #dropmenu .dropdown ul li:first-of-type a {
        border-top: none;
    }
    
    #dropmenu .dropdown ul li:last-of-type a {
        border-bottom: 3px dotted #ccc;
    }
    
    #dropmenu .dropdown:hover ul li {
        overflow: visible;
        height: 5.4rem;
    }
    
    #dropmenu .dropdown[data-element-id] ul li {
        overflow: visible;
        height: 5.4rem;
    } */

    @media (max-width: 1024px) {
        nav {
            height: 0;
            padding: 0;
        }

        nav>.accordion-body>ul {
            height: 100%;
            display: block;
            overflow-y: scroll;
            position: relative;
        }

        nav>.accordion-body>ul>li {
            /* min-width: auto; */
            border-bottom: 1px dotted #45b035;
						border-left: none;
        }

        nav>.accordion-body>ul>li:last-of-type {
            /* border-bottom: none; */
                margin-bottom: 100px;
        }

        nav>.accordion-body>ul>li a,
        nav>.accordion-body>ul>li span {
            height: auto;
            padding: 0.5rem 1rem;
            text-align: left;
            font-size: 14px;
            line-height: 150%;
        }

        nav>.accordion-body>ul>li a:hover:before,
        nav>.accordion-body>ul>li span:hover:before {
            display: none;
        }

        nav>.accordion-body>ul>.dropdown a {
            position: relative;
        }

        nav>.accordion-body>ul>.dropdown>span:after {
            content: "\f078";
            font-family: FontAwesome;
            display: inline-block;
            margin: 0 3rem;
            -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
        }

        nav>.accordion-body>ul>.dropdown>span.action:after {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg)
        }

        .dropmenu .dropdown ul {
            position: static;
        }

        #dropmenu .dropdown ul li {
            height: auto;
        }

        #dropmenu .dropdown ul li a {
            padding-left: 5rem;
        }

        #dropmenu .dropdown ul li a:before,
        #dropmenu .dropdown ul li a:hover:before {
            content: "\f105";
            font-family: FontAwesome;
            display: inline-block;
            margin-right: 1rem;
            font-size: inherit;
            color: inherit;
            position: static;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
            z-index: 1;
            visibility: visible;
        }

        nav>.accordion-body>ul>li:last-of-type a {
            line-height: 240%;
        }
    }

    @media (max-width: 599px) {
        .gnav .accordion-body {
            right: -60%;
            width: 60%;
        }
    }

    /* ##### nav end ##### */
/*****************************
header
*****************************/
header .information {
  padding: 20px 0 10px;
}

.information .inner{
	padding: 10px 0!important;
}
@media only screen and (max-width: 599px){
	.information .LogoWrap .copy{
		text-align: center;
	}
}

.information .LogoWrap p{
	width: 100%;
	font-size: 12px;
	font-weight: normal;
}
.information .LogoWrap a{
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 1024px){
	.information .LogoWrap p{
		text-align: center;
	}
	.information .LogoWrap .txt{
	  padding-right: 20%;
	  text-align: left;
	  line-height: 150%;
	}
  header .information .sns{
      display: none;
  }
	header .information .LogoWrap .txt span{
	  display: none;
	}  
}
@media only screen and (max-width: 599px){
	.information{
		padding: 10px 0; 
	}
	header .information .LogoWrap{
		margin-bottom: 0;
	}

 header .information .AddWrap .add{
   display: none;
 }


}


.TimeWrap{
	width: 360px;
}

.information .AddWrap{
	width: 230px;
}
@media only screen and (max-width: 1024px){
	header .information .AddWrap{
    margin: 0; 
 }

 header .information .AddWrap img{
   width: 20px;
   
 }
}

.tel a{
	font-family: "M PLUS Rounded 1c";
	color: #45b035;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	position: relative;
    z-index: 10;
}
@media only screen and (max-width: 1024px){
.tel a{
	font-size: 20px;
}
}


.information .AddWrap .add{
	text-align: center;
	margin: 5px 0;
	z-index: 10;

}
.information .AddWrap .station{
	color: #45b035;
	margin-bottom: 5px;
	text-align: center;
	z-index: 10;
}
.information .AddWrap .sns a{
	margin: 0 5px;
	position: relative;
    z-index: 10;
}
@media only screen and (max-width: 1024px){
	.information .LogoWrap, .information .AddWrap{
		width: 46%;
		margin: 0 2% 6% 2%;
	}
	.TimeWrap{
		margin-bottom: 6%;
	}
	header .TimeWrap{
	  display: none;
	}

}
@media only screen and (max-width: 599px){
	.information .LogoWrap, .information .AddWrap{
		width: 96%;
	}
	.information .LogoWrap .logo{
		text-align: center;
	}
	header .information .LogoWrap .logo img{
	  width: 70%;
	}
  header .information .LogoWrap .logo{
    margin: 0;
  }
}

/*****************************
header(ヘッダーナビ部分)
*****************************/
.pc-nav{
	border-top: 1px solid #8b8b8b;
}

.dropmenu {
  *zoom: 1;
}

.dropmenu .dropdown {
  position: relative;
}

.dropmenu .dropdown ul {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 0;
}

.dropmenu .dropdown[data-element-id] ul {
    top: 730%;
}

#dropmenu .dropdown ul li {
  border-left: none;
  overflow: hidden;
   width: 100%;
   max-width: 100%;
  height: 0;
  -webkit-transition-property: all;
  -webkit-transition: 0.3s linear;
  transition-property: all;
  transition: 0.3s linear;
}

#dropmenu .dropdown ul li:first-of-type {
  margin-top: 1rem;
}

#dropmenu .dropdown ul li:last-of-type {
  border-bottom: none;
  border-right: none;
}

#dropmenu .dropdown ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#dropmenu .dropdown ul li a:hover {
  opacity: 1;
  background-color: #dcdcdc;
}

#dropmenu[data-element-id] .dropdown ul li {
    height: 56px;
}

#dropmenu .dropdown:hover ul li {
  overflow: visible;
  height: 56px;
}

/* ##### nav ##### */
nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

nav {
    z-index: 9999;
		background-color: #ffffff;
}
@media only screen and (max-width: 1024px){
	.pc-nav{
		display: none;
	}
}
nav[data-element-id] {
  position: relative;
}

nav ul {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul li {
	border-left: 1px dotted #545657;
	width: 250px;
	max-width: 25%;
	text-align: center;
}
nav.pc-nav ul li:last-child{
	border-right: 1px dotted #5c261c;
}
nav ul li a {
  letter-spacing: normal;
	/* border-bottom: 1px solid #fff; */
	color: #5c261c;
	font-weight: bold;
	display: block;
	font-size: 16px;
}

/* nav ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid #5c261c;
} */
nav ul li span{
	display: block;
	color: #45b035;
	font-size: 12px;
}



/*****************************
footer
*****************************/
footer{
	margin-top: 100px;
	position: relative;
}
@media only screen and (max-width: 599px){
footer{
	margin-top: 50px;
}

}

footer .pagetop {
    position: absolute;
    top: -23px;
    right: 0;
    z-index: 100;
}
@media only screen and (max-width: 1024px){
	footer .flexb.inner li{
		text-align: center;
	}
}

/*****************************
トップページ
*****************************/
.top h2, .top h3{
	font-weight: bold;
}

/* つじ接骨院について */
.top .home-about{
	text-align: center;
}

.top .home-about p{
	text-align: center;
}
.top .home-about .text{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5rem;
}
.top .home-about.inner{
	padding-bottom: 20px;
}
.top .home-list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.top .home-list li{
	width: 16.6%;
}

/*お知らせ・スタッフブログ*/
.top .home-newsblog dl{
	border-bottom: 1px dotted #545657;
	padding: 10px 5px;
}
.top .home-newsblog dl:first-of-type{
	border-top: 1px dotted #545657;
}
.top .home-newsblog dt{
	width: 20%;
}
.top .home-newsblog dd{
	width: 80%;
	z-index: 10;
}
@media only screen and (max-width: 1024px){
	.top .home-newsblog dt, .top .home-newsblog dd{
		width: 100%;
	}
}

.top .home-newsblog.gr221{
	margin-bottom: 0;
}
@media only screen and (max-width: 599px){
	.top .home-newsblog.gr221{
		margin-bottom: 50px;
	}
	
}

/* カレンダー */
.CalendarWrap h3{
	margin-bottom: 0;
}


/*スポーツ障害・交通事故治療*/
.top .home-bnr li{
	width: 50%;
	/* height: 240px; */
	position: relative;
}
.top .home-bnr .pic img{
	height: 215px!important;
    object-fit: cover;
}
@media only screen and (max-width: 599px){
  .top .home-bnr .pic img{
  	height: 150px!important;
  }
	.top .home-bnr .pic{
		width: 100%;
	}
}

/* .top .home-bnr li img{
	height: 240px!important;
	object-fit: cover;
} */
.top .home-bnr li a{
	color: #fff;
}
.top .home-bnr a:hover{
	opacity: 0.8;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
}

.top .home-bnr .bnr1{
	position: absolute;
	top:0;
	right:-1px;
}
.top .home-bnr .bnr1 .BgImages,
.top .home-bnr .bnr2 .BgImages{
	opacity: 0.9;
	height: 215px!important;
    object-fit: cover;
}
@media only screen and (max-width: 599px){
.top .home-bnr .bnr1 .BgImages,
.top .home-bnr .bnr2 .BgImages{
	height: 150px!important;
}
}

.top .home-bnr .bnr1 + .title {
    position: absolute;
    top: 50%;
    right: 3%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 599px){
    .top .home-bnr .bnr1 + .title{
    	font-size: 14px;
    }
}
.top .home-bnr .bnr1 .LinkArrow{
    position: absolute;
    top: 75%;
    right: 10%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.top .home-bnr .bnr2{
	position: absolute;
	top:0;
	left:0;
}

.top .home-bnr .bnr2 + .title {
    position: absolute;
    top: 50%;
    left: 3%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 599px){
    .top .home-bnr .bnr2 + .title{
    	font-size: 14px;
    }
}

@media only screen and (max-width: 1024px){
	.top .home-bnr li{
		width: 100%;
	}
	
}



/* 
.slantingG {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 65%;
    width: 50%;
    background-color: rgba( 69,176,53, 0.8 );
    margin: 0 auto;
    text-align: center;
    transform: skewX(-30deg);
	overflow: hidden;
}
.slantingB {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65%;
    width: 50%;
    background-color: rgba( 92,38,28, 0.8 );
    margin: 0 auto;
    text-align: center;
    transform: skewX(-30deg);
	overflow: hidden;
}


.slantingB:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/import/tenant_1/160.16.134.133/html/images/common/pattern.png) repeat;
    z-index: 5;
    opacity: 0.08;
}

.slantingG span{
	position: absolute;
	transform: skewX(30deg)!important;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-weight: bold;
	font-size: 16px;
}
.slantingB span{
	position: absolute;
	transform: skewX(30deg)!important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-weight: bold;
	font-size: 16px;
} */
/* 三角形(右下) */
/* .triangle-bottomright {
 width: 0!important;
height: 0!important;
border-left: 50px solid transparent;
border-bottom: 50px solid #81C7D4;
}  */

/* .trapezoid {
	position: absolute;
	top: 50%;
	right: 50%;

    border-bottom: 50px solid #81C7D4;
    border-left: 25px solid transparent;
    height: 0;
    width: 50px;
} */
/* .top .home-bnr li a{
	opacity: 1
} */


/* こんなお悩みありませんか？ */
.home-trouble{
	padding-bottom: 0;
}
.home-trouble li{
	margin-bottom: 0;

}
.home-trouble .LinkWrap{
	margin: 30px auto;
	position: relative;
	text-align: center;
}

.home-trouble .LinkWrap a.linktxt p{
	color: #45b035;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	display: block;
	position: relative;
}
/* 吹き出し部分 */
.balloon-right-btm {
	position: relative;
	display: inline-block;
	padding: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #45b035;
	border-radius: 50%;
	box-sizing: border-box;
}
@media only screen and (max-width: 1024px){
	.balloon-right-btm {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}	
}

.balloon-right-btm:before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -10px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-left: 15px solid #45b035;
    z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.home-trouble .LinkWrap .posi{
	position:absolute;
	top:-25px;
	left: 30px;
}
@media only screen and (max-width: 1024px){
	.home-trouble .LinkWrap .posi{
		left: -10px;
		}
}
@media only screen and (max-width: 599px){
	.home-trouble .LinkWrap .posi{
  	top:-30px;
		left: -12px;
		}
}


/* 流れ・料金メニューについて */
.home-flowmenu .CircleWrap:nth-of-type(odd){
	text-align: left;
}
.home-flowmenu .CircleWrap:nth-of-type(even){
	text-align: right;
}

@media only screen and (max-width: 1024px){
	.home-flowmenu .CircleWrap .CircleBg{
		width: 300px;
	}
	/* .home-flowmenu .CircleWrap:nth-of-type(odd),
	.home-flowmenu .CircleWrap:nth-of-type(even){
		text-align: center;
	} */
}

@media only screen and (max-width: 599px){
	.home-flowmenu .CircleWrap .CircleBg{
		width: 220px;
	}
}


.home-flowmenu .circle{
	position: relative;
}


/* 

.home-flowmenu .circleY{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #f1e533;
	width: 300px;
	height: 300px;
	overflow: inherit;
}
@media only screen and (max-width: 1024px){
	.home-flowmenu .circleY{
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 599px){
	.home-flowmenu .circleY{
		width: 200px;
		height: 200px;
	}
}
.home-flowmenu .CircleWrap:last-of-type .circleY{
	margin-left: auto;
}

.CircleWrap a{
	display: block;
	padding-top: 100%;
	position: relative;
    z-index: 10;
} */
.CircleWrap .textL{
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #45b035;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5rem;
}
.CircleWrap .textR{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #45b035;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5rem;
}
@media only screen and (max-width: 1024px){
	.CircleWrap .textL{
    top: 45%;
		left: 50%;
	}
.CircleWrap .textR{
    top: 45%;
		left: 50%;
		width: 100%
}
}



.CircleWrap .title{
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #45b035;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	font-style:oblique; 
}

.home-flowmenu .PhotoL{
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	position: absolute;
    top: 15%;
    right: -20%;
	z-index: 10;
}
.home-flowmenu .PhotoR{
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	position: absolute;
	top:15%;
	left: -20%;
	z-index: 10;
}
@media only screen and (max-width: 1024px){
	.home-flowmenu .PhotoL{
		width: 150px;
		height: 150px;
		top: 0;
		right: -20%;
	}
	.home-flowmenu .PhotoR{
		width: 150px;
		height: 150px;
		top:0;
		left: -20%;
	}
}
@media only screen and (max-width: 599px){
	.home-flowmenu .PhotoL, .home-flowmenu .PhotoR{
		width: 100px;
		height: 100px;
	}
	.home-flowmenu .PhotoL{
		right: -30%;
	}
	.home-flowmenu .PhotoR{
		left: -30%;
	}

}


/* @media only screen and (max-width: 599px){
	.home-flowmenu .PhotoL{
		top:-20%;
		right: -10%;
	}
	.home-flowmenu .PhotoR{
		width: 150px;
		height: 150px;
		top:-20%;
		left: -10%;
	}
} */


/*アクセス*/
.home-access{
	padding-bottom:50px; 
}



/*****************************
院長紹介
*****************************/
/* 院長紹介 */
.docter .greeting .TxtWrap{
	width: 66%;
}
@media only screen and (max-width: 1024px){
	.docter .greeting .TxtWrap{
		width: 96%;
	}
	}
.docter .greeting .PhotoWrap{
	width: 22%;
	position: relative;
}
@media only screen and (max-width: 1024px){
	.docter .greeting .PhotoWrap{
		width: 96%;
		text-align: center;
	}	
}

.docter .greeting .PhotoWrap .photo{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top:-15px;
	right:15px;
}
@media only screen and (max-width: 1024px){
	.docter .greeting .PhotoWrap .photo{
		width: 290px;
		position: absolute;
		top: 38%;
		left: 48%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.docter .greeting .PhotoWrap .bg{
		text-align: center;
	}
	
}

.docter .greeting .PhotoWrap .name{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	margin-top: 20px;
}

/* 院長経歴 */
.docter .career {
	position: relative;
	margin-bottom: 100px;
}
.docter .career .bgimg img{
	height: 500px!important;
	object-fit: cover;
}
@media only screen and (max-width: 1024px){
	.docter .career .bgimg img{
		height: 300px!important;
	}
}
@media only screen and (max-width: 599px){
	.docter .career .bgimg img{
		height: auto!important;
	}
}

.docter .career .CareerList{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 800px;
	height: 450px;
	margin: auto;
	background-color: #fff;
	background: rgba(255,255,255, 0.8);
	padding: 40px;
}
.docter .career .CareerList .title{
	text-align: center;
	font-size: 24px;
}
.docter .career ul{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.docter .career li{
	clear:left;
}
.docter .career li p:first-child{
	float: left;
	width: 20%;
}
.docter .career li p:last-child{
	float: left;
	text-align: left;
	width: 80%;
}


@media only screen and (max-width: 1024px){

	.docter .career .CareerList .title{
		color: #5c261c;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	.docter .career .CareerList {
		position:inherit;
		width: 100%;
		padding: 0;
		height: auto;
    	margin-bottom: 20px;
	}
	.docter .career ul {
		width: 90%;
	}
}
@media only screen and (max-width: 599px){
.docter .career li p:first-child{
	width: 100%;
}
.docter .career li p:last-child{
	width: 95%;
	margin-left: 5%;
}

}

/* 資格・ライセンス紹介 */
.docter .LicenseList{
	margin-bottom: 80px;
}
.docter .LicenseList .TxtWrap{
	width: 65%;
}
@media only screen and (max-width: 1024px){
	.docter .LicenseList .TxtWrap{
		width:96%; 
		margin-bottom: 2%;
	}
}
.docter .LicenseList .TxtWrap .title{
    color: #5c261c;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1024px){
	.docter .LicenseList .TxtWrap .title{
		text-align: center;
	}
}
.docter .LicenseList .photo{
	width: 25%;
	position: relative;
}
.docter .LicenseList .photo.normal img{
  width: auto!important;
}
@media only screen and (max-width: 1024px){
	.docter .LicenseList .photo{
		width:96%; 
	}
}
.docter .LicenseList .photo img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media only screen and (max-width: 1024px){
	.docter .LicenseList .photo img{
		position: static;
		transform:none;
		width: 50%;
	}
}
.docter .LicenseList .vertical img{
	width: 70%;
}
@media only screen and (max-width: 1024px){
	.docter .LicenseList .vertical img{
		width: 30%;
	}
}
@media only screen and (max-width: 599px){
	.docter .LicenseList .vertical img{
		width: 50%;
	}
}
.docter main a{
	color: #0000ff;
}



/*****************************
交通アクセス
*****************************/
.access dl{
	margin-bottom: 50px;
}

.access dt{
	color: #5c261c;
	margin-bottom: 5px;
	font-weight: bold;

}
.access dd{
	margin-bottom: 20px;
}


/*****************************
料金・メニュー
*****************************/

.menu .price{
	color: #5c261c;
	font-family: "M PLUS Rounded 1c";
	margin-bottom: 50px;
}

.menu .photo img{
	width: 100%;
	height: 400px!important;
	object-fit: cover;
}
.menu01box {
        padding: 40px;
    border: 3px dotted #44b035;
    max-width: 900px;
    margin: 0 auto 50px;
}
.menu01box h2 span{
  display: inline-block;
  font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.menu01list{
  max-width: 800px;
  margin: 0 auto;
}
.menu01list li{
  font-weight:bold;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.menu01list li:before{
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
.menu02box{
  padding: 40px;
    border: 3px dotted #44b035;
    margin: 50px auto 50px;
}
.menu02box h2 span{
  display: inline-block;
  font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.menu02box dt{
  font-weight:bold;
  padding-left: 1em;
}
.menu02list li{
  font-weight:bold;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.menu02list li:before{
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
.menu03box dl{
  padding: 20px;
  border: 3px dotted #44b035;
}
.menu03box dt{
  font-weight:bold;
}
.menu03box li{
  font-weight:bold;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.menu03box li:before{
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
.menu03box .att{
  padding-left: 1em;
  padding-top: 0.5em;
}
.menu04area > li:nth-of-type(even) .menu04item{
  -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
}
.menu04box h2 span{
  display: inline-block;
  font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: bold;
}
.menu04box#menu01,
.menu04box#menu02,
.menu04box#menu04 {
  margin-top:-100px;
  padding-top:100px;
}
.menu04item .tbox{
  border: 2px solid #eee;
  padding: 20px;
}
.menu04item .tbox dt{
  margin-bottom: 1em;
}
.menu04item .tbox *{
      color: #5c261c;
}
.menu04item .tbox li{
  font-weight:bold;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.menu04item .tbox li:before{
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
.menu04list{
  padding: 20px;
    border: 3px dotted #44b035;
        border-radius: 5px;
}
.menu04list *{
      color: #5c261c;
}
.menu04list dt{
  font-weight: 700;
}
.menu04list li dl{
  margin-bottom: 40px;
}
.menu04list li span{
  display: inline-block;
  font-weight: 500;
}
.menu04list li span:first-of-type{
  margin-right: 2em;
}
.menu04list .tbox{
  max-width: 400px;
  margin: 0 auto;
}
.menu05item .tit{
  position: relative;
  padding-left: 40px;
      margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  color: #ff5800;
  font-weight: 600;
}
.menu05item .tit:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ff5800;
  content: "";
}
.menu05item .tit:after{
      position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: #5c261c;
    content: "";
}
.menu05item .or{
  color: #ff5800 !important;
}
.menu05item .tbox dl{
  margin: 20px 0;
}
.menu05item .tbox dt{
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #614968;
}
.menu05item .tbox li{
      font-weight: bold;
    padding-left: 1em;
    position: relative;
    margin-bottom: 0.5em;
}
.menu05item .tbox li:before{
      content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
}
.menu05item .clearfix .pic{
  float: right;
  width: 30%;
  margin: 4% 0 4% 4%;
}
@media only screen and (max-width: 1024px){
	.menu .photo img{
		height: 300px!important;
	}	
	.menu01box,.menu02box{
	  padding: 30px;
	}
}
@media only screen and (max-width: 599px){
	.menu .photo img{
		height: 200px!important;
	}
	.menu01box,.menu02box{
	  padding: 20px;
	}
	.menu05item .clearfix .pic {
    float: none;
    width: 80%;
    margin: 2% auto;
}
}



/*****************************
院内の様子
*****************************/
.introduction .PhotoWrap .BgG{
	background-color:#45b035;
}
.introduction .PhotoWrap .BgY{
	background-color:#f1e533;
}
.introduction .PhotoWrap .BgB{
	background-color:#5c261c;
}
.introduction .PhotoWrap .TxtWrap{
	padding: 50px 20px;
}
.introduction .PhotoWrap .TxtWrap p,
.introduction .PhotoWrap .TxtWrap a	{
	color:#fff;

}
.introduction .PhotoWrap .TxtWrap.BgY p{
	color:#45b035;
}
.introduction .PhotoWrap .TxtWrap .title{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
.introduction .PhotoWrap .pic img{
	height: 100%!important;
}
@media only screen and (max-width: 599px){
	.introduction .PhotoWrap .TxtWrap{
	}
	.introduction .PhotoWrap .TxtWrap {
		width: 80%;
		margin: 0 auto;
		padding: 20px 20px;
	}
	.introduction .PhotoWrap .pic img{
		height: auto!important;
	}
	
}



/*****************************
ブログ・お知らせ一覧
*****************************/
/*メインエリア(投稿記事)*/
.blognews .postlist{
	margin-bottom:100px;
}
.blognews .postlist ul{
	border-bottom: 1px solid #bfbfbf;
	margin-bottom:20px;
	padding-bottom: 20px;
}
.blognews .postlist ul li:first-child{
	width: 65%;
	font-size: 15px;
}
.blognews .postlist ul li:last-child{
	width: 30%;
}
@media only screen and (max-width: 599px){
	.blognews .postlist ul li{
		width: 100%!important;
	}
	.blognews .title {
		margin-bottom: 20px;
	}
}

.blognews .LineGY{
	color: #45b035;
	padding: 10px 15px;
	margin-bottom: 20px;
}

.blognews .tag{
	margin-right: 100px;
}
@media only screen and (max-width: 1024px){
  .blognews .tag{
    width: 100%;
    display: block;
  }
}

.blognews .tag:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(/import/tenant_1/160.16.134.133/html/images/common/icon_tag.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 15px;
}
  .blognews .day:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(/import/tenant_1/160.16.134.133/html/images/common/icon_calendar.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 15px;
  }

  .blognews .title{
	color: #5c261c;
  	font-family: "M PLUS Rounded 1c";
  }
  .blognews .postlist .pic{
	float: right;
	width: 30%;
/*   border: 1px solid #ccc;
 */
  }


/* カテゴリ・アーカイブ */
.blognews .LinkList .catwrap{
	width: 30%;
}
.blognews .LinkList .catwrap dd{
	width: 100%;
	border:1px solid #45b035;
	margin-bottom: 10px;
}
.blognews .LinkList .catwrap dd a{
	padding: 10px;
	display: block;
}

.blognews .LinkList .arcwrap{
	width: 65%;
}
.blognews .LinkList .arcwrap .daylist{
	/* flex-flow: row nowrap;
	flex-flow: column wrap;
	flex-flow: column-reverse wrap-reverse; */
	height: 280px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.blognews .LinkList .arcwrap .daylist[data-element-id]{
	height: 660px;
}
.blognews .LinkList .arcwrap dd{
	width: 30%;
	border:1px solid #45b035;
	margin-bottom: 10px;
}
.blognews .LinkList .arcwrap dd a{
	padding: 10px;
	display: block;
}

@media only screen and (max-width: 599px){
	.blognews .LinkList .catwrap {
		width: 100%;
		margin-bottom: 50px;
	}
	.blognews .LinkList .arcwrap {
		width: 100%;
	}
	.blognews .LinkList .arcwrap .daylist{
		height: 390px;

		/* display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between; */
		/* flex-direction: inherit; */
	}	
	.blognews .LinkList .arcwrap dd{
		width: 49%;
	}
	.blognews .LinkList.inner{
	  padding:0;
	}

}
.blognews .LinkList .tag{
  margin-right: 0;
}

/*****************************
ブログ・お知らせ詳細
*****************************/
.blognews h3{
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.RecoTitle{
  margin-bottom: 20px;
}
.RecoTitle p{
	font-size: 20px;
	color: #5c271c;
	line-height: 40px;
	z-index:-2;
	margin-bottom: 30px;
}

.RecoMidashi{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 25px 0 0px;
	border-color: #5c271c transparent transparent transparent;
}
/*****************************
治療の流れ
*****************************/
.flow .hoken{
	margin-bottom: 20px;
}
@media only screen and (max-width: 599px){
.flow .hoken{
  margin-left: 2%;
}
}

.flow .hoken li{
	color: #45b035;
	list-style: disc;
	margin-left: 2%;
	font-family: "M PLUS Rounded 1c";
}

.flow  .yoshin {
	text-align: center;
}
.flow  .yoshin img{
	height: 250px!important;
}
.flow .pconly{
	display: inline;
}
.flow .sponly{
	display: none;
}
@media only screen and (max-width: 1024px){
	.flow .pconly{
		display: none;
	}
	.flow .sponly{
		display: inline;
	}
}



/* 治療の流れ */
.flow .StepWrap {
	position: relative;
	background: rgba(69, 176, 53, 0.2);
}
.flow .StepWrap:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: url(/import/tenant_1/160.16.134.133/html/images/flow/bg_all.png) top center no-repeat;
    background-size: cover;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}
/*****************************
交通事故治療
*****************************/
/*リスト（ブラウン）*/
.accident .ListB{
	border:1px solid #d2ded0;
	padding: 20px;
	width: 100%;
}


.accident .ListG{
	margin-left: 10px;
}
.accident .ListG li{
	padding-bottom: 20px;

}

.accident .FrameG{
	border:1px solid #45b035;
	padding: 10px;
	text-align: center;
	width: 80%;
	margin-bottom: 30px;
}
.BgWhite.acci .t_txtWap {
    position: static;
    -webkit-transform: none;
            -ms-transform: none;
                transform: none;
}
@media only screen and (max-width: 1024px){
	.accident .FrameG{
		width: 100%;
	}
}

.accident h3{
	font-weight: normal;
}





/*****************************
スポーツ障害
*****************************/
.sports .comment{
	margin-bottom: 20px;
}
.sports .comment span{
	border-bottom: 1px solid #5ea25a;
}
.sports .training{
	margin-bottom: 50px;
}
.sports #LinkChild{
  padding-top: 80px;
  margin-top: -80px;
}
.sports .training.BgWhite .bg img{
    height: 350px!important;
/*     height: 660px!important;
 */    object-fit: cover;
}
@media only screen and (max-width: 1024px){
.sports .training.BgWhite .bg img{
    height: 250px!important;
}
}
@media only screen and (max-width: 599px){
.sports .training.BgWhite .bg img{
    height: auto!important;
}
}

.sports .training .TxtWrap p{
	margin-bottom: 30px;
}

/* 治療について */
.treatwrap {
	margin-bottom: 80px;
}
@media only screen and (max-width: 1024px){
	.treatwrap {
		margin-bottom: 30px;
	}
	.treatwrap .column{
	  margin-bottom: 0;
	}
}

@media only screen and (max-width: 599px){

  .treatwrap .ListB{
    margin-top: 20px;
    margin-left: 2%;
  }
  .treatwrap .gr211.mt50{
    margin-top: 0;
  }
}

.treatwrap .LineBGr{
	font-weight: bold;
	color: #5c261c;
	font-family: "M PLUS Rounded 1c";
	margin-bottom: 30px;
}
@media only screen and (max-width: 1024px){
	.treatwrap .w60{
		width: 100%;
	}
	.treatwrap .w35{
		margin: 0 auto;
	}
}
.treatwrap .title{
	text-align: center;
	margin-bottom: 80px;
}
@media only screen and (max-width: 599px){
.treatwrap .title{
	margin-bottom: 30px;
}
}

.treatwrap .title span {
    color: #5c261c;
    padding-bottom: 5px;
    border-bottom: 2px solid #5c261c;
    font-weight: bold;
	font-family: "M PLUS Rounded 1c";
}
@media only screen and (max-width: 599px){
.treatwrap .title span {
    padding-bottom: 2px;
}
}

.treatwrap .comment{
	text-align: center;
    color: #7f5130;
	font-family: "M PLUS Rounded 1c";
    font-weight: bold;
}

.treatwrap .photo{
	text-align: center;
}
.treatwrap .photo img{
	height: 80%!important
}

/*** 症状(画像×緑) ***/
.symptom .title{
	margin-bottom: 50px;
	font-family: "M PLUS Rounded 1c";
	color: #5c261c;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 599px){
	.symptom .title{
		margin-bottom: 30px;
	}	
}

.symptom li{
	position: relative;
}
.symptom li .text{
/*   position: absolute;
bottom:0;
left: 0; */
	background-color: rgba(94, 162, 90,  0.9);
	color:#fff;
	width: 100%;
	padding: 15px;
}
@media only screen and (max-width: 599px){
	.symptom li .text{
  width: 80%;
  left: 10%;
  padding: 10px;
  }
}

.symptom li .text p{
	color:#fff;
}
.symptom li .text .part{
	width: 50%;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
@media only screen and (max-width: 599px){
.symptom li .text .part{
	width: 100%;
}
}

/*** 緑100％背景下付き ***/
.BottomLine{
	margin-bottom: 100px;
}
.BottomLine .column:last-child{
	margin-top: 0;
	padding:0;
}

.BottomLine .inner{
	z-index: 10;
	position: relative;
}
.BottomLine .title.LineGY{
	padding:  5px 20px;
	font-weight: bold;
	color: #5c261c;
	font-size: 16px;
	font-family: "M PLUS Rounded 1c";
}
.BottomLine .title{
	font-weight: bold;
	color: #5c261c;
	font-size: 16px;
	font-family: "M PLUS Rounded 1c";
}

.BottomLine .txt{
	margin-left: 20px;
}
.BottomLine .column{
	position: relative;
	margin-bottom:0;
	margin-top: 50px;
}
.BottomLine .column:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 599px){
	.BottomLine .column{
		margin-top: 0;
	}
}

/* 背景緑 */
.BottomLine .BorderG{
	background:#e5ffe5;
	width: 100%;
	margin-top: -300px;
	/*	padding-bottom: 200px; */
	/* position: absolute;
	bottom:100px; */
	z-index:1;
	height: 200px;
}
@media only screen and (max-width: 1024px){
	.BottomLine .BorderG{
		/* bottom:0; */
		margin-top: -200px;
	}
}
@media only screen and (max-width: 599px){
	.BottomLine .BorderG{
		margin-top: -100px;
		height: 100px;
	}
}
/* 背景黄色 */
.BottomLine .BorderY{
	background:#fefcea;
	width: 100%;
	margin-top: -300px;
	z-index:1;
	height: 200px;
}
@media only screen and (max-width: 1024px){
	.BottomLine .BorderY{
		margin-top: -200px;
	}
}
@media only screen and (max-width: 599px){
	.BottomLine .BorderY{
		margin-top: -100px;
		height: 100px;
	}
}
/* 背景色を交互に */
.BottomLine .BorderGY{
	background:#fefcea;
	width: 100%;
	margin-top: -200px;
	z-index:1;
	height: 100px;
	margin-bottom: 50px;
}
.BottomLine .BorderGY:nth-of-type(odd){
	background:#e5ffe5;
}
.BottomLine .BorderGY:nth-of-type(even){
	background:#fefcea;
}
@media only screen and (max-width: 1024px){
	.BottomLine .BorderGY{
		margin-top: -150px;
	}
	.sports .symptom li .text .name {
    height: auto!important;
}

}
@media only screen and (max-width: 599px){
	.BottomLine .BorderGY{
		margin-top: -100px;
		height: 100px;
	}
}
@media only screen and (max-width: 599px){
.sports .symptom .pic{
width: 100%;
}
	.symptom li .text{
  width: 100%;
  margin: 0 auto;
  }
  
}


/*****************************
パーソナルトレーニング
*****************************/
.personal .BgWhite .t_txtWap .title span{
	border-bottom: 2px solid #f1e533;
}
.personal .BgWhite .t_txtWap .comment{
	color: #000;
	text-align: center;
}
.personal .BottomLine .column:last-child{
	margin-top: 0;
	padding:0;
}
/* 背景黄色 */
.BottomLine .BorderY{
	background:#fefcea;
	width: 100%;
	margin-top: -300px;
	z-index:1;
	height: 200px;
}
@media only screen and (max-width: 1024px){
	.BottomLine .BorderY{
		margin-top: -200px;
	}
}
@media only screen and (max-width: 599px){
	.BottomLine .BorderY{
		margin-top: -100px;
		height: 100px;
	}
}

/*****************************
ヨガ
*****************************/
.yoga .bon{
	background: #daefd7;
	font-family: "M PLUS Rounded 1c";
	padding: 10px 5px;
    font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}
.yoga .bon span{
	color:#45b035;
	font-family: 'IM Fell Double Pica', serif;
	margin-right: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
.BonWrap .txt{
	margin: 25px 0 30px 15px;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}
@media only screen and (max-width: 599px){
.BonWrap .txt{
  margin: 0 0 15px 10px;
  width: 80%;
}

}

/* スケジュール */
.yoga .schedule{
	padding: 80px 0;
	margin-bottom: 100px;
}
.yoga .schedule .inner{
	z-index: 10;
}

.yoga .schedule ul{
	border-bottom: 1px solid #fff;
}
.yoga .schedule li{
	background: #daefd7;
	text-align: center;
	padding: 10px 5px;
	z-index: 10;
	width: 30%;
	border-right: 1px solid #fff;
}
@media only screen and (max-width: 1024px){
	.yoga .schedule li{
		padding: 5px;
	}
}

.yoga .schedule li:last-child{
	background:#fcfad6;
	width: 40%;
	border-right:none;
}

/* プログラム */
.yoga .program {
	margin-bottom: 50px;
}

.yoga .program .TxtWrap{
	margin-top: 100px;
}
@media only screen and (max-width: 1024px){
	.yoga .program .TxtWrap{
		margin-top: 0;
	}
	
}

.yoga .program .title{
	margin-bottom: 50px;
}
.yoga .comment{
	color:#9b7c68;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}

/* クラスの参加、など */
.yoga .detail .title{
	border-bottom: solid 2px #7f5130;    	/* 二重線の上の線になる一本線をひく */
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	color:#7f5130;
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
}
.yoga .detail .title:before {
	content: '';                /* 擬似要素に実体を持たせる */
	width: 100%;                /* 二重線の下の線になる要素の幅を指定する */
	height: 1px;                /* 線を表示させるために1pxだけ高さを入れる */
	border-bottom: solid 4px #7f5130;   /* 二重線の下の線になる一本線の枠線をひく*/
	position: absolute;         /* 二重線の下の線の位置を自由に動かせるようにする */
	left: 0px;                 	/* 二重線の下の線の位置を、内側の線の左に揃える */
	bottom: -10px;               /* 二重線の下の線の位置を、内側の線から下に-2pxずらす */
}

.yoga .detail .bg_g{
	background: #daefd7;
	padding: 50px 40px;
}
@media only screen and (max-width: 1024px){
	.yoga .detail .bg_g{
		padding: 20px;
	}
	
}


.yoga .detail .bg_y{
	background: #fcfad6;
	padding: 50px 40px;
}
.yoga .detail .bg_y p{
	text-align: center;
}
.yoga .detail .bg_b{
	background: #f2edea;
	padding: 50px 40px;
}
@media only screen and (max-width: 1024px){
	.yoga .detail .w60, .yoga .detail .w40{
		width: 96%;
		margin: 2% auto 0;
	}
}
@media only screen and (max-width: 599px){
	.yoga .detail .w40{
		width: 80%;
		margin: 0 auto;
	}
	.yoga .detail .w60{
		width: 96%;
		margin: 2% auto 0;
	}

}
.yoga .detail ul li{
	list-style-type: decimal;
	margin: 0 0 15px 15px;
}

/*****************************
姿勢改善
*****************************/
.posture .symptom li .text{
	background-color: rgba(92,38,28,0.9);
}



/*****************************
よくある質問
*****************************/
.FaqWrap .mark {
	margin-right: 10px;
}
.FaqWrap .mark span{
    display: inline-block;
    float: left;
    color: #fff;
    text-decoration: none;
    margin-right: 6px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    width: 40px;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 40px;
}

.FaqWrap dt .mark span{
    background: #5ea25a;
}
.FaqWrap dd .mark span{
    background: #f1e533;
}

.FaqWrap .q {
	width: 90%;
	margin-top: 10px;
	margin-left: 20px;
}
.FaqWrap dt {
	margin-bottom: 20px;
}

.FaqWrap dd {
    padding: 20px 20px 30px;
		background-color: #ecf7ea;
		margin-bottom: 50px;
}
.FaqWrap .a {
	width: 93%;
	margin-top: 10px;
	line-height: 1.8rem;
}
@media only screen and (max-width: 1024px){
	.FaqWrap .q {
		width: 85%;
	}
	.FaqWrap .a {
		width: 85%;
	}
}

@media only screen and (max-width: 599px){
	.FaqWrap .q {
		width: 80%;
		margin-left: 0;
	}
	.FaqWrap .a {
		width: 75%;
	}
}

.FaqWrap .a p{
	margin-bottom: 15px;
	position: relative;
}
.FaqWrap .a iframe{
	position: absolute!important;
    top: 50%;
    transform: translateY(-50%);
}
.FaqWrap .a a{
	text-decoration: underline;
}

@media only screen and (max-width: 599px){
  .FaqWrap .a p.twitter {
    margin-bottom: 30px;
  }
  .FaqWrap .a iframe {
    left: 0;
    top: 60%;
    transform: translate(0,50%);
  }
}

/*****************************
治療チャート
*****************************/
.chart .picture{
	position: relative;
}
.chart .picture .illust1{
	position: absolute;
	top:0;
	right: -100px;

}
.chart .picture .illust2{
	position: absolute;
	bottom:200px;
	left: -80px;
}

.chartdetail{
  padding: 40px;
  border: 3px solid #3d9e32;
  margin: 50px 0;
}
.chartdetaillist > li{
  margin-bottom: 20px;
}
.chartdetaillist dd li{
    padding-left: 1em;
    position: relative;
    margin-bottom: 0.5em;
}
.chartdetaillist dt{
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
.chartdetaillist dt span{
  display: inline-block;
   position: absolute;
    left: 0;
}
.chartdetaillist dd li:after{
      content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
}

.chartbox{
  margin: 50px 0;
  overflow: hidden;
}
.chartlist a{
  display: block;
  height: 100%;
}
.chartlist .bb{
  padding: 10px;
  border: 2px solid #3d9e32;
  text-align: center;
  height: 100%;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.chartlist .col1{
      width: 84%;
      border-right: 2px solid #3d9e32;
}
.chartlist .col1 li:first-of-type .flexb{
  padding-bottom: 0;
  margin-bottom: 45px;
}
.chartlist .col1 li:first-of-type .flexb:after{
      width: 3px;
    height: 50%;
    position: absolute;
    right: -2px;
    top: -2px;
    background: #fff;
    content: "";
    z-index: 1;
}
.chartlist .col1 .flexb{
  -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
              padding-bottom: 45px;
              position: relative;
}
.chartlist .col1 .tbox{
  width: 34%;
  position:relative;
}
.chartlist .col1 .Nbox{
  width: 66%;
  position: relative;
  text-align: center;
  border-bottom: 2px solid #3d9e32;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.chartlist .col1 span{
  display: inline-block;
}

.chartlist .col1 .tbox dl{
  position: relative;
}
.chartlist .col1 .tbox dd{
  position: absolute;
  top: calc(100% + 10px);
      left: calc(50% + 40px);
  -webkit-transform:translate(-50%,0);
      -ms-transform:translate(-50%,0);
          transform:translate(-50%,0);
}
.chartlist .col1 .tbox dt:after{
  position: absolute;
  content: "\f063";
  font-family:FontAwesome;
  font-size:30px;
  color: #3d9e32;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform:translate(-50%,0);
  -ms-transform:translate(-50%,0);
  transform:translate(-50%,0);
}
.chartlist .col2 .g1box{
  width: 62.666%;
}
.chartlist .col2 .g2box{
  width: 31.333%;
}
.chartlist .col2 .g1box .col3 li{
  width: 31.333%;
  padding-top: 40px;
  position:relative;
}
.chartlist .col2 .g1box .col3 li:before{
    display: block;
    content: "\f063";
    font-family: FontAwesome;
    font-size: 20px;
    color: #3d9e32;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.chartlist .col2 .g2box li{
  padding-bottom: 40px;
  position: relative;
}
.chartlist .col2 .g2box li:after{
    display: block;
    content: "\f063";
    font-family: FontAwesome;
    font-size: 20px;
    color: #3d9e32;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.chartlist .col2 .g2box li:last-of-type:after{
  display: none;
}
.chartbox .flexb{
      max-width: inherit;
    }
@media only screen and (max-width: 1024px){
	.chart .picture .illust1{
		right: 0;
	}
	.chart .picture .illust2{
		bottom:100px;
		left: -10px;
	}
	.chart .picture .illust1 img{
		width: 100px;
	}
	.chart .picture .illust2 img
	{
		width: 90px;
	}
	.chartdetail{
  padding: 30px;
}
.chartlist li .bb{
  font-size: 12px;
}
.chartlist li br{
  display: none;
}
}
@media only screen and (max-width: 599px){
	.chart .pic{
		width: 100%;
	}
	.chart .picture .illust1 img{
		width: 70px;
	}
	.chart .picture .illust2 img
	{
		width: 50px;
	}
  .chart .picture .illust2 {
      bottom: 30px;
  }
  .chartdetail{
  padding: 20px;
}
.chartbox {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
    }
    .chartbox::-webkit-scrollbar {
        height: 5px;

    }
    .chartbox::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 5px;
    }
    .chartbox::-webkit-scrollbar-track-piece {
        background: #efefef;
    }
    .chartbox .chartlist {
        width: 620px;
        margin: 0 auto;
    }
}

/*calender*/
.hcalllist{
  margin: 10px 0;
}
.hcalllist li{
  width: 31.333%;
  margin: 0 1%;
}
.hcalllist li span{
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 700;
}
.hcalllist li:nth-of-type(6n+1) span{
  color: #f3a775;
}
.hcalllist li:nth-of-type(6n+2) span{
      color: #4caf50;
}
.hcalllist li:nth-of-type(6n+3) span{
      color: #e46595;
}
.hcalllist li:nth-of-type(6n+4) span{
      color: #15346d;
}
.hcalllist li:nth-of-type(6n+5) span{
      color: #844284;
}
.hcalllist li:nth-of-type(6n+6) span{
      color: #942023;
}
.hcalllist li:nth-of-type(6n+7) span{
      color: #0000ff;
}

.hcal .uk-grid{
  margin-left: 0;
}
.hcal .uk-width-1-1{
  padding-left: 0;
}
.hcal .calendar-prev-month, .calendar-next-month,.hcal .calendar-prev-month, .calendar-next-month{
  display: none;
}

.calendar-current-month{
      font-size: 30px;
      color: #5c261c;
      letter-spacing: 2px;
      font-weight: 700;
}
.calendar-current-month:after{
	    content: "予定が都合により変更になる場合がございます。ご了承ください。";
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 160%;
    color: #48434f;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.calendar-table-week {
    border-bottom: 1px solid #fff;
}
.calendar-table-week-head .calendar-table-day {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #51565a;
    color: #fff;
}
.calendar-table-week-head .calendar-table-day:before{
  display: none;
}
.calendar-table-week .calendar-table-day:first-of-type {
    border-left: 1px solid #fff;
}
.calendar-table-week-head .calendar-table-day.sun{
  background: #942023;
  color: #fff;
}
.calendar-table-week-head .calendar-table-day.sat{
  background: #15346d;
  color: #fff;
}
.calendar-table-day {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    background: #eaece9;
    text-align: center;
    position: relative;
}
.calendar-table-day:before{
  position:absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  border-bottom: 1px dashed;
  content: "";
      width: 90%;
    z-index: 1;
}

.calendar-table-day.sat{
  color:#15346d;
}
.calendar-table-day.sun{
  color:#942023;
}
.calendar-table-day span {
    display: block;
    line-height: 200%;
}

.calendar-table-day span:after{
  font-size: 18px;
  font-weight: 700;
    text-align: center;
    margin-top: 10px;
}
/*曜日ごとの初期値*/
.calendar-table-day.mon span:after,.calendar-table-day.tue span:after,.calendar-table-day.wed span:after,.calendar-table-day.fri span:after {
    display: block;
    content: "〇";
    color: #f3a775;
}
.calendar-table-day.thu span:after{
  display: block;
    content: "※";
    color:#4caf50;
}
.calendar-table-day.sat span:after{
  display: block;
    content: "△";
    color:#15346d;
}
.calendar-table-day.sun span:after{
  display: block;
    content: "×";
    color:#942023;
}

.calendar-table-day span.calendar-c-3:after{
  content: "〇" !important;
    color: #f3a775 !important;
}
.calendar-table-day span.calendar-c-4:after{
  content: "※" !important;
    color:#4caf50 !important;
}
.calendar-table-day span.calendar-c-5:after{
  content: "☆" !important;
    color: #e46595 !important;
}
.calendar-table-day span.calendar-c-6:after{
  content: "△" !important;
    color: #15346d !important;
}
.calendar-table-day span.calendar-c-7:after{
  content: "×" !important;
    color:#942023 !important;
}

.calendar-table-day span.calendar-c-8:after{
  content: "◇" !important;
    color:#844284 !important;
}
.calendar-table-day span.calendar-c-9:after{
  content: "□" !important;
    color:#0000ff !important;
}
@media only screen and (max-width: 1024px){
  .hcalllist li{
  width: 48%;
  margin: 0 1%;
}
}
@media only screen and (max-width: 599px){
  .hcalllist li{
  width: 100%;
  margin: 0;
}
.calendar-table-day span.calendar-c-8:after{
      font-size: 12px;
}
}



  .cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}


.object-fit{
  object-fit: contain;
  font-family: 'object-fit: cover;'
}

.rightcom{
  text-align: right;
}



/*****************************

*****************************/



/*****************************

*****************************/



/*****************************

*****************************/



/*****************************

*****************************/



  /******************/


/* 2026/06/29 */

.testtop .calendar-table-day.thu span:after {
    display: block;
    content: "◎";
    color: #4caf50;
}
