/*
Theme Name: LonaLona
Author: LonaLona
*/

/* 画面下固定ボタン
---------------------------------------------*/
.fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around; /* 並びを均等に */
  padding: 13px 50px 18px 0;
  z-index: 9999;
  background-color: rgba(220, 237, 245, 0.9);
}
.fixed-buttons .btn {
  flex: 1; /* ボタンを均等幅に */
  margin: 0 0 0 12px;
  text-align: center;
  padding: 14px 0;
  background-color: #007bff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 2px 3px 4px rgba(0,0,0,.2);
}
.fixed-buttons .btn_line { /* LINE */
  background-color: #06C755;
}

hr.wp-block-separator {
	color: #ddd;
}

/* 投稿一覧
 サムネイル画像を非表示にする
---------------------------------------------*/
.media .postList_thumbnail {
	display: none !important;
}
/* 最近の投稿 */
.media .media-body .media-heading {
	padding-left: 0.5em;
}

/* クリニックTOPページ　オンライン診療メニュー
---------------------------------------------*/
.online-menu .boxMenu {
    width: 100%;
    background: #fff;
    clear: both;
    margin: 0 auto 24px;
    padding: 6px 8px 6px;
    text-align: center;
    border-radius: 12px;
    color: #00508f;
    border: 1px solid #00508f;
}

/* ヘッダーバナー開始 */
.banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* 任意の隙間 */
    margin-bottom: 20px; /* ヘッダーとの間隔 */
}
.banner-item img {
    width: 100%;
    height: auto;
    display: block;
}
/* ヘッダーバナー終了 */


/* 漢方一覧ページ
---------------------------------------------*/
h3.item-name {
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"Noto Sans JP",sans-serif;
	background: #e8f2f9;
	padding: .75em .6em;
	line-height:1.4;
	border-bottom: none;
}
.post-name-kampo-list h3:after {
	border-bottom: none;
}
.post-name-kampo-list h4 {
	
}

/* オンライン診療メニュー（アイテム一覧）ページ
---------------------------------------------*/
/* キャプション調整 */
.post-name-online-menu li.blocks-gallery-item .pb6 { /* アイテム1個分 */
	line-height: 1.4em;
	padding-bottom: 6em;
}
.post-name-online-menu li.blocks-gallery-item { /* アイテム1個分 */
	line-height: 1.4em;
	padding-bottom: 5em;
}
.post-name-online-menu figcaption.blocks-gallery-item__caption {
	line-height: 1.4em;
	padding: 0;
	bottom: 0 !important;
	margin-bottom: 1em;
}
/* 内服薬セット */
.post-name-online-menu .naifukuset li.blocks-gallery-item { /* アイテム1個分 */
	padding-bottom: 5em;
	margin: 0 1em 2em 0;
}
/* .cap4 キャプションが4行 padding調整 */
.post-name-online-menu .cap4 li.blocks-gallery-item { /* アイテム1個分 */
	padding-bottom: 6em;
	margin: 0 1em 2em 0;
}
/* .pd0 キャプション位置 padding調整 エラなど*/
.post-name-online-menu .pd0 li.blocks-gallery-item { /* アイテム1個分 */
	padding-bottom: 0;
}
/* .pd2 キャプション位置 padding調整 ヘリオケアなど*/
.post-name-online-menu .pd2 li.blocks-gallery-item { /* アイテム1個分 */
	padding-bottom: 2em;
}

/* 奇数ギャラリーの最後の大きさ調整 */
.post-name-online-menu .wp-block-gallery .blocks-gallery-item {
	flex-grow: 0;
}

/* 商品カタログページ内リンクボタン スマホ横並び維持 */
.online-menu-link {
	flex-wrap: nowrap;
	margin-bottom: 0.2em;
}
.online-menu-link .wp-block-buttons {
	width: 100%;
	display: block;
}
.online-menu-link .wp-block-button {
	display: block;	
}
.online-menu-link .wp-block-button a {
	width: 96%;	
	color: #00508f;
	background: #fff;
	border: 1px solid #00508f;
	padding: 0.4em 0.4em;
}
.online-menu-link .none {
	display: none;	
}

@media (max-width: 599px){
	.online-menu-link .wp-block-button: not(:first-child) {
		margin-left: 5px;
	}
}

/* 商品カタログページ内リンクボタン */
.btn-blue-border {
	width: 100%;
	margin: 10px 0;
	text-align: center;
	position: relative;
}
.btn-blue-border a {
	width: 100%;
	color: #00508f;
	background: #fff;
	border: 1px solid #00508f;
	padding: .6em .4em;
	display: inline-block;
	border-radius: 4px;
}

@media screen and (max-width: 600px) {
	.btn-blue-border {
		width: 100%;
		margin: 10px auto;
		text-align: center;
	}
}




/* 問診票リンクボタン */
.post-name-online-menu .btn-blue {
	width: 80%;
	margin: 0 auto 100px;
}
.post-name-online-menu .btn-blue-fix,
.post-name-kampo-list .btn-blue-fix,
.btn-blue-fix{
	position: fixed !important;
	bottom: 0; 
	left: 50;
	z-index: 100;
	width: 80%;
	margin: 0;
}



/* hover */
/* Sepia */
.hover-sepia figure img {
  -webkit-filter: sepia(30%);
  filter: sepia(30%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover-sepia figure:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
/* Grayscale */
.hover-grayscale figure img {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover-grayscale figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


/* footer
---------------------------------------------*/
footer .copySection p:nth-child(2) {
	display:none !important;
}
footer h1.subSection-title, footer h1.subSection-title:after {
	border-bottom: none;
}
footer {
	background: url(https://lonalona.jp/wp/wp-content/uploads/bg_wood.jpg) center bottom;
}
footer .copySection {
	color: #666;
	border-top: none;
}
.footerWidget h3, .footerWidget h3:after {
	border-bottom: none;
}

/* ページトップボタン */
.page_top_btn {
	right: 0px;
	bottom: 0px;
	outline: none;
	background-size: 75%;
	opacity: 0.4 !important;
	transition: opacity .3s;
}

/* CTA 
---------------------------------------------*/
.veu_cta {
	background-color: #f5fbff;
}
.veu_cta h3.cta_title {
	color: #00508f;
	background-color: #f5fbff;
	text-align: left;
	padding: 30px 20px 10px;
	font-size: 1.8rem !important;
	border-bottom: none;
	line-height: 1.4;
	border-bottom: none;
}

@media screen and (max-width: 620px) {
	.veu_cta h3.cta_title {
		font-size: 19px !important;
	}
	
}

.veu_cta h3.cta_title:after {
	border-bottom: none;
}
.veu_cta .btn-primary {
	background-color: #00508f;
}
.sectionBox {
	padding-top:0;
}
.cta_body_txt {
	color: #00508f;
}
.veu_contact .contact_frame {
	background: #fafafa;
	
}
/*全体のTOPのCTA*/



/* TOP クリニックTOPページ 
---------------------------------------------*/

/* TOPがONじゃないとき下線を消す */
.gMenu>li:first-of-type:before {
	border-bottom: none;
	
}


/* Gnavi サブメニューを調整*/
.gMenu>li>ul.sub-menu {
	background-color: #191919;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	left: 100%;
	margin-left: -120px;
	width: 18em;
}
.gMenu ul li {
	/*width: 50%;
	display: inline;
	float: left;*/
}
.gMenu ul li a {
	padding: 1.4em 1.2em;
}


.post-name-clinic .page-header {
	display: none;
}
.post-name-clinic .siteContent {
	padding-top: 0;
}

/* TOP 3カラムのリンクブロック */
.top-col3 h2 {
	padding: 0 0 0.25em;
	margin: 0 0 2em;
}
.top-col3 h2 a {
	display: inline-block;
	color: #00508f;
}
.top-col3 h2 a:hover {
	color: #48a4f0;
	text-decoration: none;
}
.top-col3 a img {
	display: inline-block;
	margin: 0 0 1.25em;
	text-align: center;
	width: 100%;
}
.top-col3 a img:hover {
	opacity: 0.7;
}
.top-col3 .btn-blue {
	width: 100%;
}
.full-width-lightblue {
	margin: 0 calc(50% - 50vw);
	padding: 3em calc(50vw - 50%);
	background: #f5fbff;
}
/* TOP お知らせ */
/* カレンダー画像 */
.calendar-gallery {
	width: 80%;
	margin: 0 auto;
}

/* お知らせ投稿 */
.post-name-clinic .btn-news {
	width: 14rem; !important;
	/*float: right !important;*/
}
ul.wp-block-latest-posts li {
	position: relative;
	display: block;
	padding: 3em 0;
}
.wp-block-latest-posts li time {
	color: #333;
	position: absolute;
	left: 0;
	top: 2em;
}
.wp-block-latest-posts li a { /* タイトル */
	font-weight: bold;
	color: #00508f;
	position: absolute;
	left: 0;
	top: 3.5em;
	text-decoration: underline;
}
.wp-block-latest-posts li a:hover {
	text-decoration:none;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	margin: 2.5em 0 0;

}

/* クリニックのLINE-QR非表示
---------------------------------------------*/
body.home #custom_html-2 {
	display: none;	
}

/* クリニックでヘアサロンのLINE-QR非表示
---------------------------------------------*/
.post-name-clinic .hairsalon-line,{
	display: none;	
}

/* 見出し
---------------------------------------------*/
h3 {
	margin-top: 50px;
}
h3:after {
	border-bottom: 2px solid #a1ccf0;
}
h4 {
	color: #00508f;
	padding: 0 0 0 .75em;
	border-left: 6px solid #00508f;
	font-weight: bold;
	font-size: 1.3rem;
	margin-top: 60px;
	line-height: 1.5;
}
/* テキストの下に線 */
h2 {
	font-size: 2.0rem;	
	border: none;
	text-align: center;
	color: #00508f;
	position: relative;
	margin-bottom: 2em;
	text-align: center;
	line-height: 1.6;
}
h2:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 10%;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #a1ccf0;
}
h2 span {
	font-size: 0.8rem;
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

/* H3　テキストの下に丸 */
.circle-below {
	font-size: 1.75rem;
	border: none;
	text-align: center;
	color: #00508f;
	position: relative;
	margin: 3em 0 2em;
	line-height: 1.6;
}
.circle-below:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #a1ccf0;
	border-radius: 5px;
}
.circle-below:after {
	border: none;
}
.circle-below span {
	font-size: 0.8rem;
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

/* 見出し　フキダシ */
.fukidashi {
	font-size: 1.6em;
	position: relative;
	padding: 19px 21px 20px;
	background: #6eaff5;
	border-radius: 8px;
	color: #fff;
}
.fukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 30px;
	width: 0;
	height: 0;
	border: 11px solid transparent;
	border-top: 15px solid #6eaff5;
}
.fukidashi:after {
	border-bottom: none;
}

/* MENU 各施術ページ
---------------------------------------------*/
/* 改善できる症状 */
.kaizen-box {
	background: #f0f6fa;
	padding: 20px 30px 30px;
	margin: 20px 0 40px;
}
.kaizen-box h3 {
	font-size: 1.5rem;
	color: #fff;
	position: relative;
	margin-left: -30px;
	padding: 12px 16px 14px;
	background: #6eaff5;
}
.kaizen-box h3:before{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 8px solid #f2f8fc;
	border-top: 8px solid rgba(0,0,0,0.5);
	border-left: 8px solid rgba(0,0,0,0.5);
}
.kaizen-box h3, .kaizen-box h3:after {
	border-bottom: none;
}

/* クリーム色の背景（施術メニュー他）
---------------------------------------------*/
.cream-box {
	background: #f9f8f2;
	padding: 20px 30px 30px;
	margin: 20px 0 40px;
}

/* table
---------------------------------------------*/
table th, table td {
	font-size:16px;
	line-height: 1.6;
	padding: 1em .5em 1em 0;
}
table caption {
	caption-side: top;
	color: #00508f;
	font-weight: bold;
}
/* table 料金表 */
.table-price {
	border-right: 2px solid #ddd !important;
	border-top: 2px solid #ddd !important;
}
.table-price th {
	background-color: #00508f !important;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #ddd !important;
}
.table-striped-blue tbody tr:nth-of-type(odd) {
    background-color: #f5f9fc !important;
}
.table-price td {
	border-left: 2px solid #ddd !important;
	border-bottom: 2px solid #ddd !important;
}
.table-price .width20 {
	width: 20%;
}
.table-price .width30 {
	width: 30%;
}
.table-price .width40 {
	width: 40%;
}
.table-price .width50 {
	width: 50%;
}

/* table ブルー（施術情報）*/
.table-striped-blue {
	border: 2px solid #e1ebf2 !important;
}
.table-striped-blue th {
	font-weight: bold;
}
.table-striped-blue td {
	border-left: 2px solid #e1ebf2 !important;
}
.table-striped-blue tbody tr:nth-of-type(odd) {
    background-color: #f5f9fc !important;
}
/* table　ピンク色（アフターケア）*/
.table-striped-pink {
	border: 2px solid #f2e1e7 !important;
}
.table-striped-pink th {
	font-weight: bold;
}
.table-striped-pink td {
	border-left: 2px solid #f2e1e7 !important;
}
.table-striped-pink tbody tr:nth-of-type(odd) {
    background-color: #f7f2f4 !important;
}
/* table　シンプルな（access） */
.table-normal {
	width: auto;
	border-top: 1px solid #ddd;
}
.table-normal th {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
.table-normal td{
	border-bottom: 1px solid #ddd;	
}
table ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
} 
/* table　へアサロンMENU */
.table-hairsalon-price td {
	padding: 1.5em 0;
}



/* ギャラリーのキャプション
---------------------------------------------*/
figcaption {
	background: none !important;
    bottom: -3em !important;
    padding: 0;
    color: #333 !important;
}

/* FAQ
---------------------------------------------*/
dl.veu_qaItem dt {
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 400;
    color: #00508f;
	font-size:1.25rem;
}
dl.veu_qaItem dt::before {
    font-family: serif;
    content: "Q. ";
    color: #00508f;
}
dl.veu_qaItem dd::before {
    font-family: serif;
    content: "A. ";
    color: #b22222;
}

/* リンクボックス（料金表の下など）
---------------------------------------------*/
.link-box {
	width: 90%;
	margin: 0 auto 40px;
	background: #f0f6fa;
	padding: 0.75em 1.25em;
}
.link-box .link-box-txt {
	width: 70%;
	float: left;
	margin: 0;
	line-height: 1.5;
}
.link-box .btn-blue {
	width: 27%;
	float: right;
	margin: 5px 0 0;
}

/* ボタン
---------------------------------------------*/
.btn-blue {
	width: 60%;
	margin: 10px 0;
	text-align: center;
	position: relative;
}
.btn-blue100 {
	width: 100%;
}
.btn-blue a {
	width: 100%;
	color: #fff;
	background: #00508f;
	border: 1px solid #00508f;
	padding: 0.5em 2em;
	display: inline-block;
}
.btn-blue a:hover {
	color: #003166;
	background: #fff;
	text-decoration: none;
	background-color: #fafafa;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn-blue a:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 15px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-blue a:hover:before {
	border-top: 1px solid #003166;
	border-right: 1px solid #003166;
}
@media screen and (max-width: 600px) {
	.btn-blue {
		width: 90%;
		margin: 10px auto;
		text-align: center;
	}
}

/* MENU メニュー一覧 ページ内リンク */
.menu-link .btn-blue {
	margin: 0 0 20px;
}
.menu-link .btn-blue a {
	padding: 1em 2em;
}
.menu-link .btn-blue a:before {
	top: 40%;
	left: 25px;
}

/* 漢方の選び方 リンクボタン */
.btn-beige {
	width: 100%;
	margin: 10px 0;
	text-align: center;
	position: relative;
}
.btn-beige a {
	width: 100%;
	color: #333;
	background: #ece2cf;
	padding: 1em 2em;
	display: inline-block;
}
.btn-beige a:hover {
	background: #f9f1e5;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn-beige a:before {
	position: absolute;
	content: "";
	top: 40%;
	left: 25px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 600px) {
	.btn-beige {
		width: 90%;
		margin: 10px auto;
		text-align: center;
	}
}

/* MENU 施術の流れ flowBox */
.flowBox01 img {
	display: block;
	margin: 0 auto 1em;
}
@media screen and (min-width: 769px) {/*タブレット縦以上*/
	.flowBox01 img {
		float: right;
		margin: 0 0 1em 1em;
	}
	
}

/* FLOW ご予約の流れページ
---------------------------------------------*/
.flow-box {
	border: 4px solid #cde8f7;
	padding: 30px 40px 30px;
	margin: 20px 0 40px;
	display: block;
	overflow: hidden;
}
.flow-box dl {
	background: #f9f8f2;
	padding: 20px 20px 10px;
	margin: 0;
}
.flow-box dl dt {
	border-left: none;
	color: #00508f;
}
.flow-box dl dd {
	border-left: none;
}

.reservation-flow dl {
	line-height: 1.6;
}
.reservation-flow dl dd {
	margin: 0 0 1rem !important;
}

/* 電話をかけるボタン */
.btn-tel {
	position: relative;
	display: block;
	border-radius: 50px;
	color: white;
	font-weight: bold;
	text-align: center;
	background: #f75065;
	padding: 5px 0;
	margin: 0.5rem 0 1rem;
	max-width: 250px;
}
.btn-tel::after {
	content: "";
	background: url(https://lonalona.jp/wp/wp-content/uploads/icon_tel.png) no-repeat center;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	left: 15px;
}

/* MENU 施術メニュー一覧
---------------------------------------------*/
.menu-list-box a:before {
	position: absolute;
	content: "";
	top: 35%;
	left: 15px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-list-box a {
	position: relative;
	display: block;
	padding: 1em 2em 1em 1.5em;
	width: 100%;
	box-sizing: border-box;
	color: #333;
	background: #f5f6f8;
	border: 1px solid #efefef;
	margin-bottom: 1em;
	text-decoration: none;
}
.menu-list-box a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
dl.menu-list {
	display: flex;
	width: 100%;
	margin: 0;
	font-family: 'Noto Serif JP';
}
.menu-list dt {
	border-left: none;
	display: inline-block;
	width: 13em;
	margin: 0;
	font-size: 1.15rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.menu-list dd {
	border-left: none;
	margin: 0;	
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 0.9rem;
	text-shadow: 1px 1px 1px #fff;
}
/* スマホ向け 
---------------------------------------------*/

@media screen and (max-width: 620px) {
	body {
		font-size: 16px;
	}
	dl.menu-list {
		display: block;
	}
	.menu-list-box a:before {
		top: 25%;
		left: 13px;
	}
	.link-box .link-box-txt{
		width: 100%;
	}
	.link-box .btn-blue {
		width: 100%;
	}

	/* table崩れ防止 */
	.width7 { width: 7em; }
	.sp-width3 { width: 3em; }
	.sp-width4 { width: 4em; }
	.sp-width5 { width: 5em !important; }
	.sp-width6 { width: 6em !important; }
	.sp-width7 { width: 7em; }
	.sp-width8 { width: 8em; }
	.sp-width9 { width: 9em; }
	
	/* 改行 spanで囲んだ後に改行 */
	.sp-br::after {
		content: "\A" ;
		white-space: pre;
		color:red;
    }
	/* スマホで非表示 ※効いてない*/
	.sp-none {
		display: none;
	}
}

.nowrap {
	white-space:nowrap;
}


/* 各ページのヘッダー（ページタイトル背景） 
---------------------------------------------*/
.page-header {
	padding: 3em 0;
}

/* 共通のヘッダー背景 */
.page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_clinic.png) center center no-repeat; background-size: cover; }

/* インスタからのリンクページ */
.post-name-ig .page-header { padding: 0 !important; }

/* フェイシャル header */
.post-name-suiko .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_injection.png) center center no-repeat; background-size: cover; }
.post-name-dermapen .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_dermapen.jpg) center center no-repeat; background-size: cover; }
.post-name-hifu .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_hifu.jpg) center center no-repeat; background-size: cover; }
.post-name-ipl .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_ipl.png) center center no-repeat; background-size: cover; }
.post-name-toning .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_toning.jpg) center top no-repeat; background-size: cover; }
.post-name-intravenous-drip .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_drip.png) center center no-repeat; background-size: cover; }
.post-name-botox .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_botox.png) center center no-repeat; background-size: cover; }
.post-name-peeling .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_peeling.png) center center no-repeat; background-size: cover; }
.post-name-chemical-peeling .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_chemical-peeling.jpg) center top no-repeat; background-size: cover; }

/* 物販 header */
.post-name-internal-use .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_internal-use.png) center center no-repeat; background-size: cover; }
.post-name-lumigan .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_lumigan.png) right center no-repeat; background-size: cover; }
.post-name-heliocare .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_heliocare.png) center center no-repeat; background-size: cover; }
.post-name-lypo-c .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_internal-use.png) center center no-repeat; background-size: cover; }
.post-name-pantogar .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_faga.png) center center no-repeat; background-size: cover; }
.post-name-kampo-list .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_kampo.jpg) center center no-repeat; background-size: cover; }
.post-name-kampo-select .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_kampo.jpg) center center no-repeat; background-size: cover; }
.post-name-kampo-diet .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_kampo.jpg) center center no-repeat; background-size: cover; }

/* 薄毛 AGA・FAGA header */
.post-name-aga-regular-delivery .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_aga.png) center center no-repeat; background-size: cover; }
.post-name-aga-subscription .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_aga.png) center center no-repeat; background-size: cover; }
.post-name-aga .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_aga.png) center center no-repeat; background-size: cover; }
.post-name-faga .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_faga.png) center center no-repeat; background-size: cover; }


/* 医療脱毛 header */
.post-name-epilation .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_epilation.png) right center no-repeat; background-size: cover; }

/* ダイエットheader*/
.post-name-mounjaro .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_mounjaro.jpg) right center no-repeat; background-size: cover; }
.post-name-glp1 .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_glp1.jpg) right center no-repeat; background-size: cover; }
.post-name-online .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_online.jpg) center center no-repeat; background-size: cover; }
.post-name-kampo-diet .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_kampo.jpg) center center no-repeat; background-size: cover; }

/* 投稿（クリニックからのお知らせ） header*/
.category-clinic-news .page-header, .post-type-post .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_clinic.png) center center no-repeat; background-size: cover; color:#333;}
.post-type-post .page-header_pageTitle { font-family: 'Noto Serif JP';} 

/* 除外されたメニュー header ：yagレーザー/ヒアルロン酸注射/BNLS脂肪溶解注射/ピンクインティメイト */
.post-name-yag .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_yag.png) center top no-repeat; background-size: cover; }
.post-name-hyaluronic-acid .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_hyaluron.png) center center no-repeat; background-size: cover; }
.post-name-bnls .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_bnls.png) center center no-repeat; background-size: cover; }
.post-name-pink-intimate .page-header { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_pink-intimate.png) center center no-repeat; background-size: cover; }


/* MENU 【メニュー一覧ページ】　　リンクボタンの背景画像 
---------------------------------------------*/
/* フェイシャル メニュー一覧 リンクボタン */
.menu-list-box a.suiko { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_injection.png) top center no-repeat; background-size: cover; }
.menu-list-box a.dermapen { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_dermapen.jpg) center center no-repeat; background-size: cover; }
.menu-list-box a.hifu { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_hifu.jpg) top center no-repeat; background-size: cover; }
.menu-list-box a.ipl { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_ipl.png) bottom center no-repeat; background-size: cover; }
.menu-list-box a.toning { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_toning.jpg) center center no-repeat; background-size: cover; }
.menu-list-box a.intravenous-drip { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_drip.png) bottom center no-repeat; background-size: cover; }
.menu-list-box a.botox { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_botox.png) center center no-repeat; background-size: cover; }
.menu-list-box a.peeling { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_peeling.png) center center no-repeat; background-size: cover; }
.menu-list-box a.chemical-peeling { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_chemical-peeling.jpg) center top no-repeat; background-size: cover; }

/* 物販 メニュー一覧 リンクボタン */
.menu-list-box a.medicine { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_medicine.jpg) center center no-repeat; background-size: cover; }
.menu-list-box a.lumigan { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_lumigan.png) bottom center no-repeat; background-size: cover; }
.menu-list-box a.heliocare { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_heliocare.png) bottom center no-repeat; background-size: cover; }
.menu-list-box a.lypo-c { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_internal-use.png) top center no-repeat; background-size: cover; }
.menu-list-box a.pantogar { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_faga.png) bottom center no-repeat; background-size: cover; }
.menu-list-box a.kampo {  background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_kampo.jpg) center bottom no-repeat; background-size: cover;  }

/* 薄毛 AGA・FAGA メニュー一覧 リンクボタン */
.menu-list-box a.aga { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_aga.png) bottom center no-repeat; background-size: cover; }
.menu-list-box a.faga { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_faga.png) bottom center no-repeat; background-size: cover; }

/* 医療脱毛 メニュー一覧 リンクボタン */
.menu-list-box a.epilation { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_epilation.png) center center no-repeat; background-size: cover; }

/* ダイエット  メニュー一覧 リンクボタン */
.menu-list-box a.mounjaro { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_mounjaro.jpg) center center no-repeat; background-size: cover; }
.menu-list-box a.glp1 { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_glp1.jpg) center center no-repeat; background-size: cover; }

/* 除外されたメニュー ：yagレーザー/ヒアルロン酸注射/BNLS脂肪溶解注射/ピンクインティメイト */
.menu-list-box a.yag { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_yag.png) top center no-repeat; background-size: cover; }
.menu-list-box a.hyaluronic-acid { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_hyaluron.png) bottom center no-repeat; background-size: cover; }
.menu-list-box a.bnls { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_bnls.png) center center no-repeat; background-size: cover; }
.menu-list-box a.pink-intimate { background: url(https://lonalona.jp/wp/wp-content/uploads/keyVisual_pink-intimate.png) center center no-repeat; background-size: cover; }


/* お悩み・症状別ページ メニュー　ボタン背景画像 
---------------------------------------------*/
.menu-list-box02 a.suiko { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_suiko.jpg) center center no-repeat; background-size: cover; }
.menu-list-box02 a.ipl { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_ipl.jpg) center center no-repeat; background-size: cover; }
.menu-list-box02 a.toning { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_toning.jpg) center center no-repeat; background-size: cover; }
.menu-list-box02 a.intravenous-drip { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_intravenous-drip.jpg) center center no-repeat; background-size: cover; }
.menu-list-box02 a.peeling { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_peeling.jpg) center center no-repeat; background-size: cover; }
.menu-list-box02 a.chemical-peeling { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_chemical-peeling.jpg) center top no-repeat; background-size: cover; }
.menu-list-box02 a.medicine { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_medicine.jpg) center center no-repeat; background-size: cover; }
.menu-list-box02 a.kampo { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_kampo.jpg) center bottom no-repeat; background-size: cover; }
.menu-list-box02 a.zo { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_zo.jpg) center center no-repeat; background-size: cover; }
.menu-list-box02 a.lypo-c { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_lypo-c.jpg) center center no-repeat; background-size: cover; }
.menu-list-box02 a.hq { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_hq.jpg) center center no-repeat; background-size: cover; }
.menu-list-box02 a.heliocare { background: url(https://lonalona.jp/wp/wp-content/uploads/menu_img_heliocare.jpg) center center no-repeat; background-size: cover; }

h1.page-header_pageTitle:first-child {
	color: #333;
	font-size: 2.0rem;
}
.lead-text {
	font-size:1.25rem;
	font-family: 'Noto Serif JP';
	color: #00508f;
	margin: 0;
}

/* TOPページ(全体のTOP) 
---------------------------------------------*/
.top-logo {
	margin: 60px auto 40px;
}
@media screen and (max-width: 640px) {
	.top-logo {
		margin: 40px auto 20px;
		text-align: center;
		}
	.top-logo img {
		max-width: 50%;
		height: auto;
		}
	.top-btn {
		margin-top: 20px !important;	
		}
	.top-btn a {
		padding: 12px 20px !important;
		}
}
.top-btn {
	line-height: 1.8;
	border-radius: none;
	font-size: 1.0rem;
	margin-top: 80px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	background-color: #003166;
	border: 1px solid #003166;
	position: relative;
}
.top-btn:hover {
	background-color: #fafafa;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.top-btn a {
	color: #fff;
	display: inline-block;
	padding: 12px 0px;
}
.top-btn:hover a {
	text-decoration: none;
	color: #003166;
}
/*　矢印マーク　*/
.top-btn a:before {
	position: absolute;
	content: "";
	top: 43%;
	right: 25px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top-btn a:hover:before {
	border-top: 1px solid #003166;
	border-right: 1px solid #003166;
}

/* 投稿ページでLINEQRを非表示
---------------------------------------------*/
.post-template-default #custom_html-2 {
	display: none;
}
/* 投稿ページで前後の記事の画像を非表示
---------------------------------------------*/
.post-template-default .postNextPrev .card-img-outer {
	display: none;
}
.post-template-default .postNextPrev .col-7 {
	flex: 0 0 100%;
    max-width: 100%;
}

/* 投稿ページの最近の投稿リスト
---------------------------------------------*/
.post-template-default .subSection .postList_thumbnail {
	display: none;
}
.post-template-default .subSection .media-heading {
	padding: 0 0 0 .75em;
	border-left: 3px solid #00508e;
}
/* LINK
---------------------------------------------*/
footer a {color:#00508e;!important}

/* FONT TEXT
---------------------------------------------*/
.min { font-family: 'Noto Serif JP'!important;}
.txt-white { color: #fff;}
.ls-1 { letter-spacing: 0.1em;}
.large { font-size: 1.25rem;}
.small { font-size: 0.8rem; line-height: 1.2;}
.small-2 { font-size: 0.75em;}
.normal { font-weight: normal !important;}
.bold { font-weight: bold;}
.nowrap { white-space: nowrap;}
.txt-red { color: #e51740;}
.txt-white { color: #fff;}
.txt-blue {color: #38b;}
.txt-pink {color: #ff6685;}
.bg_pink {background: #fff2f5;}
.bg_lightblue01 {background: #f5fbff;}
.bg_lightblue02 {background: #e9eef2;}/*暗め*/
.bg_01 {background: #fffafc;}
.bg_02 {background: #f5edf1;}/*暗め*/
.line-through {
	text-decoration: line-through;
}

/* BOX
---------------------------------------------*/
.white-line-box {
	border: 1px solid #fff;
	padding: 1em 2em 0;
	margin: 0 0 2em;
}
.pink-box {
	width: 90%;
	margin: 0 auto 40px;
	background: #fff2f5;
	padding: 0.75em 1.25em;
}


/* 右寄せ左寄せ
---------------------------------------------*/
.img-right {
	float: right;
	margin: 0 0 0 1em;
}
.img-left {
	float: left;
	margin: 0 1em 0 0;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

@media screen and (max-width: 640px) {
	.mobile-block-element {
		display: block !important;
		float: none !important;
		text-align: center;
	}
}


.width90 {
	width:90%;
}
/* マージン
---------------------------------------------*/
.mt0 { margin-top: 0 !important; -webkit-margin-top: 0 !important;}
.mt20 {	margin-top: 20px;}
.mt40 {	margin-top: 40px;}
.mb0 {	margin-bottom: 0 !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb80 {	margin-bottom: 80px;}
.mb100 { margin-bottom: 100px;}
.mr80 {	margin-right: 80px !important;}
.ml20 {	margin-left: 20px;}


/*  フォーム
---------------------------------------------*/
/* ---------------------------
  MW WP Form #1 PC
----------------------------- */
table.cf-tbl-1 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 30px;
}
table.cf-tbl-1 td {
  font-size: 16px;
  padding: 10px;
}
table.cf-tbl-1 th {
  width: 30%;
  vertical-align: middle;
  text-align: right;

  padding: 6px 8px;
}
table.cf-tbl-1 th span.cf-small {
    font-size:80%;
    color: #ccc;
}
table.cf-tbl-1 th.cf-your-info {
    text-align: center;
    /* font-size: 120%; */
    border-top: none;
    border-bottom: none;
    padding-bottom: 30px;
}
table.cf-tbl-1 tr.border-bottom-none th, table.cf-tbl-1 tr.border-bottom-none td {
	border-bottom: none;
}
table.cf-tbl-1 td {
    vertical-align: middle;
}
table.cf-tbl-1 td.cf-required {
    width: 10%;
    vertical-align: middle;
}
table.cf-tbl-1 td.cf-required span {
    display: inline-block;
    background: #ED2C24;
    padding: 2px 5px;
    color: #fff;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
  	font-size: 10px;
}
table.cf-tbl-1 input[type="text"], table.cf-tbl-1 input[type="email"] {
  width: 100%;
  height: 35px;
  font-size: 14px;
  border: 1px solid #ccc;
}
table.cf-tbl-1 input[type="text"]#client-adult,
table.cf-tbl-1 input[type="text"]#client-child {
  width: 40%;
  margin-left: 15px;
}
table.cf-tbl-1 .input-number {
  float: none!important;
  margin-right: 0!important;
  text-align: left!important;
}
table.cf-tbl-1 textarea {
  width: 100%!important;
  font-size: 14px;
  border: 1px solid #ccc;
}
table.cf-tbl-1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  background: #eee;
  font-size: 14px;
}
.cf-tbl-1-btn button {
  background-color: #b02029;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: none!important;
  color: #fff;
  font-size: 22px;
  padding: 15px 30px;
  margin-bottom: 60px;
}
.cf-tbl-1-btn button:hover {
  background:#65051f;
}
.cf-tbl-1-btn .mw-submit-button {
    background-color: #00508f;
	border: 1px solid #00508f;
    padding: 15px 40px;
    font-size: 1.4em;
  color: #fff;
}
.cf-tbl-1-btn .btn-primary {border:none}
.cf-tbl-1-btn .mw-submit-button:hover {
	color: #003166;
	background: #fff;
	border: 1px solid #00508f;
}
.mwform-margin-bottom {
    margin-bottom: 20px;
}
.mw-form-final-notice {
    margin-bottom: 30px;
}

body, html {
	overflow-x: inherit !important;
}
body.c-active {
  overflow: hidden;
}

.c-header {
	z-index: 1000;
	width: 100%;
}

.c-header__top {
	z-index: 100;
/* 	position: absolute; */
	top: 0;
	width: 100%;
	height: 160px;
	margin: 0 auto;
	padding: 30px;
	color: #fff;
	display: block;
	}
.c-header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 100001;
	position: fixed;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 2px
}
.c-header__menu:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.c-header__menu.c-active {
	border: 1px solid #ccc;
	border-radius: 2px;
}
.c-header__menu.c-active .c-header__icon:nth-child(1) {
	top: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-header__menu.c-active .c-header__icon:nth-child(2) {
	display: none;
}
.c-header__menu.c-active .c-header__icon:nth-child(3) {
	top: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-header__icon {
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #333;
	-webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, background-color 0.5s ease;
	transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}
.c-header__icon:nth-child(1) {
	top: 16px;
	transition: all 0.3s;
}
.c-header__icon:nth-child(2) {
	top: 30px;
	transition: all 0.3s;
}
.c-header__icon:nth-child(3) {
	top: 44px;
	transition: all 0.3s;
}

.c-header__inner {
	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;
}
  .c-header__logo:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.c-header__nav {
	z-index: 100000;
	position: fixed;
	top: -100%;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 100px 40px;
	overflow: auto;
	overflow-y: scroll;
	background-color: #fff;
	color: #666;
	-webkit-transition: top 1s cubic-bezier(0.42, 0, 0.05, 1.04);
	transition: top 1s cubic-bezier(0.42, 0, 0.05, 1.04);
}
.c-header__nav ul {
	border-top: 3px solid #ccc;
	padding: 0;
}
.c-header__nav ul li {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 0.875rem;
	line-height: 1.65;
	list-style: none;
	margin: 0;
}

.c-header__nav ul li::marker {
	display: none;
}
.c-header__nav ul li a {
	display: block;
	position: relative;
	padding: 0.7em 0.5em;
	overflow: hidden;
	color: #333;
}

.c-header__nav ul li a:hover {
	text-decoration: none;
	color: inherit;
}
.c-header__nav.c-active {
	top: 0;
}
.c-header__item {
	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;
	padding: 15px 0 20px;
	border-bottom: 3px solid #ccc !important;
}
.c-header__item--blue a {
	width: 270px;
	background-color: #1d67ae;
	color: #fff !important;
	text-align: center;
}
.c-header__item--blue a:hover {
	opacity: 0.7;
}
.c-header__item--brown a {
	width: 270px;
	background-color: #6e4a29;
	color: #fff !important;
	text-align: center;
}
.c-header__item--brown a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 991px) {
	.c-header__nav ul li {
		font-size: 1rem;
	}
}

.sp-only {
	display: none;
  }
  
  @media screen and (max-width: 992px) {
	.sp-only {
	  display: block;
	}
  
	.pc-only {
	  display: none;
	}
  }

@media screen and (max-width: 992px) {
	.c-header__top {
	  height: 90px;
	  padding: 15px;
	}
	.c-header__inner h1 {
	  max-width: 80px;
		margin-bottom: 0;
	}

	.c-header__menu {
	  width: 34px;
	  height: 34px
	}

	.c-header__icon {
		width: 20px;
	}

	.c-header__icon:nth-child(1) {
		top: 9px;
	}

	.c-header__icon:nth-child(2) {
		top: 16px;
	}

	.c-header__icon:nth-child(3) {
		top: 23px;
	}

	.c-header__menu.c-active .c-header__icon:nth-child(1) {
		top: 15px;
		transform: rotate(45deg);
	}

	.c-header__menu.c-active .c-header__icon:nth-child(2) {
		display: none;
	}

	.c-header__menu.c-active .c-header__icon:nth-child(3) {
		top: 15px;
   		transform: rotate(-45deg);
	}

	.c-header__nav {
		padding: 50px 15px;
	}

	.c-header__nav ul li {
		position: relative;
	}

	.sub-menu {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: all .5s ease-in;
		position: relative;
		z-index: 1;
		display: block;
		border-top: 1px solid #ccc !important;
		margin: 0;
	}

	.c-dropdown a {
		width: calc(100% - 45px);
	}

	.c-dropdown::after {
		content: '';
		position: absolute;
		right: 8px;
		top: 8px;
		width: 28px;
		height: 28px;
		border: 1px solid #ccc;
		border-radius: 2px;
		cursor: pointer;
    	z-index: 1000;
		background: url('./assets/images/vk-menu-acc-icon-open-black.svg') center 50% no-repeat;
	}
	.c-icon.show::after {
		content: '\2715';
		font-size: 20px;
		background: none;
		text-align: center;
		line-height: 1.5;
	}
	.sub-menu.c-active {
		transition: all .5s ease-in;
		max-height: 1000px;
		opacity: 1
	}
	
	.sub-menu li a {
		padding-left: 1.5em !important;
	}

	.sub-menu li:last-child {
		border-bottom: 0;
	}
  }


/* ---------------------------
  MW WP Form #1 SP
----------------------------- */
@media only screen and (max-width:768px){
    table.cf-tbl-1 { }
    table.cf-tbl-1 th,
    table.cf-tbl-1 td {
        width: 100%!important;
        display: block;
        border-top: none;
        font-size: 13px;
        line-height: 1.7;
    }
    table.cf-tbl-1 tr:first-child th {
       
    }
    table.cf-tbl-1 td {
        padding: 10px 5px 40px;
    }
    table.cf-tbl-1 td.cf-required-sp:before {
        content:"※必須";
        color: #b02029;
        margin-right: 15px;
    }
    table.cf-tbl-1 td.cf-required {
        display: none;
    }
    table.cf-tbl-1 th {
        text-align: left;
        background: #cae4fc;
    }
    table.cf-tbl-1 th.cf-your-info {
        background: #fff;
       
    }
    table.cf-tbl-1 tr:first-child th {
      
    }
    table.cf-tbl-1 tr.border-bottom-none th, table.cf-tbl-1 tr.border-bottom-none td {
	   
    }
}

/* ---------------------------
 Top page
----------------------------- */
.top-medical-department .wp-block-column {
	margin-bottom: 100px;
}
.top-medical-department h2{
	margin: 0 0 .5em !important;
	padding: .2em 0 .5em !important;
}
@media screen and (max-width: 480px) {
	.top-medical-department h2{
		margin: 0 0 .5em !important;
		padding: .2em 0 .5em !important;
		-webkit-appearance: none;
	}
}
.top-medical-department h2:before {
    bottom: 2px !important;
}
.top-medical-department .btn-blue {
	width: 90% !important;
}
	
/* ---------------------------
 クリニックブログ
----------------------------- */
.single-post .category-clinic-blog .entry-meta_items_author {
display: none;
}
 .single-post .category-clinic-blog .entry-body {
 padding-bottom: 50px;
 }
 .single-post .category-clinic-blog {
 padding-bottom: 30px;
 }
.single-post .category-clinic-blog h2.wp-block-heading {
 font-size: 1.8em;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #00508f;/*左線*/
  text-align: left;
	margin-top: 2em;
  margin-bottom: 1em;
 }
.single-post .category-clinic-blog h2:before {
display: none;
}
.single-post .category-clinic-blog h3 {
color: #494949;
 margin-top: 40px;
 font-size: 1.45em;
 font-weight: 500;
 }
.single-post .category-clinic-blog h4 {
    padding: 0!important;
    border-left: none!important;
    font-size: 1.3rem!important;
    margin-top: 30px!important;
	}