@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/



/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/* Material iconsを利用する */
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* 推奨サイズ */
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2;
	text-transform: none;

  /* WebKitブラウザサポート */
	-webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
	text-rendering: optimizeLegibility;

  /* Firefoxサポート */
	-moz-osx-font-smoothing: grayscale;

  /* IEサポート */
	font-feature-settings: 'liga';
}

/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }




/************************************
	サイトロゴ左寄せ/位置調整
************************************/
.logo{
	text-align:left;
}

.logo-image {
	padding-top: 13px;
	padding-bottom: 10px;
}

.site-name-text-link {
	padding: 0;
}

.logo-header{
	line-height: 0;
}



/************************************
	次のページ
************************************/
.pagination-next {
	display: none;
}

/*.pagination-next-link {
	background-color: #58bca3;
	color: #fff;
	border: none;
	border-radius: 30px;
	transition: all 0.5s ease;
  }

  .pagination-next-link:hover {
	opacity: 0.5 ;
	background-color: #58bca3;
  }
*/

/************************************
	ページ送りボタンを変更
************************************/

#main .pagination .current {
	color: #fff;/*選択ページの数字の色を変える*/
	background-color: #58bca3;/*選択ページのボタン背景色を変える*/
}

#main .pagination .page-numbers {
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-size: 17.5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 49px;
	border: unset;
	}

.pagination{
	flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
	#main .pagination .page-numbers {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}
}

/************************************
	ページナンバー
************************************/
.page-numbers { /*通常時*/
/*   width: 50px; */
	min-height: 50px;
	min-width: 50px;
	background:none; 
	border-radius: 50%;/*丸型にする*/
	color: #58bca3 ; 
	line-height: 50px; /*テキスト中央寄せ*/ 
/*   border: 3px solid #00cdac;  */
}

/*-------------------------
	ページ番号詳細設定
--------------------------*/
a.page-numbers {
	background-color: #fff; 
	color: #58bca3; 
	transition: all 0.4s ease-out; 
	border-radius: 50%;
	border: 2px solid #58bca3;
 	line-height: 50px; /*テキスト中央寄せ*/ 
}
.pagination .current { /*現在のページ*/
	background-color: #58bca3;
	color: #fff;
	border-radius: 50%;
	line-height: 50px; /*テキスト中央寄せ*/ 
}

.page-numbers.dots { /*ドット「…」の部分*/
	opacity: 1;
	background: none;
	line-height: 50px; /*テキスト中央寄せ*/ 
}
.pagination a:hover { /*マウスホバー時*/
	background-color: #58bca3;
	color: #fff;
	
}


/************************************
	プロフィール-サイドバー
************************************/
.sidebar .widget_author_box {
	background: #fff;
	padding-top: 1.2em;
	border-radius: 3px 3px 0 0;
	max-width: 360px;
	margin: 0 auto;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.sidebar .author-box {
	padding: 120px 0 0;
	border: none;
	position: relative;
	margin: 0 0 3em;
	max-width: 100%;
	overflow:hidden;
}
.sidebar .author-content {
/*　background: -webkit-linear-gradient(0deg, rgba(28, 189, 255, 1) 0%, rgba(55, 219, 255, 1) 51.39%, rgba(70, 205, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(28, 189, 255, 1) 0%, rgba(55, 219, 255, 1) 51.39%, rgba(70, 205, 255, 1) 100%);*/
/*	background: #58bca3;　*/
	background-image: linear-gradient(-20deg, #58bca3 0%, #8ddad5 100%);
	border-radius: 200px 200px 0px 0px / 100px 100px 0px 0px;
	color: #fff;
	padding: 20px;
	width:110%;
	margin-left:-5% !important;
}

.sidebar .author-box .author-name a {
/*  color: #42ace7; */
	color: #58bca3;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 22px;
}

.sidebar .author-box .author-description {
	padding: 45px 25px 0px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.sidebar .author-box p {
	line-height: 1.8;
	font-size: 14px;
}

.sidebar .author-box .author-thumb {
	width: 120px;
	margin: 0 auto;
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	bottom: 0;
}

.sidebar .author-box .author-name {
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	margin-bottom: 0.4em;
	top: 23px;
	bottom: 0;
	right: 0;
	left: 0;
}

.sidebar .author-box .author-widget-name {
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 0;
	left: 0;
	font-size: 0.7em;
	color: #bbb;
}

.sidebar .author-box .sns-follow {
	padding: 15px 10px;
}

.sidebar .author-box .sns-follow-buttons {
	display: flex; 
	justify-content: space-evenly;
}

/* .sidebar .author-box .sns-follow-buttons a {
	border-radius: 50%;  
	border: none;  
	width: 45px;
/*  height: 45px; 
	line-height: 45px;  
	font-size: 30px;
	box-shadow: 0 0 10px rgba(66, 172, 231, .5), 0 0 5px -5px rgba(66, 172, 231); 
	background:#fff;
}  */

#container #sidebar .author-box .sns-follow-buttons a {
	border-radius: 50%;
	border: none;
	width: 45px !important;
	height: 45px;
	line-height: 45px;
	font-size: 30px !important;
	box-shadow: 0 0 10px rgba(141, 218, 213, .5), 0 0 5px -5px rgba(141, 218, 213);
	background: #fff;
}

.sidebar .author-box .sns-follow-buttons a:hover {
	box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
	opacity: 1;
}

.sidebar .author-box .sns-follow-buttons .follow-button span:before {
	color: #58bca3;
}

.sidebar .icon-instagram-new:before {
	content: "\ea92";
	font-size: 24px;
}

.sidebar .author-box .to-profile {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #46CDFF;
	box-shadow: 0 0 10px rgba(0, 205, 172, .5), 0 0 5px -5px rgba(0, 205, 172);
	top: 105px;
	right: 45px;
	font-size: 0.9em;
	font-weight: bold;
}

.sidebar .author-box .to-profile:hover {
	box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
}

.sidebar .author-box .sns-follow-message {
	margin-bottom: 10px;
	font-size: 13px;
}

.sidebar .author-box .sns-follow-message:before {
	content: "＼";
	margin-right: 5px;
}

.sidebar .author-box .sns-follow-message:after {
	content: "／";
	margin-left: 5px;
}

.sidebar .icon-twitter-logo:before {
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 0;
	left: 0;
}

.sidebar .icon-facebook-logo:before {
	position: absolute;
	top: 8px;
	bottom: 0;
	right: 3px;
	left: 0;
}

.sidebar .icon-hatebu-logo:before {
	position: absolute;
	top: 8px;
	bottom: 0;
	right: 0;
	left: 0;
}

.sidebar .icon-feedly-logo:before {
	position: absolute;
	top: 8px;
	right: 2px;
	bottom: 0;
	left: 0;
}

.sidebar .icon-rss-logo:before {
	position: absolute;
	top: 7px;
	right: 0;
	bottom: 8px;
	left: 0;
}

.sidebar h3, .sidebar .widget-sidebar-title {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
    padding: 4px 5px;
	margin: 13px 0;
}
.sidebar .widget-sidebar-title {
	position: relative;
	background-color: #58bca3;
	border-bottom: 2px solid #edf3f3;
	border-left: solid 5px #58bca3;
}


/*************************
	見出しリセット
 **************************/
/* 見出し2 */
.article h2{
	background:none;
	padding: 0;
}

/* 見出し3 */
.article h3{
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding: 0;
	background:none;
}

/* 見出し4 */
.article h4{
	border-top:none;
	border-bottom:none;
	padding: 0;
	background:none;
}

/* 見出し5 */
.article h5{
	border-bottom:none;
	padding: 0;
	background:none;
}

/* 見出し6 */
.article h6{
	border-bottom:none;
	padding: 0;
	background:none;
}


/*************************
	新規見出し設定
**************************/
h2:first-letter {
	font-size: 2em;
	color: #58bca3;
}

h3 {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
 	background: transparent;/*背景透明に*/ 
	border-left: solid 5px #58bca3;/*左線*/
}

h4 {
	position: relative;
	padding-left: 25px;
}

h4:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(0, 205, 172);
}

h4:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(0, 205, 172);
}

h5 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
}

h5:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #58bca3;
	bottom: -3px;
	width: 20%;
}



/*
 * 親テーマのフッターを上書き
 */
.footer {
	padding: 0;
}
.footer li {
	list-style-type: none;
}
.footer a {
	color: #f7f7f7;
	text-decoration: none;
}
.footer a:hover {
	background-color: transparent;
}

	/**********************************
        フッター
    ************************************/
.footer-widgets {
	border-bottom: 1px solid #aec9cc;
}

.footer-title {
	color: #00cdac;
}

.footer #pages-2 .page_item > a {
	padding: 5px 0;
	color: #162c3f;
}
.footer #pages-2 .page_item > .accordionBtn {
	top: 5px;
}

.footer .footer-clinic {
	padding: 15px 15px 8px;
}

.footer .footer-clinic .footer-name {
	font-size: 20px;
}

@media only screen and (max-width: 480px) {
	.bgfull #inner-footer {
		margin-bottom: 64px;
	}
	
	li.footer-item {
		width: 40px;
		height: 40px;
	}
	
	.footer #pages-2 .page_item > .accordionBtn {
		top: 3px;
	}
}


/************************************** 
フッターメニュー
*************************************/
.navi-footer-in a {
	color: #58bca3;
}

.navi-footer-in a:hover {
	background-color: #f6f9f9;
}

.navi-footer-in > .menu-footer li {
	border-left: 1px solid #dde8ea;
}

@media screen and (max-width: 834px) {
	.navi-footer-in > .menu-footer li.menu-item {
		border: none;
	}
	.navi-footer-in a {
		background-color: #edf3f3;
	}
}

/*-----------------------------
フッターの上部（予約とライン
------------------------------- */
.footer > .footer-wrapper:first-of-type {
  /*background: #f0f0f0;*/
	background: #edf3f3;
}

#footer-inner01 {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 40px 0;
	max-width: 980px;
}

.footer-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	text-decoration: none;
	width: 45%;
}

.footer-contact:first-of-type {
	background: #f9d200 !important;
}

.footer-contact:first-of-type p span {
	color: #162c3f;
}

.footer-contact:last-of-type {
	background: #00B900 !important;
}

.footer-contact > p span {
	color: white;
	display: block;
	line-height: 1.2;
}

.footer-contact > p span:first-of-type {
	font-size: 20px;
	font-weight: bold;
}

.footer-contact > p span:last-of-type {
	font-weight: normal;
}

.footer-contact > p {
	margin: 0;
	text-align: center;
}

a.footer-contact {
	color: #162c3f;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

a.footer-contact small {
	font-weight: normal;
}


.footer-contact:first-of-type > img {
	width: 40px;
	margin-right: 10px;
}

.footer-contact:last-of-type > img {
	width: 40px;
	margin-right: 10px;
}

a.footer-contact:first-child span:before {
    content: "＼ 当日予約OK！ ／";
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
.footer-contact .reservation__note {
    border-radius: 50%;
    background-color: #162c3f;
    overflow: hidden;
    width: 58px;
    height: 58px;
}

@media only screen and (max-width: 1000px) {
	#footer-inner01 {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.footer-contact {
		width: 55%;
		min-width: 400px;
	}
	
	.footer-contact:first-of-type {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#footer-inner01 {
		width: 80%;
	}
}

@media only screen and (max-width: 480px) {
	#footer-inner01 {
		padding: 25px 0;
		width: 100%;
	}
	
	.footer-contacts {
		padding: 25px 0;
	}
	
	.footer-contact {
		height: 80px;
		min-width: 300px;
		width: 80%;
	}
	
	.footer-contact:first-of-type {
		margin-bottom: 10px;
	}
	
	.footer-contact > p span:first-of-type {
		font-size: 16px;
	}
	
	.footer-contact > p span:last-of-type {
		font-size: 14px;
	}
	
	.footer-contact:first-of-type > img {
		width: 30px;
	}
	
	.footer-contact:last-of-type > img {
		width: 30px;
	}
}

/*---------------------
	フッター下部
----------------------*/
.footer > .footer-wrapper:last-of-type {
	background: #6E9188;
}

.footer-inner02 {
	padding: 50px 0 20px 0;
	width: 95%;
	max-width: 1400px;
}

#footer-top {
/*
	align-items: flex-start;
	flex-wrap: nowrap;
*/
}

.footer-consultation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-txt {
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	margin: 0;
	text-align: center;
	line-height: 24px;
	padding: 7px 17px;
}

.footer-txt > span {
	font-size: 28px;
	font-weight: 900;
}

.footer-tel {
	position: relative;
	color: #fff;
	text-align: center;
	margin-left: 50px;
}

.footer-tel::before {
	content: '\e325';
	font-family: 'Material Icons';
	position: absolute;
	top: -13px;
	left: -50px;
	font-size: 52px;
}

.footer-tel > a {
	display: block;
	line-height: 25px;
	font-size: 37px;
	font-weight: 900;
}

.footer-tel a .footer-nmb {
	text-decoration: none;
}

.footer-contents {
	min-width: 290px;
}

.footer-contents > .footer-list {
	border-left: 2px solid #fff;
	padding-left: 15px;
	line-height: 24px;
}

#footer-bottom {
	margin-top: 30px;
	text-align: center;
	font-size: 90%;
	padding: 0;
}

.footer-sns .footer-list {
	display: flex;
	justify-content: center;
}

.footer-sns .footer-item {
	width: 45px;
	height: 45px;
}
.footer-sns .footer-item a img {
	transition: all 0.3s ease-in-out;
}
.footer-sns .footer-item a:hover img {
	opacity: 0.8;
}

.footer-sns .footer-item:not(:last-of-type) {
	margin-right: 10px;
}

.footer-sns .footer-item img {
	height: 100%;
}

.footer-draga {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.footer-logo {
	display: flex;
	align-items: flex-end;
}

.footer-logo img.mark {
	height: 90px;
	margin-right: 5px;
	margin-bottom: -12px;
}

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

.footer-description > p {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 18px;
	margin: 0;
}

.footer-description > div {
	margin: 0;
	width: 290px;
	font-size: 1.5em;
	line-height: 1.4;
}
.footer-description > div img {
	vertical-align: bottom;
}

#footer-bottom .copyright {
	color: #fff;
	text-decoration: none;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	#footer-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#footer-top .footerwidget {
		width: calc( 33.333333% - 1em);
	}
}

@media only screen and (max-width: 1070px) {
	#footer-top {
		flex-wrap: wrap;
	}
	
	.footer-consultation {
		margin-bottom: 30px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.footer-contents {
		margin-bottom: 15px;
	}

	.footer-txt {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.footer-inner02 {
		padding: 30px 0 80px 0;
		width: 95%;
		max-width: 1400px;
	}
	
	.footer-list {
		font-size: 14px;
	}

	#footer-bottom {
		margin-top: 20px;
	}
	
	.footer-sns .footer-item {
		width: 35px;
		height: 35px;
	}
	
	.footer-draga {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.footer-logo > img {
		height: 80px;	
	}
	
	.footer-description > p {
		font-size: 12px;
	}
	
	.footer-description > h2 {
		width: 260px;
	}
	
	#footer-bottom .copyright {
		margin-top: 15px;
	}
}



/**************************************
	モバイルヘッダーナビ
************************************/
/*
 @media screen and (max-width: 834px) {
	#navi .navi-in > .menu-mobile a {
		border-top: 1px solid #162c3f;
		border-right: 1px solid #162c3f;
		color: #162c3f;
	}
	#navi .navi-in > .menu-mobile a:nth-child(even) {
		border-right: none;
	}
	#navi .navi-in > .menu-mobile a:hover {
		background-color: #fff;
	}
	.navi-in a:hover {
		background-color: #fff;
	}
}
*/

/******************************************
	モバイルヘッダーメニュー・検索アイコン
*******************************************/
.mobile-header-menu-buttons {
	background: #58bca3;
	height:50px;
	box-shadow: none;
}

.mobile-header-menu-buttons > li {
	padding-top:0;
}

.menu-button{
	margin: auto;
}

.mobile-header-menu-buttons .menu-button:hover{
	background-color: #58bca3;
}

span.fas.fa-search::before{
	color:#fff;/*検索マーク色変更はこちら*/
	margin-left:1em;
}

span.fas.fa-bars::before{
	color:#fff;/*ハンバーガーメニュー色変更はこちら*/
	margin-right:1em;
}

.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,
.search-menu-caption.menu-caption,
.top-menu-caption.menu-caption,
.sidebar-menu-caption.menu-caption{
	display:none;
}


/************************************** 
	モバイルフッターメニュー
************************************/
.mobile-footer-menu-buttons {
	height: 65px;
	align-items: center;
}

.mobile-footer-menu-buttons .menu-caption {
    font-size: 13px;
    text-align: center;
    opacity: 1;
    display: block;
}

.mobile-footer-menu-buttons .menu-caption,
.mobile-footer-menu-buttons .menu-icon {
	color: #fff;
	font-weight: 800;
	line-height: 1.2;
}

.mobile-footer-menu-buttons > li {
	padding-top: 2px;
}


.mobile-footer-menu-buttons .menu-button:hover {
	background-color: #58bca3;
}

/*1番目のボタンの背景色:カウンセリング予約*/
.mobile-footer-menu-buttons .menu-button:nth-of-type(1){
	background-color: #ffc400;
	height: 65px;
}

/*2番目のボタンの背景色:LINE*/
.mobile-footer-menu-buttons .menu-button:nth-of-type(2){
	background-color: #00B900;
	height: 65px;
}

/*3番目のボタンの背景色:電話*/
.mobile-footer-menu-buttons .menu-button:nth-of-type(3){
	background-color: #58bca3;
	height: 65px;
}

/*アイコンを画像に置き換え*/
.mobile-footer-menu-buttons li:nth-of-type(2) .fa-star::before{
	background-image: url( https://drskinclinic.jp/blog/wp-content/uploads/2024/01/LINE_icon.png );
	background-position: 50% 3px;/*水平 垂直*/
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 27px;
	width: 21px;
}

/*高さ揃える*/
.mobile-footer-menu-buttons li .fa {
	height: 24px;
}

.mobile-footer-menu-buttons li .fa .fa-star{
	padding-top: 3px;
}


/*****************************************************
	モバイルスライドインメニュー
******************************************************/
.navi-menu-content {
	background-color: #fff;
}

/*閉じるボタン*/
.menu-close-button {
    display: block;
    cursor: pointer;
    text-align: right;
    font-size: 1.5em;
	padding: 0.7em 1em 0.5em 0;
}

.navi-menu-content .menu-drawer a {
	color: #000;
	border-bottom: 1px solid #c0c0c0;
}

.navi-menu-content .menu-drawer .sub-menu {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.navi-menu-content .menu-drawer .sub-menu a {
	padding-left: 2.2em;
}

.navi-menu-content .menu-drawer .sub-menu a::before {
	display: block;
	position: absolute;
	top: 0.5em;
	left: 1.4em;
	width: 1em;
	content: "-";
}

.navi-menu-content .menu-drawer a {
	position: relative;
	padding: 10px;
}

.navi-menu-content .menu-drawer a:hover {
	background-color: #f5f5f5;
}

/*矢印アイコン
.navi-menu-content .menu-drawer a::after {
	position: absolute;
	right: 0;
	padding-right: 8px;
	color: #fff;
	font-family: FontAwesome;
	content: "\f054";
}*/

.navi-menu-content .menu-drawer a::before ,
.navi-menu-content .menu-drawer a::after {
    content: "";
    position: absolute;
    transition: all 0.2s ease-in;
	box-sizing: border-box;
}

.navi-menu-content .menu-drawer a::before {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 52%;
    transform: translateY(-40%)
	rotate(45deg);
    border-top: 1px solid #c0c0c0; 
}

.navi-menu-content .menu-drawer a::after {
	width: 24px;
    height: 1px;
    right: 18px;
    top: 53%;
    transform: translateY(-40%);
    background: #c0c0c0;
}


.navi-menu-content .menu-drawer a:hover::before {
    right: 12px;
}

.navi-menu-content .menu-drawer a:hover::after {
    right: 10px;
    width: 32px;
}

.search-menu-content {
	top: 55%;
}


/*女性の方はこちら*/
.menu-drawer .mobileBanner-female a {
	background-color: #F19CA6;
	border-bottom:none;
	padding: 19px 0;
	margin-top: 30px;
	font-weight: bold;
}

.menu-drawer .mobileBanner-female a::before ,
.menu-drawer .mobileBanner-female a::after {
    content: "";
    position: absolute;
    transition: all 0.2s ease-in;
	box-sizing: border-box;
}

.menu-drawer .mobileBanner-female a::before {
    width: 10px;
    height: 10px;
    right: 20px;
    top: 52%;
    transform: translateY(-40%)
	rotate(45deg);
    border-top: 1px solid #000; 
}

.menu-drawer .mobileBanner-female a::after {
	width: 24px;
    height: 1px;
    right: 18px;
    top: 53%;
    transform: translateY(-40%);
    background: #000;
}

.menu-drawer .mobileBanner-female a:hover {
	background-color: #f5b8bf;
}

.menu-drawer .mobileBanner-female a:hover::before {
    right: 12px;
}

.menu-drawer .mobileBanner-female a:hover::after {
    right: 10px;
    width: 32px;
}


/*女性医師アイコン*/
.menu-drawer .mobileBanner-female a > img {
	margin: -13px 7% -24px 6%;
	display: inline-block;
	color: #fff !important;
	font-weight: bold;
	font-size:16px; 
	border-radius: 3px;
	text-align: left;
	text-decoration:none !important;
}

/*280px以下のスクリーンで非表示*/
@media screen and (max-width: 280px) {
	.menu-drawer .mobileBanner-female a > img {
		display: none;
	}
}


/**************************************
	ボックスメニュー
************************************/
.box-menu:hover {
	box-shadow: inset 2px 2px 0 0 
	#58bca3,2px 2px 0 0 #58bca3,2px 0 0 0 #58bca3,0 2px 0 0
	#00cdac;
}
.navi-in > ul {
	max-width: 1166px;
	margin: 0 auto;
}
.navi-in > ul li {
	width: 16.6%;
	border-right: 1px solid #fff;
    height: 40px;
    line-height: 40px;
}
.navi-in > ul li:first-child {
	border-left: 1px solid #fff;
}
.navi-in .menu-item a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	-webkit-transition: .25s ease-out;
	transition: .25s ease-out;
	width: 0;
	border-bottom: 2px solid;
}
#navi .navi-in .menu-item a:hover {
	background-color: transparent;
}
.navi-in .menu-item a:hover:after {
	left: 0;
	width: 100%;
}

.box-menu-icon img:hover{
	transform: scale(1.2);
	transition-duration: .3s;
}


/**************************************
	ヘッダー固定
***************************************/
.header-container {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:100
  }
.header-info {
    position: fixed !important;
    width: 100%;
    z-index: 9990;
    margin: auto;
}

/*カルーセルエリアの位置調整*/
.carousel {
    margin: 67px 0 -27px 0px;
} 

/*本文エリアの位置調整*/
.content {
	margin-top: 57px;
}

/*下層ページ 本文エリアの位置調整*/
@media screen and (max-width: 767px) {
	.post-template-default .content {
		margin-top: 0px;
	}
}

/*834px以下のスクリーンで非表示*/
@media screen and (max-width: 767px) {
	.carousel {
		margin: 24px 0 -27px 0px;
	}
}


/**************************************
	モバイル用ヘッダー調整
************************************/
.mobile-header-menu-buttons {
	width: 100%;
}
.mobile-header-menu-buttons {
	height: 60px;
}
.has-logo-button .menu-button {
	width: 50px;
}

/* タブレット時 */
/*@media screen and (max-width: 1023px) and (min-width: 481px) {
	.mobile-header-menu-buttons {
		top: 67px;
	}
	.carousel {
		margin-top: 125px;
	}
	.navi-menu-content {
		top: 67px;
	}
}*/

/************************************
　　フローティングボタンを設置
************************************/
#header-in {
	position: relative;
}
.floating_btn {
	position: absolute;
	right: 0;
	width: 560px;
	height: 50px;
	padding-top: 10px;
}

ul.header__list2 {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.header__list2 li {
	display: flex;
	width: 31%;
	height: 50px;
	justify-content: center;
    align-items: center;
    text-align: center;
	box-sizing: border-box;
	box-shadow: 0px 5px 5px -2px rgba(153, 153, 153, 0.35);
	transition-duration: .4s;
}

ul.header__list2 li:hover {
	transform: scale(1.1);
}

ul.header__list2 li a{
	display: flex;
	text-decoration: none;
	font-size: 0.8rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	margin-right: 12px;
	height: inherit;
	align-items: center;
	justify-content: center;
}


/*------アイコン------*/
.floating_btn ul.header__list2 .fa {
	align-items: center;
	color: #fff;
	height: 21px;
}

/*------カウンセリング予約ボタン------*/
ul.header__list2 li:first-child {
	background: #ffc400;
}

/*メールアイコン*/
ul.header__list2 li:first-child .fa {
	margin-right: 15px;
	margin-top: 2px;
}

/*------LINEボタン------*/
ul.header__list2 li:nth-child(2) {
	background: #00B900;
}

/*LINEアイコン*/
ul.header__list2 li:nth-child(2) > img {
	width: 20px;
	display:block;
	margin-right: 20px;
}

/*------電話ボタン------*/
ul.header__list2 li:last-child {
	background: #58BCA3;
}


/*電話アイコン*/
ul.header__list2 li:last-child .fa {
	margin-right: 25px;
	margin-top: 3px;
}


/*834px以下のスクリーンで非表示*/
@media screen and (max-width: 1023px) {
	.floating_btn {
		display: none;
	}
}


/*************************
	カルーセル
*************************/
#carousel .carousel-entry-card-title {
	display: none; /* タイトル消す */
}  

.carousel .cat-label {
	display: none; /* カテゴリーを消す */
}

.slick-slide img {
	box-shadow: 0px 5px 5px -2px rgba(153, 153, 153, 0.35);
	height: 100px;
	width: 177px;
	object-fit: cover;
}

/**************************************
SNSボタンのカラーをブランドカラーに戻す
**************************************/
.sns-share-buttons a, 
.sns-follow-buttons a,
.sidebar .sns-follow-buttons a, 
.footer .sns-follow-buttons a {
	background-color: var(--cocoon-sns-color);
}

  
/*ラベル*/
.cat-label {
	color: #fff;
}

/*タグ*/
.tag-link, .comment-reply-link {
	border: 1px solid #58bca3;
	color: #58bca3;
}

.cat-link:hover {
	background-color: #58bca3;
}

.tag-link:hover {
	color: #58bca3;
}

/*********************************************
 * ヘッダーのナビ移植
 *********************************************/
#header li {
	list-style-type: none;
}
#header a {
    text-decoration: none;
}
#header h1 a {
	transition: all 0.3s ease-in-out;
    line-height: 0;
    display: inline-block;
}
#header a:hover {
	opacity: 0.7;
}
#header .tel-inner {
	color: #231307;
}
.sp_nav , .tab_nav li.consultation {
	display: none;
}
.global_nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding-left: 0;
}
.global_nav ul li {
	line-height: 1rem;
	font-size: .9rem;
	font-weight: bold;
	text-align: center;
	height: 89px;
	text-decoration: none;
}
.global_nav ul li:not(.tel){
	width: clamp(90px,11vw,100px);
}
.global_nav ul li {
	font-size: clamp(10px,1.2vw,13px);
}

.global_nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #162c3f;
	line-height: 1.2;
	font-weight: bold;
	height: inherit;
}
.global_nav li a::before {
	content: '';
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 6px;
	height: 28px;
	width: 30px;
}
.global_nav li.reservation a{
	background-color: #f9d200;
}
.global_nav li.tel {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.global_nav li.tel > .tel-inner {
	line-height: 24px;
}
.global_nav li.reservation a::before {
	background-image: url("https://drskinclinic.jp/wp/wp-content/themes/draga/img/scroll_icon.svg");
}
.global_nav li.line a{
	background-color: #00b900;
}
.global_nav li.line a::before {
	background-image: url("https://drskinclinic.jp/wp/wp-content/themes/draga/img/f_nav_line.png");
}
.global_nav li.ladies a{
	background-color: #ffcbd6;
}
.global_nav li.ladies a::before {
	background-image: url("https://drskinclinic.jp/wp/wp-content/themes/draga/img/ladies.svg");
}
.global_nav li.consultation a{
	background-color: #fce880;
}
.global_nav li.consultation a::before {
	background-image: url("https://drskinclinic.jp/lp-aga/img/consultation_icon.svg");
}
.global_nav li span.h_tel_num {
	display: block;
	color: #58bba2;
	font-size: clamp(10px, 2.4vw,30px);;
	font-weight: 900;
	font-family: Roboto;
}
.global_nav li span.h_tel_num::before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 0.2em;
	background-image: url("https://drskinclinic.jp/wp/wp-content/themes/draga/img/h_tel.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.global_nav ul img{
	width: 5.5vw;
	margin: 0 auto;
}
#header .nav_btn {
/*	top: 100px;*/
/*	right: 10px;*/
	width: auto;
	min-height: auto;
}
#header .nav_btn::before {
	font-size: 150%;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/new/wp-content/themes/jstork19_custom/img/icon/menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#header .nav_btn .text {
	display: none;
}

#header .wrap {
	max-width: 1166px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	#header {
		position: relative;
		z-index: 999;
	}
	#inner-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0 0 0.9em;
	}
	#site__logo {
		margin-right: auto;
	}
	#ul__g_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}
	#ul__g_nav > .menu-item .gf {
		display: block;
		font-weight: normal;
		font-size: 84%;
		margin-top: -0.5em;
		opacity: 0.8;
	}
	#ul__g_nav > .menu-item {
		font-size: 68%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		font-weight: bold;
	}
	#ul__g_nav > .menu-item > a {
		display: block;
		padding: 0.7em 1em;
		text-align: center;
		position: relative;
	}
	#ul__g_nav > .menu-item > a::after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		bottom: 0px;
		-webkit-transition: .25s ease-out;
		transition: .25s ease-out;
		width: 0;
		border-bottom: 2px solid;
	}
	#ul__g_nav > .menu-item > a:hover::after {
		left: 0;
		width: 100%;
	}
	#ul__g_nav > .menu-item[class*="menu-btn-"] > a {
		background: #333;
		color: #fff;
	}
	#ul__g_nav > .menu-item.menu-btn-white > a {
		background: #fff;
		color: #333;
	}
	#ul__g_nav > .menu-item.menu-btn-gray > a {
		background: rgba(102, 102, 102, 0.3);
		color: inherit;
	}
	#ul__g_nav > .menu-item.menu-btn-lightgray > a {
		background: rgba(102, 102, 102, 0.1);
		color: inherit;
	}
	/* 	nav second~ */
	#ul__g_nav .sub-menu,
	#ul__g_nav .children {
		font-weight: bold;
		margin: 0;
		text-align: left;
		position: absolute;
		z-index: 8999;
		-webkit-box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
	}
	#ul__g_nav .sub-menu .menu-item,
	#ul__g_nav .children .menu-item {
		position: relative;
		overflow: hidden;
		line-height: 1.2;
		height: 0;
		-webkit-transition: .18s;
		transition: .18s;
	}
	#ul__g_nav .menu-item:hover > .sub-menu > .menu-item,
	#ul__g_nav .menu-item:hover > .children > .menu-item {
		overflow: visible;
		height: 3em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	#ul__g_nav .sub-menu a,
	#ul__g_nav .children a {
		display: block;
		width: 240px;
		padding: 0.9em 0.5em;
	}
	#ul__g_nav .sub-menu a:hover,
	#ul__g_nav .children a:hover {
		opacity: 0.8;
	}
	#ul__g_nav .sub-menu .menu-item:last-child,
	#ul__g_nav .children .menu-item:last-child {
		border-bottom: 0;
	}
	#ul__g_nav .sub-menu ul,
	#ul__g_nav .children ul {
		top: 0;
		left: 100%;
	}
	#inner-header .menu_btn {
		display: none;
	}
	.bgnormal #header {
		position: relative;
		z-index: 1;
	}
	.headercenter #inner-header {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
		text-align: center;
		position: relative;
	}
	.headercenter #site__logo {
		width: 100%;
		margin: 10px auto;
	}
	.headercenter #inner-header .search_btn {
		position: absolute;
		right: 0;
		top: 0.3em;
	}
	.headercenter #inner-header .menu_btn {
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0.3em;
	}
	.headercenter .nav_btn {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
#inner-header {
	padding: 0 10px;
}
.logo-header {
	margin-right: auto;
}
#site__logo {
    padding: 12px 0 8px 0;
    font-size: 18px;
}
#site__logo h1 {
     font-size: 1.9em;
     line-height: 1.5;
     height: auto;
 }
#site__logo p.site_description {
    font-size: clamp(.6rem, 1vw, .8rem);
    font-weight: bold;
}
@media screen and (max-width:767px) {
	#site__logo p.site_description {
	    width: 80%;
	}
}
@media screen and (min-width:768px) {
	#site__logo p.site_description {
	    width: 38vw;
	}
}
@media screen and (min-width:965px) {
	#site__logo p.site_description {
	    width: 44vw;
	    max-width: 540px;
	}
}
#site__logo a img.custom-logo {
    max-height: inherit;
    margin: 0;
    vertical-align: baseline;
    width: 290px;
}
@media only screen and (max-width: 965px) {
	#inner-header {
		justify-content: space-between;
	}
	#header #custom_html-12 {
		width: 100%;
	}
	#inner-header .nav_btn {
/*		position: absolute;*/
	}
	#site__logo {
/*		order: 2;*/
		padding: 8px 0 4px 0;
		text-align: center;
/*		width: 100%;*/
	}
/*	.header-info {
		display: none;
	}*/
	/*.global_nav ul li {
		height: auto;
	}*/
	.global_nav li.tel {
		flex-grow: 2;
/*		margin: 0 10px 0 0;*/
	}
	.global_nav li.tel > .tel-inner {
		text-align: right;
		width: 100%;
	}
	.global_nav ul li a {
		padding: 5px;
	}
	.global_nav li a::before {
		height: 20px;
		margin-bottom: 3px;
	}
}
@media only screen and (max-width: 767px) {
	#inner-header .nav_btn {
/*		margin-right: 0;*/
/*		left: auto;*/
	}
	#site__logo {
		width: 100%;
		max-width: 100%;
	}
	#inner-header .nav_btn {
		width: auto;
	}
}
@media screen and (max-width: 665px) {
	.tab_nav li.consultation {
		display: block;
	}
	.global_nav ul li.tel {
		display: none;
	}
	#header .nav_btn {
/*		top: 22px;*/
	}
}
@media screen and (max-width: 767px) {
	body.fixhead-active #header {
		position: static;
	}
	#inner-header {
/*		border-top:4px solid #58bca3;*/
		padding: 0;
	}
	#site__logo {
		padding: 10px 0;
	}
	#site__logo a img.custom-logo {
		margin: 0;
		width: 240px;
	}
	#site__logo p.site_description {
		font-size: .8rem;
	}
	.tab_nav {
		display: none;
	}
	.sp_nav {
		display: block;
		width: 100%;
		background:#fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99;
	}
	.sp_nav ul {
		padding-left: 0;
	}
	#site__logo .h1 {
		line-height: 34px;
	}
	#inner-header .nav_btn {
/*		position: absolute;*/
/*		top: 20px;*/
/*		right: 10px;*/
	}
	#header .global_nav ul li {
		height: 60px;
		width: 25%;
	}
	.global_nav ul li a {
		line-height: 1;
		padding: 5px 0;
	}
	.global_nav li a::before {
		height: 20px;
	}
	.global_nav li.reservation a::before {
		height: 17px;
	}
	#page-top.pt-active {
		display: none
	}
}

@media only screen and (min-width: 768px) {
	#inner-header .menu_btn {
		display: block;
	}
}
@media only screen and (min-width: 966px) {
	#inner-header .menu_btn {
		display: none;
	}
}

/* ヘッダー下のナビ上書き */
.navi {
	background: linear-gradient(135deg, #043d39, #87ad9a);background: linear-gradient(135deg, #043d39, #87ad9a);
}
@media screen and (max-width: 1023px) {
	.copyright {
		width: auto;
	}
}

/* 記事ページの監修 */
.supervision-txt {
	display: flex;
	align-items: center;
	margin: 1em 0 0 0;
}
.supervision-txt > .material-icons {
	color: #56BCA3;
	font-size: 30px;
	margin-right: 10px;
}
.supervision-txt > span:last-of-type {
	line-height: 22px;
}
.box_kan .right {
	max-width: 560px;
}
@media only screen and (max-width: 480px) {
	.supervision-txt > span:last-of-type {
		font-size: 14px;
	}
}

/*フッタークリニックリスト*/

.footer-clinic-list {
    display: flex;
    width: 100%;
    padding: 20px 0;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}
.clinic-group {
    display: flex;
    flex-direction: row;
}

.clinic-group nav {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    align-items: flex-start;
    width: auto;
}

.clinic-group nav p {
    border-bottom: 1px solid #fff;
    margin: 0 0 10px 0;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
}

.clinic-group ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    list-style: none;
    margin: 0;
}

.clinic-group li {
    margin-right: 10px;
    position: relative;
    padding-left: 15px;
}

.clinic-group li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #fff;
}

@media (max-width: 768px) {

    .clinic-group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0;
    }

    .clinic-group nav {
        margin: 0px 10px;
    }
}

@media (max-width: 600px) {
    .footer-clinic-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .clinic-group {
        flex-direction: column;
        width: 48%;
        box-sizing: border-box;
        margin-bottom: 20px;
        justify-content: normal;
    }

    .clinic-group nav {
        width: 100%;
        margin: 0;
    }

    .clinic-group ul {
        flex-direction: column;
    }

    .clinic-group li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* ヘッダー調整 */
img.site-logo-image.header-site-logo-image.lazyloaded {
    width: clamp(267px, 34vw, 420px);
}
@media screen and (min-width: 768px) {
    .logo-header {
        display: block !important;
    }

    .menu-pc {
        display: flex !important;
    }
}

@media screen and (max-width: 768px) {
}

#header {
    margin-top: 0;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
#header {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 9999;
    top: 0;
    padding: 0;
}
#header, #ul__g_nav a, .nav_btn {
    color: #231307;
}
#header, .bgnormal #inner-header {
    background: #fff;
}
@media screen and (max-width: 1023px) {
    .mblt-footer-mobile-buttons, .mblt-header-and-footer-mobile-buttons {
        margin: 0 auto;
    }
}
.site_description {
    font-size: 10px;
    margin: 4px 0 0;
    line-height: 1.2;
    width: 100%;
}
#site__logo .custom-logo {
    width: auto;
    height: auto;
    margin: 5px 0;
}
#site__logo.fs_ss {
    font-size: 70%;
}
#site__logo.fs_s {
    font-size: 85%;
}
#site__logo.fs_l {
    font-size: 150%;
}
#site__logo.fs_ll {
    font-size: 200%;
}
#site__logo.fs_ss .custom-logo {
    max-height: 18px;
}
#site__logo.fs_s .custom-logo {
    max-height: 25px;
}
#site__logo.fs_m .custom-logo {
    max-height: 35px;
}
#site__logo.fs_l .custom-logo {
    max-height: 60px;
}
#site__logo.fs_ll .custom-logo {
    max-height: inherit;
}
#site__logo .h1 {
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    #inner-header {
        position: relative;
        padding: 0.2em 0;
        text-align: center;
        display: flex;
/*        flex-wrap: wrap;*/
        justify-content: center;
        align-items: center;
    }
    #inner-header .nav_btn {
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
/*        width: 50px;*/
/*        margin-right: auto;*/
/*        order: 1;*/
    }
    #inner-header .nav_btn.search_btn {
        left: auto;
        right: 0;
        order: 3;
        margin-left: auto;
        margin-right: inherit;
    }
    #site__logo {
/*        order: 2;*/
        flex-grow: 2;
        max-width: calc(100% - 110px);
        display: flex;
        flex-direction: column;
        justify-content: center;
/*        align-items: center;*/
        min-height: 50px;
    }
    #site__logo .h1 {
        word-break: break-all;
    }

    /* SP gnavi Scroll Style */
    #g_nav {
        display: block;
        width: 100%;
        order: 4;
        position: relative;
        max-width: 1166px;
        padding: .2em 0 .2em .5em;
        font-size: 70%;
        font-weight: bold;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #g_nav a {
        color: #ffffff;
        text-decoration: none;
        display: block;
        padding: .3em .9em;
        background: rgba(255, 255, 255, .11);
        border-radius: 1em;
    }
    #ul__g_nav {
        width: 100%;
        margin: 0;
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
    }
    #ul__g_nav&:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 160%;
        content: "\f101";
        color: #fff;
        position: absolute;
        text-shadow: 0 0 6px rgba(0, 0, 0, .3);
        right: 3px;
        margin-top: -0.22em;
        opacity: .5;

        animation: blink 1.2s ease infinite alternate;
    }
    #ul__g_nav .sub-menu,
    #ul__g_nav .gf {
        display: none;
    }
    #ul__g_nav .menu-item {
        padding-right: .8em;
    }
}
@media only screen and (min-width: 768px) {
    #header {
        position: relative;
        z-index: 999;
    }
    #inner-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
/*        flex-wrap: wrap;*/
    }
    #site__logo {
        margin-right: auto;
    }
    #ul__g_nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    #ul__g_nav > .menu-item .gf {
        display: block;
        font-weight: normal;
        font-size: 84%;
        margin-top: -0.5em;
        opacity: 0.8;
    }
    #ul__g_nav > .menu-item {
        font-size: 68%;
        flex-flow: row wrap;
        font-weight: bold;
    }
    #ul__g_nav > .menu-item > a {
        display: block;
        padding: 0.7em 1em;
        text-align: center;
        position: relative;
    }
    #ul__g_nav > .menu-item > a::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transition: .25s ease-out;
        width: 0;
        border-bottom: 2px solid;
    }
    #ul__g_nav > .menu-item > a:hover::after {
        left: 0;
        width: 100%;
    }
    #ul__g_nav > .menu-item[class*="menu-btn-"] > a {
        background: #333;
        color: #fff;
    }
    #ul__g_nav > .menu-item.menu-btn-white > a {
        background: #fff;
        color: #333;
    }
    #ul__g_nav > .menu-item.menu-btn-gray > a {
        background: rgba(102, 102, 102, 0.3);
        color: inherit;
    }
    #ul__g_nav > .menu-item.menu-btn-lightgray > a {
        background: rgba(102, 102, 102, 0.1);
        color: inherit;
    }
    /* 	nav second~ */
    #ul__g_nav .sub-menu,
    #ul__g_nav .children {
        font-weight: bold;
        margin: 0;
        text-align: left;
        position: absolute;
        z-index: 8999;
        box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
    }
    #ul__g_nav .sub-menu .menu-item,
    #ul__g_nav .children .menu-item {
        position: relative;
        overflow: hidden;
        line-height: 1.2;
        height: 0;
        transition: .18s;
    }
    #ul__g_nav .menu-item:hover > .sub-menu > .menu-item,
    #ul__g_nav .menu-item:hover > .children > .menu-item {
        overflow: visible;
        height: 3em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    #ul__g_nav .sub-menu a,
    #ul__g_nav .children a {
        display: block;
        width: 240px;
        padding: 0.9em 0.5em;
    }
    #ul__g_nav .sub-menu a:hover,
    #ul__g_nav .children a:hover {
        opacity: 0.8;
    }
    #ul__g_nav .sub-menu .menu-item:last-child,
    #ul__g_nav .children .menu-item:last-child {
        border-bottom: 0;
    }
    #ul__g_nav .sub-menu ul,
    #ul__g_nav .children ul {
        top: 0;
        left: 100%;
    }
    #inner-header .menu_btn {
        display: none;
    }
    .bgnormal #header {
        position: relative;
        z-index: 1;
    }
    .headercenter #inner-header {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        text-align: center;
        position: relative;
    }
    .headercenter #site__logo {
        width: 100%;
        margin: 10px auto;
    }
    .headercenter #inner-header .search_btn {
        position: absolute;
        right: 0;
        top: 0.3em;
    }
    .headercenter #inner-header .menu_btn {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0.3em;
    }
    .headercenter .nav_btn {
        transform: scale(1.1);
    }
}
#header .nav_btn {
/*    top: 20px;*/
/*    right: 10px;*/
    width: auto;
    min-height: auto;
}
#header .nav_btn::before {
    font-size: 150%;
}
#header .nav_btn .text {
    display: none;
}
@media only screen and (max-width: 965px) {
    #inner-header {
        justify-content: space-between;
    }
    #header #custom_html-12 {
        width: 100%;
    }
    #inner-header .nav_btn {
/*        position: absolute;*/
    }
    #site__logo {
/*        order: 2;*/
/*        padding: 8px 0 4px 0;*/
        text-align: center;
/*        width: 100%;*/
    }
/*    .header-info {
        display: none;
    }*/
/*    .global_nav ul li {
        height: auto;
    }*/
    .global_nav li.tel {
        flex-grow: 2;
/*        margin: 0 10px 0 0;*/
    }
    .global_nav li.tel > .tel-inner {
        text-align: right;
        width: 100%;
    }
    .global_nav ul li a {
        padding: 5px;
    }
    .global_nav li a::before {
        height: 20px;
        margin-bottom: 3px;
    }
}
@media only screen and (max-width: 767px) {
    #inner-header .nav_btn {
        margin-right: 0;
        left: auto;
    }
    #site__logo {
        width: 100%;
        max-width: 100%;
    }
    #inner-header .nav_btn {
        width: auto;
    }
}
@media screen and (max-width: 665px) {
    .tab_nav li.consultation {
        display: block;
    }
    .global_nav ul li.tel {
        display: none;
    }
    #header .nav_btn {
/*        top: 22px;*/
    }
}
@media screen and (max-width: 480px) {
    body.fixhead-active #header {
        position: static;
    }
    #inner-header {
        border-top:4px solid #58bca3;
        padding: 0;
    }
    #site__logo {
        padding: 10px 0;
    }
    #site__logo a img.custom-logo {
        margin: 0;
        width: 240px;
    }
    #site__logo p.site_description {
        font-size: .7rem;
    }
    .tab_nav {
        display: none;
    }
    .sp_nav {
        display: block;
        width: 100%;
        background:#fff;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    #site__logo .h1 {
        line-height: 34px;
        height: 34px;
    }
    #inner-header .nav_btn {
/*        position: absolute;*/
        top: 20px;
        right: 10px;
    }
    #header .global_nav ul li {
        height: 60px;
        width: 25%;
    }
    .global_nav ul li a {
        line-height: 1;
        padding: 5px 0;
    }
    .global_nav li a::before {
        height: 20px;
    }
    .global_nav li.reservation a::before {
        height: 17px;
    }
    #page-top.pt-active {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    #inner-header .menu_btn {
        display: none;
    }
}

/*ヘッダーボタン追加*/
a.menu_btn {
    line-height: 0;
}
a.menu_btn img {
    width: 13vw;
    max-width: none;
}

@media only screen and (max-width: 767px) {
    #inner-header .nav_btn {
        width: 44px;
    }
	.sp-navi {
	    display: flex;
	}
	.sp-navi  .nav_btn {
	    width: 44px;
	    display: flex;
	    justify-content: center;
        align-items: center;
	}
    #site__logo {
    	text-align: left!important;
    	padding-left: 10px;
    }
    #site__logo p.site_description {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #site__logo a img.custom-logo {
        height: 5vw;
        width: auto;
    }
}


figure.table-25 td:first-child,
figure.table-25 th:first-child {
	width: 25%;
}