:root {
	--white: #fff;
	--black: #000;
	--gray1: #F7F7F7;
	--gray2: #808080;
	--orange: #dc6a2b;
	--brown: #b99151;
	--brown2: #8C713C;
	--yellow: #feed8e;
	--beige1: #fcf9ea;
	--beige2: #FFE5B3;
	--red: #c61130;
	--blue1: #6988BA;
	--blue2: #b1bfcb;
	--blue3: #f7f8fa;
	--blue4: #DEECFF;
	--blue5: #3C5D8C;
}

/* ーーーーーーーーーーーーーーーーーーーー基本設定(使わない機能はここで削除)----------------------------------- */
body {
	background: var(--gray1) !important;
	color: var(--black) !important;
	font-family: “Hiragino Sans W3”, “Hiragino Kaku Gothic ProN”, “ヒラギノ角ゴ ProN W3”, “メイリオ”,
		Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif !important;
}

a:hover {
	opacity: 0.3 !important;
	cursor: pointer;
}

#top .article-body  {
	padding-bottom: 50px;
}

.article-body p {
	margin-bottom: 0 !important;
}

.keni-main .keni-section_wrap {
	padding: 0px !important;
}

.menu-search {
	display: none;
}

#top h3:not(.title_no-style) {
	border: none;
	line-height: 1.2;
}

.article-body {
	margin-top: 20px;
}


@media (max-width: 768px) {
	.keni-section_wrap {
		margin: 0 !important;
	}
	.article-body {
		margin: 0;
	}
}

.u-mobile {
	display: none;
}
@media (max-width: 768px) {
	.u-mobile {
		display: block;
	}
}

.u-desktop {
	display: block;
}
@media (max-width: 768px) {
	.u-desktop {
		display: none;
	}
}

.inner {
	padding: 0 27px;
	margin-inline: auto;
}
.keni-main_inner {
		padding: 0 !important;
	}
@media (max-width: 768px) {
	.keni-container {
		padding: 0 !important;
	}
	.inner {
		padding: 0 5%;
	}
}

/* ーーーーーーーーーーーーーーーーーーーーカスタム用文字色設定----------------------------------- */
.text-red {
	color: var(--red);
}

.text-orange {
	color: var(--orange);
}

.text-beige {
	color: var(--beige2);
}

.text-blue {
	color: var(--blue1);
}
.text-blown {
	color: var(--blown);
}

.text-orange.b {
	font-size: 30px;
}

.marker {
	background: linear-gradient(transparent 70%, #feed8e 70%);
}

.marker-blue {
	background: linear-gradient(transparent 70%, #DEECFF 70%);
}


@media (max-width: 768px) {
	.text-orange.b {
		font-size: 23px;
	}
}

/* -------------------------header(上)設定---------------------------- */
.keni-header_wrap > .top-h1 {
	background: var(--blue1);
}

#top .keni-header_inner .site-title {
	width: 100%;
	max-width: 240px;
}

#top .keni-header_wrap {
	width: 100%;
   background: var(--white);
}

.keni-header_inner {
	margin-inline: auto;
   padding: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-position {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.header-position__btn {
	display: flex;
	flex-direction: column;
   width: 100%;
   max-width: 300px;
}

#top .keni-header_cont{
	padding-right: 0;
	margin-left: auto;
}

@media (max-width: 768px) {
	#top .keni-header_inner{
		background: var(--blue4);
	}
	#top .keni-header_inner .site-title {
		width: 100%;
		max-width: 220px;
		padding: 10px;
	}
	#top .header-position__block {
		display: none !important;
	}
	#top .keni-gnav_btn {
		top: 0;
	}
	#top .keni-header{
		padding-right: 0;
	}
	#top .keni-header_cont{
		width: 100%;
		padding: 10px;
	}
	#top .keni-header_cont{
		margin-right: 0;
	}

}

/* -------------------------header(グロナビ)設定---------------------------- */


#top .keni-gnav_wrap {
	background: var(--blue4);
}

#top .keni-gnav_inner {
   background: var(--white);
	margin-inline: auto;
   border-top: solid var(--blue1) 2px;
   border-bottom: solid var(--blue1) 2px;
}

.keni-gnav_inner li ul {
	width: 500px;
	background-color: transparent !important;
	margin-inline: auto;
}

#top .keni-gnav_inner ul{
	margin-inline: auto;
}

.keni-gnav_inner li ul li {
	width: 250px !important;
}

#top .keni-gnav_inner li ul a {
	background: var(--blue1) !important;
	color: var(--white) !important;
}

.keni-gnav_cont .menu-item a {
	color: var(--black2) !important;
}

.keni-gnav_inner li a:hover,
.keni-gnav_inner li a:active,
.keni-gnav_inner li a:focus {
	border-bottom: none!important;
}

.keni-gnav_inner li a {
	color: #414141;
	/* padding: 20px 43px !important; */
}
.keni-gnav-child_btn {
	top: 50% !important;
	transform: translateY(-50%);
}

.keni-gnav-child_btn:before {
	content: "▼" !important;
}

#top .keni-gnav_btn {
	border: 1px solid var(--white);
	background: var(--blue5);
	color: var(--white);
}
.keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before {
	text-align: right !important;
	padding-right: 8%;
}

body .keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before {
	content: "▲" !important;
	text-align: right !important;
	padding-right: 8%;
}

@media (max-width: 768px) {
	.keni-gnav_cont {
		background: var(--white) !important;
	}
	.admin-bar .keni-gnav_btn {
		top: 0 !important;
	}
	.keni-gnav_cont .menu-item a {
		font-size: 16px;
	}
	/* ドロップメニュー横の三角クリック領域増やす */
	.keni-gnav_cont .keni-gnav-child_btn {
		width: 100% !important;
	}
	.keni-gnav-child_btn .keni-gnav-child_btn::before {
		top: 4px !important;
	}
	body .keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before {
		top: 4px !important;
		text-align: right !important;
		padding-right: 8%;
	}

	.keni-gnav_btn_wrap .keni-gnav_btn {
		top: 4px !important;
		z-index: 205;
	}
	#top .keni-gnav_inner {
		bottom: auto!important;
	}
	ul.keni-gnav_cont{
		height: 400px;
		overflow: auto;
	}
	.keni-gnav_inner li ul.sub-menu {
		width: 100%;
	}
	.keni-gnav_btn {
		right: 0 !important;
	}
	.keni-gnav-child_btn {
		top: 4px !important;
		transform: translateY(0);
	}
	#top .keni-gnav_btn_icon-open,
	#top .keni-gnav_btn_icon-open:before,
	#top .keni-gnav_btn_icon-open:after{
		background: var(--white);
	}

	/* closeボタン */
	body .keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before {
		line-height: 50px;
	}
	.keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before,
	.keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before {
		top: 4px !important;
		text-align: right;
		padding-right: 8%;
	}
	.keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before {
		top: 4px !important;
		text-align: right;
		padding-right: 8%;
	}
}

/* --FV-- */
#top .keni-mv_wrap{
   background: var(--blue4);
}

/* -------------------------sidebar設定---------------------------- */
.keni-section_wrap.widget.widget_text {
	border: solid 1px var(--light-green);
}

.keni-sub .keni-section_wrap {
	border: solid 1px var(--light-green);
}

.keni-section h3.sub-section_title {
	padding-left: 28px !important;
	background: var(--blue1) !important;
	font-size: 20px !important;
}

#text-3 {
	border: solid 1px #c8c8c8;
	border-top: none;
}

.textwidget > p {
	margin-bottom: 0;
}
.textwidget > .sidebar-h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	color: var(--blue);
	background: none;
}

.textwidget > .sidebar-subtitle{
	margin-top: 10px;
}

.textwidget > p.text-blue {
	font-size: 16px;
	margin-top: 15px !important;
}

#top .textwidget > p>span.black .b {
	display: block;
	margin-top: 20px;
}

.widget_nav_menu .keni-section ul li a {
	color: var(--black) !important;
}

.widget_nav_menu .keni-section ul li a:hover {
	color: var(--yellow) !important;
}

.widget_nav_menu .keni-section ul li a::before {
	display: none;
}

.widget_nav_menu .keni-section ul li a:after {
	position: absolute;
	content: "›";
	left: 15px;
	color: var(--blue1);
}

.sub-section_title {
	font-weight: bold !important;
}

@media (max-width: 768px) {
	.keni-sub {
		display: none;
	}
}

/* -------------------------footer-pc---------------------------- */
#top .keni-footer_wrap {
   background: var(--blue4);
	color: var(--black);
}
#top .keni-copyright_wrap{
   border: none;
}
.keni-copyright {
	text-align: center;
}


.footer_box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding: 3% 0;
}

.footer_box_left {
	width: 55%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.footer_box h3 {
	font-size: 18px;
	font-weight: bold;
	border: 0 !important;
	margin: 0 !important;
	color: var(--blue5) !important;
}
.footer_box_left_box ul {
	margin-left: 0;
}

.footer_box_left_box ul li {
	list-style: none;
	margin-bottom: 25px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.footer_box_left_box ul li a {
	color: var(--black1);
	text-decoration: none;
	font-size: 1.5rem;
	transition: 0.5s;
}
.footer_box_right {
	width: 42%;
}
.footer_box_right_inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer_box_right_inner-block{
	margin-top: 30px;
}

.footer_box_right_inner__btn {
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1024px) {
	.footer_box_left {
		margin-bottom: 0%;
		width: 50%;
		flex-direction: row;
		gap: 5px;
	}
	.footer_box_right {
		width: 50%;
	}
	.footer_box_left_box {
		width: 50%;
		margin-bottom: 3%;
	}
}
@media screen and (max-width: 768px) {
	.footer_box {
		width: 90%;
		flex-direction: column;
	}
	.footer_box_left {
		width: 100%;
	}
	.footer_box_left_box {
		flex-wrap: wrap;
		width: 100%;
	}
	.footer_box_left_box ul {
		margin-top: 0;
	}
	.footer_box_left_box:nth-child(3) {
		margin-top: 10px;
	}
	.footer_box_left_box h3,
	.footer_box_right_inner h3 {
		font-size: 17px;
	}
	.footer_box_right {
		width: 100%;
	}
	.footer_box_right_inner__btn a {
		max-width: 100%;
	}
	.footer_box_right_inner__btn img {
		width: 100%;
	}
}
/* -------------------------footer-sp---------------------------- */
.keni-footer-panel_wrap {
	background: transparent !important;
}

.keni-footer-panel ul {
	border: none !important;
}

.keni-footer-panel li {
	border: none !important;
}

.footer-menu-sp {
}

ul.footer-menu-sp__items {
	display: flex;
	gap: 5px;
	background: var(--blue5);
}

.footer-menu-sp__item {
}

/* ------------------ バナー ---------------------- */
.banner__block{
   display: flex;
   justify-content: space-between;
   width: 100%;
}

@media (max-width: 768px) {
	.banner__block {
		flex-direction: column;
	}
}

/* ------------------- 共通パーツ ------------------ */
h2.main-title{
   margin: 0;
   padding: 25px;
   background: var(--blue5);
  border: 6px double var(--white);
  text-align: center;
  font-size: 30px;
}

h2.fukidashi-title{
	background: url(https://ennseitai.com/wp-content/uploads/2024/09/fukidashi.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	color: var(--blue5);
	text-align: center;
	margin: 0 !important;
	padding: 25px;
	padding-bottom: 60px;
	font-size: 30px;
	line-height: 1.2;
}

h2.fukidashi-title span{
	font-size: 35px;
}

#top h3.sub-title{
	color: var(--blue5);
	padding: 5px;
	border-left: solid 16px var(--blue5);
	border-bottom: solid 1px var(--blue5);
	font-size: 20px;
	margin: 0;
}

@media (max-width: 768px) {
	h2.main-title{
		padding: 20px;
		font-size: 25px;
	}
	h2.fukidashi-title{
		font-size: 20px;
		padding: 20px 5px;
		padding-bottom: 50px;
	}
	h2.fukidashi-title span{
		font-size: 25px;
	}
}


/* --------------- 院長からのご挨拶 -------------- */
.greeting__block {
   margin-top: 50px;
   display: flex;
   justify-content: space-between;
   gap: 16px;
}

figure.greeting__img {
margin: 0;
}

.greeting__text {
   display: flex;
   flex-direction: column;
   gap: 20px;
	text-align: justify;
}

@media (max-width: 768px) {
	.greeting__block{
      margin-top: 20px;
      flex-direction: column;
   }
}

/* --------------- 患者様の声 -------------- */
.voice {
}

h2.voice__title {
	padding: 0;
	margin: 0;
	background: transparent;
	text-align: center;
}

h2.voice__title img{
	width: 80%;
	margin-inline: auto;
}

.voice__items {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.voice__item {
	display: flex;
	gap: 15px;
	border: solid var(--beige2) 3px;
	padding: 32px 24px;
	box-shadow: 5px 5px 0 var(--beige2);
}

figure.voice__item-img {
	margin: 0;
	width: 100%;
	max-width: 232px;
}


#top h3.voice__item-title {
	background: var(--brown2);
	color: var(--white);
	padding: 13px 10px;
	margin: 0;
}

.voice__item--block{
	width: 100%;
}

.voice__item-meta {
	margin-top: 20px;
	font-size: 18px;
}

.voice__item-detail {
	margin-top: 15px;
	font-size: 18px;
	line-height: calc(31/18);
	text-align: justify;
}

@media (max-width: 768px){
	h2.voice__title img{
		width: 90%;
		margin-inline: auto;
	}
	.voice__item{
		flex-direction: column;
	}
	figure.voice__item-img{
		max-width: 100%;
		width: 70%;
		margin-inline: auto;
	}
	.voice__item-meta{
		margin-top: 0;
		text-align: right;
		font-size: 16px;
	}
	.voice__item-detail{
		font-size: 16px;
	}
}


/* --------------- お悩み -------------- */

.worry {
	border-top: solid 3px var(--blue1);
}

#top h2.worry__title {
	margin: 0;
	margin-inline: auto;
	padding: 0;
	padding: 20px 60px;
	text-align: center;
	background: url(https://ennseitai.com/wp-content/uploads/2024/09/title-bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* display: inline-block; */
	width: 70%;
	font-size: 30px;
	letter-spacing: 0.05em;
}

ul.worry__items {
	margin: 0;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

li.worry__item {
	margin: 0;
	background: var(--beige1);
	padding: 18px 50px;
	padding-left: 90px;
	font-size: 20px;
	line-height: calc(36/24);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

li.worry__item:before {
	content: url(https://ennseitai.com/wp-content/uploads/2024/09/check.webp);
	width: 20px;
	height: auto;
	margin-right: 30px;
	transform: scale(0.5);
}

#top h3.worry__subtitle{
	margin: 0;
	margin-top: 80px;
	padding: 0;
	font-size: 30px;
	text-align: center;
	color: var(--black);
}
#top h3.worry__subtitle span{
	font-size: 35px;
}

@media (max-width: 768px) {
	#top h2.worry__title{
		width: 90%;
		font-size: 18px;
		padding: 10px;
		padding-top: 0;
		background-size: contain;
	}
	ul.worry__items{
		margin-top: 25px;
	}
	li.worry__item{
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#top h3.worry__subtitle{
		margin-top: 50px;
		font-size: 18px;
		line-height: 1.5;
	}
	#top h3.worry__subtitle span{
		font-size: 22px;
	}
}

/* --------------- 当院の改善方法 -------------- */

.improve {
	background: var(--beige1);
	padding-bottom: 30px;
}

.improve__text {
	padding-top: 20px;
	text-align: justify;
}

.improve__text .fz-big {
	font-size: 20px;
}

figure.improve__img {
	width: 100%;
	margin: 0;
	margin-top: 30px;
}

figure.improve__img img {
	aspect-ratio: 780/405;
	width: 100%;
}





.ba {

}

.ba__title {

}


.ba__block {
background: var(--beige1);
padding: 50px 20px;
}

.ba__article {
	padding: 30px;
	background: var(--white);
}

h3.ba__article-title {
	color: var(--black);
	text-align: center;
	line-height: calc(54/32);
	padding: 35px;
	background: var(--beige2);
	border-radius: 28px;
	font-size: 30px;
	margin: 0;
}

.ba__article-img {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	gap: 24px;
}

.ba__article-img figure{
	margin: 0;
	position: relative;
}

.ba__article-img figure figcaption{
	position: absolute;
	left: 10px;
	bottom: 0;
	color: var(--white);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.ba__article-text {
	margin-top: 30px;
	text-align: justify;
}

@media (max-width: 768px) {
	.ba__block{
		padding: 30px 15px;
	}
	.ba__article{
		padding: 20px 15px;
	}
	h3.ba__article-title{
		font-size: 18px;
		padding: 20px 10px;
	}
	.ba__article-img{
		margin-top: 15px;
		gap: 10px;
	}
	.ba__article-text{
		margin-top: 10px;
	}
	.ba__article-img figure figcaption{
		font-size: 16px;
	}
}


/* ----------------- access ------------------- */
.access {
	margin-top: 30px;
}

#top h3.access__title {
	text-align: center;
	margin: 0;
	font-size: 32px;
	padding: 0;
	color: var(--black);
	font-family: "Zen Old Mincho", serif;
}


.access__container {
	margin-top: 30px;
  display: flex;
  gap: 24px;
}
.access__image{
	width: 50%;
}

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

.access__info {
  padding: 20px 17px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background-color: #f9f3e6; /* ベージュの背景色 */
  width: 50%;
}

.access__info-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.access__info-item.--up{
	align-items: flex-start;
}

.access__label {
  display: inline-block;
  font-weight: bold;
  background-color: var(--blue5); /* ラベルの青背景色 */
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  min-width: 85px;
  line-height: 1.5;
  text-align: center;
}

.access__text {
  line-height: 1.5;
  font-size: 16px;
}

.access__info-item:last-child {
  margin-bottom: 0;
}


.access__map {
	margin-top: 35px;
}

@media (max-width: 768px) {
	h3.access__title{
		font-size: 28px;
	}
	.access__container{
		flex-direction: column;
	}
	.access__image,
	.access__info{
		width: 100%;
	}
}



/* -------------------- 施術の流れ --------------------- */
.flow {

}

.flow__items {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	margin-top: 30px;
}

.flow__item {
	position: relative;
}

.flow__item.flow__item--arrow{
	margin: 0;
	width: 22px;
	height: 16px;
}

figure.flow__item-img {
	margin: 0;
		width: 100%;
	max-width: 240px;
}
figure.flow__item-img img {
	object-fit: cover;
	aspect-ratio: 480/377;
}

.flow__item-number {
	position: absolute;
	top: 0;
	left: 5px;
	background: url(https://ennseitai.com/wp-content/uploads/2024/09/flag.webp);
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
	padding: 7px 6px 13px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 18px;
}

#top h3.flow__item-title {
	width: 100%;
	margin: 0 !important;
	padding: 15px;
	text-align: center;
	color: var(--black);
	background: var(--blue4);
}

@media (max-width: 768px) {
	.flow__inner{
		margin-top: 30px;
	}
	.flow__items{
		margin-top: 10px;
		flex-direction: column;
		width: 85%;
		margin-inline: auto;
		gap: 10px;
	}
	figure.flow__item-img{
		width: 100%;
		max-width: 100%;
	}
	.flow__item.flow__item--arrow{
		transform: rotate(90deg);
		margin-left: 20px;
	}
	#top h3.flow__item-title {
		font-size: 20px;
	}
	.flow__item-number {
		background: url(https://ennseitai.com/wp-content/uploads/2024/09/flag.webp);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 10px 8px 15px;
		font-size: 20px;
	}
}


/* -------------------- 施術メニュー --------------------- */

.menu {

}

h2.menu__title {
	text-align: center;
	background: var(--blue5);
	font-size: 30px;
	line-height: 1.5;
	padding: 15px;
	margin: 0;
}

.menu__subtitle{
	margin-top: 30px;
	color: var(--blue5);
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}

.menu__subtitle-bg{
	background: var(--beige1);
	display: inline-block;
	padding: 10px;
}

.menu__list {
	margin-top: 30px;
}

.menu__items {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.menu__item a{
	display: block;
}

.menu__btn {
	margin-top: 40px;
	margin-inline: auto;
	width: 100%;
	max-width: 528px;
}

@media (max-width: 768px) {
	h2.menu__title{
		font-size: 25px;
	}
	.menu__subtitle{
		font-size: 20px;
	}
	.menu__items{
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	.menu__btn{
		margin-top: 20px;
	}
}

/* ------- 症状の原因 ------- */
.syojyo-cause {
	background: var(--beige1);
}

.syojyo-case__title {

}

.syojyo-cause__block {
	padding: 30px 0;
}

figure.syojyo-cause__img {
	margin-top: 20px;
	margin-bottom: 0;
	width: 100%;
}
figure.syojyo-cause__img img{
	width: 100%;
	aspect-ratio: 820/426;
	object-fit: cover;
}

.syojyo-cause__detail {
	margin-top: 16px;
	background: var(--white);
	padding: 24px 16px;
}

.syojyo-cause__detail-block {

}

.syojyo-cause__detail-title {

}

.syojyo-cause__detail-subtitle {
	margin-top: 20px;
	background: linear-gradient(transparent 70%, #DEECFF 70%);
}

ul.syojyo-cause__detail-items {
	margin-bottom: 0;
}

.syojyo-cause__detail-item {
	line-height: 1.6;
}

@media (max-width: 768px) {
	.syojyo-cause__block {
		padding: 20px 0;
	}
}

/* ----当院では多くの重症患者様が改善しております ----*/
.syojyo-advantage {

}

h2.syojyo-advantage__title {
text-align: center;
	background: var(--blue5);
	font-size: 30px;
	line-height: 1.5;
	padding: 15px;
	margin: 0;
}

.syojyo-advantage__subtitle {
	margin-top: 30px;
	color: var(--blue5);
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	position: relative;
}

span.syojyo-advantage__subtitle-bg{
	background: var(--beige1);
	display: inline-block;
	padding: 10px 30px;
}
span.syojyo-advantage__subtitle-bg:before{
	content: '＼';
	position: absolute;
	top: 50%;
	left: 70px;
	transform: translateY(-50%);
}
span.syojyo-advantage__subtitle-bg:after{
	content: '／';
	position: absolute;
	top: 50%;
	right: 70px;
	transform: translateY(-50%);
}

.syojyo-advantage__block {
	margin-top: 40px;
}

.syojyo-advantage__items {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 18px;
}

.syojyo-advantage__item {
	background: var(--blue1);
	border-radius: 50%;
	padding: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--white);
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 23px;
	gap: 18px;
	width: 100%;
	height: 260px;
	box-shadow: 5px 5px 0 rgba(222, 236, 255, 0.7);
}

.syojyo-advantage__item-img {
	width: 70px;
}
.syojyo-advantage__item-img.--small{
	width: 50px;
}

@media (max-width: 1024px) {
	.syojyo-advantage__items {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	span.syojyo-advantage__subtitle-bg{
		display: block;
		width: 100%;
	}
	span.syojyo-advantage__subtitle-bg:before{
		left: 10px;
	}
	span.syojyo-advantage__subtitle-bg:after{
		right: 10px;
	}
}

@media (max-width: 768px) {
	h2.syojyo-advantage__title{
		font-size: 25px;
	}
	.syojyo-advantage__subtitle-bg{
		font-size: 18px;
	}
	span.syojyo-advantage__subtitle-bg{
		padding: 10px 40px;
	}
	span.syojyo-advantage__subtitle-bg:before{
		left: 10px;
	}
	span.syojyo-advantage__subtitle-bg:after{
		right: 10px;
	}
	.syojyo-advantage__items {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	.syojyo-advantage__item{
		width: 100%;
		height: 170px;
		padding: 20px;
		font-size: 16px;
		line-height: 1.4;
	}
	.syojyo-advantage__item-img.--small{
		width: 45px;
	}
}


/* ------- 投稿部分 ------ */
#top .entry_status{
	padding: 0 15px;
}

#top .archive_title{
	background: var(--white);
	color: var(--black);
	border-left: solid 10px var(--blue5);
	margin-left: 0;
	margin-right: 0;
}

.archive_title a:hover{
	color: var(--blue5) !important;
}

@media (max-width: 768px) {
	#top .entry_status{
		padding: 0 5%;
	}
}

/* ホームページ　クレジット */
.bo-credit {
    margin-top: 60px;
    font-size: 85%;
    color: gray;
}

.bo-credit a {
    color: gray;
    text-decoration: none;
}

/* 投稿ページ スタイル修正 */
.entry-list{
	padding: 20px 0 !important;
}

.post.type-post.status-publish.format-standard.keni-section{
		padding: 20px 0 !important;
}

.keni-section > .article-header > h2.entry_title{
	background: var(--blue1);
}

h2.keni-related-title{
	background:var(--blue1);
}


/* 施術メニュー　料金 */
table.price__table th,
table.price__table td{
	font-size: 18px;
}
table.price__table th{
	background: var(--blue1);
	color: var(--white);
}