@charset "utf-8";
body {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}

p {
	font-size: 16px;
	line-height: 1.6em;
}

a:hover {
	opacity: .8;
}

.marker {
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.siteHeader {
	border-bottom: none;
	box-shadow: none;
	padding: 0;
}

.header-h1-container {
	background: #f4f0db;
}

.header-h1-container h1 {
  font-size: 13px;
  color: #444;
}

.headerRight {
	float: right;
	color: #333;
	font-size: 14px;
	width: 340px;
}

.headerRight ul li {
	white-space: pre;
}

.headerRight .telHead {
	background: #76583a;
	color: #fff;
	font-size: 13px;
	line-height: 1em;
	padding: 4px;
}

.headerRight ul li span {
	color: #13643a;
	font-weight: bold;
	display: inline-block;
  min-width: 90px;
}

.headerRight ul li:first-child span:before {
	content: '';
	display: inline-block;
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/ico-time@2x.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
  margin: 0 3px 0 0;
}

.headerRight ul li:last-child span:before {
	content: '';
	display: inline-block;
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/ico-calendar@2x.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
  margin: 0 3px 0 0;
}

.nav-container,
#gMenu_outer {
	background: #13643a;
}

.gMenu_outer,
.gMenu {
	float: none;
}

.gMenu {
	display: flex;
}

.gMenu li {
	width: 20%;
	text-align: center;
}

.gMenu li a {
	color: #fff;
	font-weight: bold;
}

.gMenu>li .gMenu_name {
	font-size: 18px;
	display: inline-block;
}

.header_scrolled .gMenu>li .gMenu_name {
	padding: 20px 0;
}

.gMenu a:active,
.gMenu a:focus,
.gMenu a:hover {
	color: #fff;
	opacity: .8;
}

.header_scrolled .gMenu>li {
	border-left: none;
	width: 20%;
}

.gMenu > li:before,
.gMenu > li.menu-item-has-children::after {
	border-bottom: none;
}

.gMenu>li:first-child a strong:before {
	content: '';
	display: inline-block;
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/ico-top@2x.png) no-repeat;
	background-size: 100%;
	width: 22px;
	height: 20px;
	position: relative;
	top: 2px;
}

.gMenu>li:nth-child(2) a strong:before {
	content: '';
	display: inline-block;
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/ico-first@2x.png) no-repeat;
	background-size: 100%;
	width: 15px;
	height: 20px;
	position: relative;
	top: 3px;
  margin: 0 5px 0 0;
}

.gMenu>li:nth-child(3) a strong:before {
	content: '';
	display: inline-block;
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/ico-price@2x.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 20px;
	position: relative;
	top: 3px;
  margin: 0 5px 0 0;
}

.gMenu>li:nth-child(4) a strong:before {
	content: '';
	display: inline-block;
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/ico-faq@2x.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
  margin: 0 3px 0 0;
}

.gMenu>li:last-child a strong:before {
	content: '';
	display: inline-block;
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/ico-access@2x.png) no-repeat;
	background-size: 100%;
	width: 14px;
  height: 20px;
  position: relative;
  top: 2px;
  margin: 0 3px 0 0;
}

.header_scrolled .gMenu>li:last-child {
	border-right: none;
}

div.bg-head {
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/head-bg@2x.jpg) repeat;
	background-size: 838px;
	font-weight: bold;
	border-bottom: solid 6px #13643a;
	margin-bottom: 50px;
}

h2.bg-head {
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/head-bg@2x.jpg) repeat;
	background-size: 838px;
	font-weight: bold;
	border-left: solid 8px #13643a;
	border-top: none;
	border-bottom: none;
	font-size: 2.2em;
	font-weight: bold;
	padding-left: .5em;
}

div.bg-head .text-center {
	position: relative;
}

div.bg-head .text-center::after {
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 30px 25px;
  border-top-color: #13643a;
  position: absolute;
  bottom: -66px;
  left: 0;
  right: 0;
  margin: auto;
}

.bg-head p {
	font-size: 2em;
	line-height: 1.5em;
}

.bg-head p .color {
	color: #13643a;
	font-size: 1.3em;
}

.bg-head p .color2 {
	color: #13643a;
	font-size: 1.0em;
}

.price-table {
  border-top: solid 1px #ccc;
}

.price-table th,
.price-table td {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

.price-table td {
  color: #e56a20;
}

.taikoban {
	border-bottom: dotted 1px #ddd;
  margin-bottom: 2em;
  padding-bottom: .5em;
}

.taikoban h3 {
	border-bottom: none;
  color: #13643a;
  font-weight: bold;
  font-size: 1.5em;
}

.taikoban h3:after {
	content: none;
}

.taikoban .border-left {
	border-left: solid 8px #13643a!important;
	padding: 0 0 0 1em;
}

.taikoban .border-left small {
	font-size: 14px;
	display: block;
	line-height: 1.4em;
}

.taikoban .border-left b {
	font-size: 20px;
}

.kodawari-head {
	display: table;
	table-layout: fixed;
}

.kodawari-head div {
	display: table-cell;
	vertical-align: middle;
	width: 34px;
}

.post-name-ems .kodawari-head div,
.case .kodawari-head div {
	width: 48px;
}

.kodawari-head h3,
.kodawari-head .h3 {
	display: table-cell;
	vertical-align: middle;
}

.kodawari-head div .number {
  font-family: 'Questrial', sans-serif;
  background: #13643a;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 34px;
  font-size: 28px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-weight: bold;
}

.post-name-ems .kodawari-head div .number,
.case .kodawari-head div .number {
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 40px;
}

.kodawari-head h3,
.kodawari-head .h3 {
	color: #13643a;
  border-bottom: none;
  font-size: 1.4em;
  font-weight: bold;
}

.post-name-ems .kodawari-head h3,
.case .kodawari-head h3 {
	font-size: 1.6em;
}

.kodawari-head h3:after {
	content: none;
}

.profile-ttl {
	color: #e56a20;
  font-weight: bold;
  font-size: 2.2em;
  border: none;
}
.profile-ttl:after {
  content: none;
}

.profile-bg {
	background: #f9f6ee;
}

.profile-bg .profile-sign {
	width: 154px;
}

h3.simple-head,
.h3.simple-head {
	background: #305e31;
	color: #fff;
	font-weight: bold;
	font-size: 2.3em;
	border-radius: 5px;
	border-bottom: none;
}

h3.simple-head.small {
	font-size: 1.6em;
}

h3.simple-head:after {
	content: none;
}
h3.simple-head .number {
	font-family: 'Questrial', sans-serif;
  background: #fff;
  color: #305e31;
  text-align: center;
  display: inline-block;
  line-height: 34px;
  font-size: 28px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-weight: bold;
}

div.simple-head {
	background: #f3ecd9;
	border-radius: 5px;
	display: table;
	table-layout: fixed;
}

div.simple-head div {
	display: table-cell;
	vertical-align: middle;
	width: 34px;
}

div.simple-head div .number {
	font-family: 'Questrial', sans-serif;
  background: #fff;
  color: #305e31;
  text-align: center;
  display: block;
  line-height: 34px;
  font-size: 28px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-weight: bold;
}

div.simple-head h3 {
	color: #305e31;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: none;
}

div.simple-head h3:after {
	content: none;
}

.flow-box {
	position: relative;
}

.flow-box::after {
	content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 30px 25px;
  border-top-color: #e56a20;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

.color-grn,
a.color-grn:hover {
	color: #305e31;
}

.text-decoration {
	text-decoration: underline;
}

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

.tel {
	font-size: 1.2em;
}

.tel a {
	color: #305e31;
}

.logo2 {
	width: 328px;
	max-width: 100%;
}

.googlemap {
	height: 380px;
}

.post-name-access .googlemap {
	height: 480px;
}

.indoorview {
	height: 480px;
}

.footer_before {
	background: #f4f0db;
	color: #444;
}

.footer_before p {
	font-size: 13px;
}

.siteFooter {
	border-top: none;
	background: #fcf9f1;
}

.siteFooter .container {
	overflow: hidden;
}

.footerMenu .container {
	border-top: solid 1px #ded1c5;
}

.footerMenu ul {
	overflow: hidden;
}

.footerMenu ul li {
	margin-bottom: .2em;
}

.footerMenu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.footerMenu li:last-child a {
	border-right: none;
}

.footerMenu li a {
	color: #444;
	font-size: 15px;
}

.sectionBox {
	background: #305e31;
	font-size: 13px;
	color: #fff;
}

.sidebar-head {
	border-bottom: solid 1px #dedede;
}

.sidebar-head h4 {
	font-size: 1.2em;
	border-left: solid 4px;
	line-height: 1em;
	padding-left: .5em;
}

.news-list li p {
	font-size: 14px;
	line-height: 1.4em;
}

.news-list li a {
	color: #13643a;
}

.news-list li,
.sidebar-menu li {
	border-bottom: dotted 1px #dedede;
	padding: 1em;
}

.news-list li:last-child,
.sidebar-menu li:last-child {
	border-bottom: none;
}

.sidebarblock {
	border: solid 1px #ddd;
}

.sidebar-menu li {
	margin: 0;
	padding: .7em 1em;
}

.sidebar-menu li a {
	color: #333;
}

.sidebar-menu li .tel {
	color: #e56a20;
	font-weight: bold;
	font-size: 1.7em;
  white-space: pre;
}

.sidebar-menu li .tel:before {
	content: '';
	display: inline-block;
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/ico-tel@2x.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 34px;
}

.sidebar-menu li .tel span {
  position: relative;
  top: -.3em;
  padding: 0 0 0 .2em;
}

h5.subhead,
h4.subhead {
	font-size: 2em;
	font-weight: bold;
}

.articleList {
	list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
	align-items: flex-start;
}

.articleList li {
	width: 50%;
}

.articleList li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.articleList li figure {
	width: 80px;
}

.articleList li figure img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	border-radius: 99px;
}

.articleList li .title {
	width: calc(100% - 100px);
	color: #212529;
	font-weight: bold;
}

.articleList li a:hover .title {
	text-decoration: none;
}

.number-head {
	display: table;
	table-layout: fixed;
	background: #305e31;
	color: #fff;
}

.number-head .number {
	display: table-cell;
	vertical-align: middle;
	background: #f3ecd9;
	color: #305e31;
	width: 7%;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1em;
}

.number-head h3 {
	display: table-cell;
	vertical-align: middle;
	border-bottom: none;
	box-shadow: none;
	font-size: 1.8em;
}

.number-head h3:after {
	content: none;
}

.simple-head.sub-head {
	font-size: 1.8em;
}

.font-middle {
	font-size: 1.2em;
}

.color-orn {
	color: #e56a20;
}

h5.subhead small {
	font-size: .5em;
	display: inline-block;
}

.price-container {
	border-top: solid 1px #305e31;
}

.price-border-none {
	border-top: none;
}

h5.border-left {
	border-left: solid 8px #305e31!important;
  padding-left: .5em;
  font-weight: bold;
  font-size: 1.5em;
}

table {
	table-layout: fixed;
}

.table-prof th,
.table-prof td {
	font-size: 16px;
	border-bottom: solid 1px #dedede;
	border-right: solid 1px #dedede;
	vertical-align: top;
}

.table-prof .table-head td,
div.table-head {
	background: #76583a;
	color: #fff;
	border-right: solid 1px #dedede;
}

div.table-head {
	border-right: none;
	font-weight: bold;
}

.post-name-woman .table-prof th,
.post-name-woman .table-prof td {
	vertical-align: middle;
}

.table-prof {
	border-top: solid 1px #dedede;
	border-left: solid 1px #dedede;
}

.table-prof th {
	background: #fcf9f1;
	font-weight: bold;
	color: #000;
}

.border-container {
	border: solid 1px #305e31;
  padding: 1.5em;
}

.bg-radius {
	background: #f3ecd9;
	padding: 2em;
	border-radius: 5px;
}

.list-check li {
	font-size: 1.5em;
	font-weight: bold;
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/shoulder/ico-check@2x.png) no-repeat;
	background-size: 26px;
	background-position: top 8px left;
	padding: 0 0 0 32px;
}

.color-red {
	color: #ff0000;
}

.vk-mobile-nav-menu-btn {
	display: none!important;
}

.drawer-hamburger:active:focus {
	outline: none;
}

.drawer--left .drawer-hamburger {
	border: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  padding: 5px .75rem 15px;
  margin: 10px auto 0;
}

.drawer-nav {
	width: 20rem;
	max-width: 80%;
}

.drawer--left.drawer-open .drawer-hamburger {
	left: 21rem;
}

.drawer--left .drawer-nav {
	left: -20rem;
}

.drawer--top.drawer-open .drawer-nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav {
	padding: 10px;
	overflow-x : hidden;
	z-index: 999999;
}

.menu-block b {
	line-height: 1.4em;
  display: block;
  font-size: .85em;
}

.sp-navbar-header {
	background: #13643a;
	display: none;
}

.header_scrolled .sp-navbar-header {
	display: block;
	position: fixed;
  top: 0;
  z-index: 99999;
}

.sp-navbar-header ul li {
	width: 33.3%;
}

.sp-navbar-header ul li p {
	font-size: 15px;
	color: #fff;
}

.sp-navbar-header ul li img {
    height: 24px;
    display: inline-block;
    margin-bottom: 3px;
}

.sp-navbar-header ul li a {
	color: #fff;
	display: block;
	padding: 15px 0 10px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color: #fff;
}

.drawer--left.drawer-open .drawer-hamburger {
	background: #fff;
	border-radius: 5px;
	border: solid 1px #333;
	padding: 9px 8px 19px;
	margin: 10px 0 0 0;
}

.drawer--left.drawer-open .drawer-hamburger-icon:after,
.drawer--left.drawer-open .drawer-hamburger-icon:before {
	background-color: #333;
}

.teaser,
.teaser-slider {
	position: relative;
}

.teaser-slider video {
  width: 100%;
  vertical-align: bottom;
}

.teaser-slider .copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width: 609px;
	max-width: 45%;
	z-index: 99;
}

.teaser .hito {
	position: absolute;
	width: 280px;
	bottom: 0;
	right: 7%;
}

.teaser .subcopy-area {
	background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/head-bg@2x.jpg) repeat;
	background-size: 838px;
}

.teaser .subcopy-area .subcopy {
	width: 398px;
	max-width: 50%;
}

.page-header {
	border-top: solid 1px rgba(255,255,255,.3);
}

.entry-footer {
	display: none;
}

.line-area {
	position: relative;
}

.line-area .line-btn {
	position: absolute;
	width: 85%;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

.menu-block {
	height: 100%;
}

.device-pc .gMenu>li>a {
	padding: 0;
}

.okomariContainer {
  margin-bottom: 30px;
}

.okomariContainer .inner {
  background: url(../images/okomari-bg.png) repeat-y;
  background-size: 100%;
  padding: 10px 100px;
}

.okomariContainer .inner ul {
  list-style: none;
  margin: 30px 0 0;
}

.okomariContainer .inner ul li {
  background: url(../images/ico-check.png) no-repeat;
  background-size: 30px;
  background-position: left top 4px;
  padding-left: 34px;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: bold;
}

.okomariContainer .inner ul li:last-child {
  margin-bottom: 0;
}

.okomariContainer .inner ul li .color-red {
  color: #ff1800;
}


.list-col2{
	column-count: 2;
}

.voice-prev-next {
	color: #305e31;
	border-top: dotted 1px #dedede;
    border-bottom: dotted 1px #dedede;
}

.voice-prev-next a {
	color: #305e31;
    text-decoration: underline;
    position: relative;
    top: 2px;
}

.ibmf img{
	width: 100%;
}

.ibmf_img img{
	width: 80%;
	margin-top: 32px;
}

.btn-more>div{
  background: #13643a;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  width: 380px;
  margin: 10px auto 40px;
  max-width: 80%;
}

.subSection .btn-more>a,
.btn-more.sp-menu>a{
	    background: #13643a;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 50px;
    min-width: 220px;
    margin-bottom: 40px;
}

.btn-more-inner {
  display: none;
}

.post-name-indiba .indiba_voice_wrap ul{
    padding-left: 0!important;
}
.post-name-indiba .indiba_voice_wrap ul li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
}
.post-name-indiba .indiba_voice_wrap ul li:first-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 0.8em;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox{
	display: flex;
	justify-content: space-between;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .imagebox {
    width: 160px;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .imagebox img{
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 3px;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .rightbox{
	width: 68%;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .rightbox p{
    margin-bottom: 0;
    color: #333333;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .rightbox p.voice_date {
    position: relative;
	font-size: 12px;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .rightbox p.voice_date::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .rightbox .top_box{
    display: flex;
    justify-content: space-between;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .rightbox .top_box .voice_cate a{
	background: #999999;
    font-size: .8rem;
    line-height: 1;
    padding: 4px 1em;
    color: #ffffff;
    border-radius: 5px;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .rightbox .top_box .voice_cate a:first-child {
    display: none;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .rightbox p.voice_title{
    color: #464646;
    font-size: 21px;
    margin: 5px 0px;
}
.post-name-indiba .indiba_voice_wrap ul li .flexbox .rightbox a{
    margin-bottom: 0;
    color: #333333;
}
.post-name-indiba .indiba_voice_wrap ul li a:hover{
    text-decoration: none!important;
}
.post-name-indiba .indiba_voice_wrap .voice_sp_none{
	display: block;
}
.post-name-indiba .indiba_voice_wrap .voice_pc_none{
	display: none;
}


/*****************************
鍼灸
******************************/
.arrow_wrap{
    text-align: center;
    margin-bottom: 20px;
}
.font-bold{
	font-weight:bold;
}
.align_item_center{
	align-items: center;
}
.post-name-shinkyu .mar50{
	margin-bottom: 50px;
}
.post-name-shinkyu .mid_title {
    color: #305e31;
    border-top: solid 1px #305e31;
    border-bottom: solid 1px #305e31;
    padding: 15px 0 10px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.post-name-shinkyu .text{
	margin-bottom: 20px;
}
/*****
.post-name-shinkyu div.bg-head .text-center::after{
	display: none;
}
*****/
.post-name-shinkyu .image_flexbox{
    display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.post-name-shinkyu .image_flexbox .sbox{
    width: 48%;
}
.post-name-shinkyu .contents_flexbox{
    display: flex;
	justify-content: space-between;
}
.post-name-shinkyu .contents_flexbox .leftbox{
    width: 48%;
}
.post-name-shinkyu .contents_flexbox .rightbox{
    width: 48%;
}
.post-name-shinkyu .shinkyu_contents_sbox .imagebox {
    width: 80%;
    margin: 0 auto 25px;
}
.post-name-shinkyu .checkbox{
    margin-bottom: 20px;
}
.post-name-shinkyu .checkbox h5,
.post-name-shinkyu .checkbox h4 {
    color: #13643a;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 21px;
    background: url(//kikichiryoshitsu.com/wp-content/themes/lightning_child/images/shoulder/ico-check@2x.png) no-repeat;
    background-size: 23px;
    background-position: top 4px left;
    padding: 0 0 5px 32px;
    border-bottom: solid 1px;
}
.post-name-shinkyu .checkbox .contents_flexbox{
    justify-content: space-between;
	margin-top: 20px;
}
.post-name-shinkyu .checkbox .contents_flexbox .imagebox{
    width: 48%;
    margin: 0 0px;
}
.post-name-shinkyu .checkbox .contents_flexbox .rightbox {
    width: 48%;
}
.post-name-shinkyu .checkbox .contents_flexbox .rightbox ul{
    margin: 0;
}
.seven_point_wrap .point_box{
	margin-bottom:30px;
}
.seven_point_wrap .point_box .titlebox {
    background: #f3ecd9;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.seven_point_wrap .point_box .titlebox h3 {
    display: flex;
    align-items: center;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-left: 10px;
}
.seven_point_wrap .point_box .titlebox h3:after{
	display: none;
}
.seven_point_wrap .point_box .titlebox .number {
    background: #13643a;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
}
.seven_point_wrap .point_box .titlebox h3 .title{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
}
.seven_point_wrap .point_box .flexbox{
    display: flex;
	justify-content: space-between;
}
.seven_point_wrap .point_box .imagebox{
    width: 34%;
}
.seven_point_wrap .point_box .rightbox{
    width: 64%;
}
.seven_point_wrap .last_text{
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
}
.post-name-shinkyu .btn-more-inner {
    display: block;
}
.about_exercise .flexbox{
	display: flex;
	justify-content: space-between;
}
.about_exercise .flexbox .image{
	width: 31%;
}
.faq_box_wrap .faq_box{
    padding: 30px 0 10px;
    border-bottom: solid 1px #cccccc;
}
.faq_box_wrap .faq_box .title {
    display: flex;
    align-items: center;
    background: #f3ecd9;
    padding: 15px 10px 10px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.faq_box_wrap .faq_box .title h4 {
    color: #305e31;
    font-weight: bold;
    margin: 0;
}
.faq_box_wrap .faq_box .title .faq_q_wrap .faq_q{
width: 60px;
    height: 60px;
    font-size: 36px;
    background: #e56a20;
    color: #ffffff;
    display: block;
    border-radius: 50px;
    margin-right: 15px;
    text-align: center;
    line-height: 60px;
}
ul.check {
  list-style: none;
  padding: 0;
}
ul.check li {
  background: url(../images/ico-check.png) no-repeat;
  background-size: 24px;
  background-position: left top 2px;
  padding-left: 30px;
}
ul.check li a {
  text-decoration: underline;
  color: #305e31;
}
.last_box_wrap .about_box .marker.font18{
	font-size: 18px;
}
.symptoms_info_box{
    background: #f4f0db;
    padding: 10px 20px;
	border-radius: 5px;
}
.symptoms_info_box .title {
    margin-bottom: 5px;
    color: #305e31;
    font-weight: bold;
    border-bottom: solid 1px;
    padding-bottom: 0px;
    font-size: 18px;
    margin-top: 5px;
}
.symptoms_info_box table.table01{
    border: none;
}

.symptoms_info_box table.table01 a {
  color: #305e31;
  text-decoration: underline;
}
.symptoms_info_box table.table01 tr td {
    padding: 10px 0px 5px;
    border: none;
    font-size: 16px;
}
.symptoms_info_box table.table02 {
    border: none;
    margin-bottom: 20px;
	margin-top: -20px;
}
.symptoms_info_box table.table02 th{
    width: 27%;
    border-bottom: solid 1px #cccccc;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
}
.symptoms_info_box table.table02 tr td {
    padding: 15px 0px 15px;
    border: none;
    font-size: 16px;
    width: 73%;
    border-bottom: solid 1px #cccccc;
}
.veu_postList .postList_date {
	color: #212529;
	font-size: .8em;
}
.veu_postList .postList a,
.media .media-body .media-heading a{
	color: #13643a;
}
.single-footer-cta .headerRight {
	float: none;
	margin: 0 auto;
}
.single-footer-cta .link_map {
	background: #e66c21;
	color: #fff;
	font-size: .8em;
	padding: 3px 5px;
	border-radius: 3px;
	margin-left: 5px;
}
.single-footer-cta .cta-logo img {
	max-height: 90px;
}
.interview_link p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-left: solid 8px #13643a;
    padding: 5px 10px;
}
.interview_link a {
    background: #e56a20;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: block;
}
.interview_link a:hover {
    text-decoration: none;
}

.indiba_price_box{
    display: block;
    margin-bottom: 20px;
    border-bottom: solid 1px;
    padding-bottom: 15px;
}
.indiba_price_box .title{
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

/***ブログ下プロフィール***/
.blog_after_profile_area {
    border: solid 1px #13643a;
    padding: 20px;
    margin-bottom: 40px;
}
.blog_after_profile_area h3{
    font-size: 21px;
    color: #13643a;
    border-bottom: solid 1px #13643a;
}
.blog_after_profile_area h3:after{
    display: none;
}
.blog_after_profile_area .flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.blog_after_profile_area .flexbox .leftbox{
    width: 200px;
}
.blog_after_profile_area .flexbox .rightbox{
    width: calc(100% - 220px);
}
.blog_after_profile_area .after_flexbox{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.blog_after_profile_area .after_flexbox .img_box {
    width: 24%;
}
.blog_after_profile_area .after_flexbox .img_box p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
}

.widget_taxonomies .localNavi {
	display: flex;
	flex-wrap: wrap;
}
.widget_taxonomies .localNavi>li {
	width: 100%;
}
.widget_taxonomies .localNavi>li.cat-item-1 {
	order: 1;
}
.widget_taxonomies .localNavi >li:not(.cat-item-1) {
	order: 2;
}

.wp-block-tag-cloud a {
	color: #13643a;
	font-size: 14px!important;
}

.tag-list {
    list-style: none;
    font-size: .9em;
	margin: 0;
}

.tag-list li {
	margin: 0 5px 0 0;
}

.tag-list li a {
	color: #13643a;
}

/* ホットペッパービューティー 口コミ誘導バナー（インディバページ）
---------------------------------------------------------- */
.hpb-review-btn {
  display: inline-block;
  background: #e56a20;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}
.hpb-review-btn:hover {
  background: #c85a15;
  color: #fff;
  text-decoration: none;
}
.hpb-review-score {
  font-size: 0.9em;
}

/* MV画像（トップページ） */
.teaser-mv-img {
	width: 100%;
	display: block;
}

/* 施術動画ラップ（自律神経ページ） */
.treatment-video-wrap {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.treatment-video-wrap video {
	width: 100%;
	display: block;
}

/* ------------------------------------------------------------------
   パンくずの家アイコン（2026-09-07）

   Font Awesome の読み込みをやめたので（functions.php の
   kiki_dequeue_font_awesome）、このアイコンだけCSSで描いている。
   毎ページ134KB（CSS 23.2KB＋フォント111KB）を読んでいたのが、
   使っていたのはこの1個だけだった。

   **HTMLにSVGを直接書く方式は使えない。**
   template-parts/breadcrumb.php は最後に wp_kses() を通していて、
   許可タグに svg が無いため黙って消される（2026-09-07に実際に消えた）。
   currentColor をマスクで抜いているので、リンク色を変えても付いてくる。
------------------------------------------------------------------ */
#panHome .fa-home {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: -2px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20d%3D%22M575%20260L299%203a16%2016%200%200%200-22%200L1%20260a8%208%200%200%200%200%2011l19%2021a8%208%200%200%200%2011%200l25-23v217a24%2024%200%200%200%2024%2024h136a24%2024%200%200%200%2024-24V344h96v142a24%2024%200%200%200%2024%2024h136a24%2024%200%200%200%2024-24V269l25%2023a8%208%200%200%200%2011%200l19-21a8%208%200%200%200%200-11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
	        mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20d%3D%22M575%20260L299%203a16%2016%200%200%200-22%200L1%20260a8%208%200%200%200%200%2011l19%2021a8%208%200%200%200%2011%200l25-23v217a24%2024%200%200%200%2024%2024h136a24%2024%200%200%200%2024-24V344h96v142a24%2024%200%200%200%2024%2024h136a24%2024%200%200%200%2024-24V269l25%2023a8%208%200%200%200%2011%200l19-21a8%208%200%200%200%200-11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

/* 404ページのリンク一覧（2026-09-07） */
.kiki-404-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
}
.kiki-404-list li { margin: 0; }
.kiki-404-list a {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #d4ded6;
	border-radius: 4px;
	background: #f6f9f7;
	text-decoration: none;
}
.kiki-404-list a:hover { background: #eaf1ec; }
