@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
*/

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



body > .container {
	width: 100% !important;
	max-width: none !important;
}

.content {
	margin-top:80px;
}
a {
    text-decoration: none;
}
body.home .content {
/*	margin-top:0;*/
}

.entry-content>* {
	margin-bottom:0;
}
.wrap {
	width:100%;
}
.main {
	padding: 0;
}
h2,h3 {
	border: none!important;
	padding:0!important;
}
.entry-content h2 > span::before {
    content: none;
}

#breadcrumb {
	position: absolute;
	top: 300px;
	left: 5rem;
	font-size: 1rem;
	color: #787878;
}
.breadcrumb-home span.fa-fw,
.breadcrumb-item span.fa-fw {
	display: none;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "";
}

.article-header {
	background:rgba(65, 168, 132, 0.1);
	height: 300px;
	padding: 0 2rem 0 5rem;
	margin-bottom: 5rem;
	position: relative;
   display: flex;
   align-items: center;	
}
.article-header:before {
	content: "";
	display: block;
	width:	100%;
	background:rgba(30, 30, 30, 0.5);
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
body.home .article-header {
	display: none;
}
body.home .entry-content {
	margin-top: 0;
}

.article h2,
.article-header h1,
.content-bottom h2,
h2.h2_left,
h2.h2_center {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 3vw;
	color: #333;
	position:relative;
	background-color: transparent !important;
}
h3.h3_normal,
body.home h3,
.common_reserve h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif ;
  font-weight: 400;
  font-style: normal;
	font-size: 2.5vw;
	color: #00b1cb;
	color:#41A884;
	margin-bottom: 2rem;
	position:relative;
	background-color: transparent !important;
}

h2.h2_left {
	margin: 0 0 8rem 5rem;
}

h2.h2_left:before,
h2.h2_center:before{
	content: "";
	display: block;
	width: 12rem;
	height: 2px;
	background:#41A884;
	position: absolute;
	top: -2rem;
}

.article-header h1.entry-title {
	display: inline-block;
	background: #fff !important;
	padding: 0 1rem 0 0.25rem;
}

section {
	overflow: hidden;
}
.inner {
	padding: 8rem 0;
}




.green {
	color: #41A884 !important;
}
.orange {
	color: #ff8040;
}
.black,
.black:hover{
	color: #333;
}
.bg-green {
	background:rgba(65, 168, 132, 0.1);
}
.bg-gray {
	background: #f8f7f4;
}
.bg-grade,
#footer{
	background:linear-gradient(#fff, #f8f7f4);
}
.ff-min {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif ;
  font-weight: 400;
  font-style: normal;	
}

.img-white {
	filter: brightness(0) invert(1);
}

.btn-normal {
	padding: 1rem 4rem;
	border : 1px solid #41A884;
	border-radius: 50rem;
	display: inline-block;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	text-decoration: none;
	font-size: 1.6rem;
	transition: all .5s;	
}
.btn-normal:hover {
	background: #41A884;
	color: #fff;
	
}
.btn-normal.btn-mini {
	padding: 0.5rem 2rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 10px;
	font-size: 1rem;
}

.pc_content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
	


/* header */

.header-container {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0 0;
	height: 80px;
}
.fixed-header {
	padding: 10px 0 10px !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 10px !important;
	border-bottom: 0!important;
}

.hlt-tm-right .navi-in > ul {
    justify-content: flex-end;
    padding-right: 50px;
}

.navi-in > ul .sub-menu {
	right: 0;
	padding-bottom: 0.5rem;
}
.hlt-tm-small .navi-in > ul li{
	height: 50px;
	line-height: 50px;
}


/* common_reserve(old) */

.common_reserve .inner {
	padding: 7rem 0;
}


.tel_link_title {
	display: inline-block;
	border-bottom: 1px solid #555;
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	font-weight: bold;
}
.tel_link_item {
	position: relative;
	margin-top: -2.75rem !important;
}
.tel_link {
	color: #333 !important;
	text-decoration: none;
	font-size: 1.5rem;	
}
.tel_num {
	font-size: 4rem;
}

.btn-line,
.btn-reserve {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	padding: 2rem 1rem;
	background:#41A884;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: all .5s;
}
.btn-reserve {
	background: #ef7b38;
/*	#f0823d, #ef7b38*/
}
.btn-line:hover {
	color: #fff;
	background:#52B975;
    opacity: 1;
}
.btn-reserve:hover {
	color: #fff;
	background: #ff9151;
    opacity: 1;
}
.reserve_icon {
	margin-top: -5px;
}




/* store_reserve */
.store_reserve {
    width: 300px; 	
    position: fixed;
    top: 55px;
   right: 0;
    margin-top: 0;
    background: #fff;
	z-index: 999;
	box-sizing:border-box;
	padding: 1.5rem 1.5rem 1.8rem 1.5rem;
	border-radius: 0 0 0 10px;
/*	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}
.store_reserve > p:first-child {
	margin-bottom: 1rem;
}
.store_reserve > p:last-child {
	margin-bottom: 0;
}

.store_reserve .btn-line,
.store_reserve .btn-reserve {
	font-size: 1.2rem;
	padding: 1rem 0.5rem;
}

/* home_mv */
.home_mv_container {
	width: 100%;
	position: relative;
}

.home_mv {
	position: relative;
 	overflow: hidden;
	width: 88vw;
	margin: 12vh auto 8vh;
}
.home_mv:after {
	content: "";
	width: 100%;
	height: 80vh;
	display: block;
	background: rgba(0, 0, 0, 0.1);
	background: linear-gradient(transparent , rgba(0, 0, 0, 0.2));
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
}
.home_mv p{
	margin-bottom: 0;
}
.home_mv .slider_txt {
	position: absolute;
	left: 5vw;
	bottom: 5rem;
	z-index: 100;
}
.home_mv .slider_txt h2.slider_catch{
	margin-bottom: 0.5rem;
	font-size: 4.2vw;
	color: #fff;
	text-shadow: -1px 1px 3px rgba(0,0,0,0.3);
}
.home_mv .slider_txt .slider_lead {
	font-size: 1.5rem;	
	color: #fff;
	text-shadow: -1px 1px 3px rgba(0,0,0,0.3);
	border: 1px solid #fff;
	display: inline-block;
	padding: 0 0.25rem 0 0.5rem;
}
.mv_copyright {
 	width: 6vw;
    font-size: 0.8rem;
    letter-spacing: 3px;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	line-height: 1;
	display: flex;
	align-items: center;
}

.mv_reserve {
 	width: 6vw;
   position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	display: none !important;
}

.btn-mv-reserve,
.btn-mv-line {
	display: flex;
	align-items: center;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
	padding: 1rem 0.5rem;
	border-radius: 5rem;
	transition: all .5s;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
	text-orientation: upright;
	letter-spacing: 2px;
	margin: 0 auto;
}
.btn-mv-reserve,
.btn-mv-reserve:hover{
	color: #41A884;
	border: 2px solid #41A884;
	background: rgba(65, 168, 132, 0.05);	
}
.btn-mv-line,
.btn-mv-line:hover {
	color: #fff;
	background:#41A884;
}




.home_mv_slider {
  width: 100%;
/*  height: 670px;*/
  margin-inline: auto;
  overflow: hidden;
  padding: 0;
  opacity: 0;
margin: 0!important;
	border-radius: 20px;
}
.home_mv_slider li {
	margin: 0!important;
}
.slider.slick-initialized {
  opacity: 1;
}
.home_mv_slider .slick-track img{
  width: 100%;
  height:80vh !important;
  object-fit: cover;	
}


.home_mv_slider .slick-dots {
    display: flex;
	left: 5vw;
	bottom: 3rem;	
	z-index:100;
}

.home_mv_slider .slick-dots li {
    width: 80px;
    height: 5px;
    margin: 0 15px 0 0 !important;
    background: #F0F9E0;
    cursor: pointer;
}

.home_mv_slider .slick-dots li:hover,
.home_mv_slider .slick-dots li.slick-active {
    background: #41A884;
}
.home_mv_slider .slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


.mv_info {
	background: #fff;
	width: 32vw;
	padding: 1.5rem 1.5rem 1rem 1rem;
	position: absolute;
	bottom: -3rem;
	right: 0;
	border-radius: 10px 0 0 10px;
}

.table_scedule {
	border: 0;
	max-width: 550px;
}
.table_scedule tr,
.table_scedule tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.table_scedule th,
.table_scedule td{
	text-align: center;
	border: 0 !important;
	border-bottom: 1px solid #dedede !important;
}

/* home_reason */
.home_reason h2.h2_left {
	margin-bottom: 10rem !important;
}

.home_reason_item > div {
	margin-bottom: 7rem;
	position: relative;
}

.home_reason_item > div:before {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif ;
  font-weight: 400;
 	font-style: italic;
	color: #d4e6e8;
	color: rgba(65, 168, 132, 0.2);
	font-size: 250px;
	z-index: 0;
	line-height: 1;
	position: absolute;
	top: -100px;
}

.home_reason_item > div:nth-child(1),
.home_reason_item > div:nth-child(3) {
	padding-left: 5rem;
}

.home_reason_item > div:nth-child(1):before {
	content: "01";
	left: -50px;	
}
.home_reason_item > div:nth-child(2):before {
	content: "02";
	right: -50px;	
}
.home_reason_item > div:nth-child(3):before {
	content: "03";
	left: -50px;	
}
.home_reason_item p {
	z-index: 2;
	position: relative;
}



/* home_example */

.home_example {
    position: relative;
    z-index: 0;	
}
.home_example:before {
    content: '';
    background: url('http://linkwin-client.pecori.jp/test000/wp-content/uploads/2025/01/e37b078448b21785aa4318cf659394a0.jpg') no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(8px);
    z-index: -1;
	opacity: 0.4;
}

.home_example_item {
	background:#f8f8f8;
	border-radius: 10px;
	padding: 1.5rem 2rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home_example_list li {
	font-size: 1.5rem;
	list-style:none;
	padding: 0.5rem 0 0.5rem 3.5rem;
	position: relative;
	line-height: 1.3;
}
.home_example_list li:before {
	content:"";
	display: block;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://linkwin-client.pecori.jp/test000/wp-content/uploads/2024/12/kkrn_icon_check_4.png) no-repeat left 5px / contain;
}

/* home_feauture */


.home_feauture_txt {
	text-align: center;
	font-size: 1.25rem;
	background: #fff;
	padding: 1rem 0.5rem;
	margin-bottom: 1rem;
	line-height: 1.4;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* home_guidance */

.home_guidance_item > div {
	border: 1px solid #dedede;
	text-align: center;
	border-radius: 10px;
	margin: 0 0.5rem 0.5rem;
	padding: 2rem 1rem;
	width: 23%;
}
.home_guidance_item > div  img {
	margin-bottom: 1rem;
}



/* home_doctor */

.home_doctor_slider {
	padding-left: 0 !important;
}
.home_doctor_slider .slick-track {
  display: flex;
	padding-bottom: 2rem;
}
.home_doctor_slider .slick-slide {
  height: auto !important;
	border: 1px solid #dedede;
	background: #fff;
	margin: 0 1rem!important;
	padding: 1.5rem;
	border-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home_doctor_slider .slick-slide img {
	width: 100%;
}
.home_doctor_name {
	font-size: 2rem;
}


/* common_reserve */

.content-bottom {

}

.reserve_store_list {
}
.reserve_store_list > div{
	padding: 0 0.5rem 1rem;
}
.reserve_store_list .reserve_store_item{
	background: #fff;
	border-radius: 10px;
	padding: 1.5rem 1.25rem 1rem;
}
.common_reserve h3 {
	font-size: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.common_reserve .tel_link_item {
    margin-top: -0.5rem!important;
}
.common_reserve .tel_num {
    font-size: 2.125rem;
}

.common_reserve .btn-normal {
	font-size: 1.3rem;
	padding: 1rem;
	text-align: center;
	width: 100%;
}
.common_reserve .btn-line,
.common_reserve .btn-reserve {
	font-size: 1.2rem;
	padding: 1rem 0.5rem;
}

/* footer */

#content-bottom .tel_link_item {
	margin-top: -1rem !important;
}

#footer {
	padding: 5rem 8rem 2rem;
	margin: 0;
}
.footer-widgets, .footer-widgets-mobile {
    justify-content: space-between;
   align-items: center;
}



.footer-left {
    width: 50% !important;
}

.footer-right {
    width: 50%;
}
.footer-center {
	display: none;
}
#navi-footer {
	display: none;
}

.navi-entry-card-link {
	display: inline-block;
	margin-right: 1rem;
}

.copyright {
    font-size: 1rem;
	color: #555;
}
/* 院長エリア */
.main-message-inner {
	display: flex;
	width: 1100px;
    margin: 0 auto;
}
.main-message-detail{
	width: 50%;
	margin: 30px;
}
.main-message-img {
    position: relative;
    width: 560px;
}
.main-message-img::before {
    content: '';
    position: absolute;
    top: -72px;
    right: -139px;
    z-index: -10;
    width: 230px;
    height: 230px;
    background: url(http://medixcon.co.jp/seikotsu/wp-content/uploads/2025/04/main-message-add.png) no-repeat 0 0;
}
.main-message-img > img {
    margin-bottom: 18px;
}
.main-message-img p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

	.pc_content {
		width: auto;
	}
	
	body > .container {
	width: 100% !important;
	max-width: none !important;
}
	section .container {
		padding: 0 1.5rem;
	}
	.article-header h1.entry-title {
		font-size: 2.5rem;
	}	

	h2.h2_left,h2.h2_center {
    	margin: 0 0 4rem 1rem;
	}	
	
	
	.header-container {
		display: none;
	}
	.menu-button .menu-caption {
		display: none;
	}
	.mobile-header-menu-buttons {
		padding: 0.75rem 0.25rem;
		box-shadow: none;
	}
	.content-top {
		display: none;
	}

	.mobile-menu-buttons .menu-button {
		width: 55px;
	}	
	.mobile-menu-buttons .menu-icon {
	    font-size: 30px;
    	line-height: 1;
		color: #666;
	}
	.fa-star:before { 
		content: "";
		display: block;
		width: 36px;
		height: 36px;
		background: url(http://linkwin-client.pecori.jp/test000/wp-content/uploads/2024/12/icon0053.png) no-repeat center center / contain;
	}
	/* ↑カスタムメニューが複数になる場合は、リスト順で設定 */
	
	.navi-menu-content {
  		left: auto;
  		right: 0;
  		transform: translateX(105%);
	}	
	.menu-close-button {
		text-align: right;
        padding: 10px 30px 0 0;
        color: #666;
    }	
	.navi-menu-content .menu-drawer li {
		border-bottom: 1px solid #41A884;
		padding: 1rem;
	}
	.navi-menu-content .menu-drawer li:last-child {
		border-bottom: 0;
	}
	
	
	.mv_info {
		display:none;
	}
	.tel_num {
    	font-size: 3rem;
	}
	.btn-line, .btn-reserve{
    	font-size: 1.5rem;
	}
	.home_mv .slider_txt h2.slider_catch{
		font-size: 6vw;
	}
	.home_mv .slider_txt .slider_lead {
		font-size: 1.5rem;	
	}	
	
	.footer-left {
    	width: 100% !important;
	}

	
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	body > .container {
		width: 100% !important;
		max-width: none !important;
	}
	main.main {
		padding: 0;
	}
	.inner {
    	padding: 8rem 0 4rem;
	}
	


	
	.mobile-menu-buttons .logo-menu-button {
		justify-content: start;
		padding-left: 1rem;
	}
	
    .article ul, .article ol {
        padding-left: 0;
    }
	
	.article h2, .article-header h1, .content-bottom h2, h2.h2_left, h2.h2_center {
		font-size: 2rem;	
		padding-right: 1rem;
	}	

	h3.h3_normal, body.home h3 {
		font-size: 2rem;
	}	

	
	.slider_txt {
    	transform: translateY(0%);
    	-webkit-transform: translateY(0%);
		top: auto;
		bottom: 4rem;
	}
	.slider_txt h2.slider_catch {
    	font-size: 2.5rem;
		text-shadow: -1px 1px 3px rgba(0,0,0,0.3);	}	
	.slider_txt .slider_lead {
    	font-size: 1.25rem;
		text-shadow: -1px 1px 3px rgba(0,0,0,0.3);	}
	

	.common_reserve .inner {
    	padding: 4rem 0;
	}
	.common_reserve h3 {
		font-size: 1.4rem !important;
	}
	.common_reserve .btn-line, .common_reserve .btn-reserve {
    	font-size: 1rem;
	}	
	.tel_link_item {
    	margin-top: -2rem!important;
	}
		
	.tel_num {
        font-size: 2rem;
    }	
    .btn-line, .btn-reserve {
        font-size: 1.25rem;
		padding: 1rem;
    }
	
	.home_reason_item > div:before {
		font-size: 200px;
	}
	.home_reason_item > div:nth-child(1), .home_reason_item > div:nth-child(3) {
    	padding-left: 0;
	}
	.home_reason_item > div:nth-child(2):before {
		right: 0;
	}
	.home_example_item {
		padding: 1rem;
	}
	.home_example_list li{
		font-size: 1.25rem;
	}
	.home_guidance_item > div {
		width: 100%;
		margin: 0 0 0.5rem;
	}
	#footer {
    	padding: 2rem 1rem 2rem;
	}
	
	.article-header {
    	height: 250px;
    	padding: 0 2rem 0 0rem;
    	margin-bottom: 2rem;
	}	
	#breadcrumb {
    	left: 1rem;
 	}	
/* 院長エリア */
.main-message-inner {
	display: block;
	width: 100%;
   }
.main-message-img{
    width: 100%;
   }	
.main-message-img::before{
	display: none;
   }
.main-message-detail{
	width: 100%;
	margin: 0;
	}
.main-message-title{
   margin: 20px;		
	}
.main-message-text {
   margin: 20px;	
	}
}




/*480px以下*//*480px以下*//*480px以下*//*480px以下*//*480px以下*//*480px以下*//*480px以下*//*480px以下*//*480px以下*//*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	body > .container {
		width: 100% !important;
		max-width: none !important;
	}
	.content {
		margin-top:65px;
	}
	.inner {
    	padding: 4rem 0;
	}
	
	.logo-menu-button img{
		max-height: 40px;
	}
	
    .article-header {
        height: 200px;
        padding: 0 1rem 0 0;
        margin-bottom: 5rem;
    }	
	.article-header:before {
        height: 200px;
	}
	.article-header h1.entry-title {
		font-size: 2rem;
		padding-left: 0.5rem;
	}
	
	#breadcrumb	{
		top: 200px;
		font-size: 0.85rem;
	}
	
	
	#content-bottom .tel_link_item {
    	margin-top: 0rem !important;
	}
	
	.store_reserve {
		width: 100%;
		right: auto;
		top: auto;
		bottom: 0;
		left: 0;
		display: flex;
		padding: 0;
	}
	
	.store_reserve > p {
		margin-bottom: 0 !important;
		width: 50%;
	}
	.store_reserve a {
		border-radius: 0;
		font-size: 1rem !important;
		padding: 0.5rem !important;
	}
	.store_reserve a img{
		display: block;
		width: 30px;
		margin: 0 auto !important;
	}
	#footer {
		padding-bottom: 6rem;
	}

	.common_reserve h3 {
		font-size: 1.5rem !important;
	}
	
	.home_mv {
		width: 100%;
		margin-bottom: 0;
	}
	.home_mv .slider_txt {
		position: static;
		color: #333;
		padding: 2rem 0.5rem 2rem 1rem;
		width: 100%;
		background:linear-gradient(to bottom, #fff, #f8f7f4);
	}
	.home_mv .slider_txt h2.slider_catch{
		font-size:1.75rem;
		color: #333;
		text-shadow: none;
		letter-spacing: -1px;
		margin-bottom: 0.5rem;
	}
	.home_mv .slider_txt .slider_lead {
		font-size: 1rem;	
		color: #333;
		text-shadow: none;
		line-height: 1.5;
		border: 0;
	}
	.home_mv_slider {
		border-radius: 0;
	}
	.home_mv_slider .slick-track img{
  		height:30vh !important;
	}
	.home_mv:after {
		height: 30vh;
		border-radius: 0;
	}


}





@media screen and (min-width: 1024px){

h2.h2_center {
	text-align: center;
	margin: 0 0 5rem;
}
h2.h2_center:before{
	left: 50%;
	transform: translateX(-50%); 
    -webkit-transform: translateX(-50%);
}	
	
}



/* スタッフページ */
.staff__name {
  margin: 60px 0 58px;
  text-align: center;
}

.staff__name h2 {
  font-size: 3.4rem;
  line-height: 1.61;
  letter-spacing: 0.1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.staff__name h2 span {
  font-size: 1.3rem;
  display: block;
}

.staff__introduction--content {
  margin: 58px auto 60px;
}

.staff__introduction--content .container {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #EFEFEF;
  padding-left: 0;
  padding-right: 0;

}

.staff__introduction--content .container .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.staff__introduction--content .container .staff__img {
  width: 297px;
/*   height: 449px; */
}
.staff__img img{
  width: 100%;	
}
.staff__introduction--content .container .introduction__text {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  padding: 33px 45px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.staff__introduction--content .container .introduction__text table {
/*   width: 48%; */
  border-collapse: collapse;
  margin-right: 4%;
  vertical-align: top;
}

.staff__introduction--content .container .introduction__text table tr {
  border-bottom: 1px solid #EFEFEF;
  background-color: unset;
}

.staff__introduction--content .container .introduction__text table th {
  font-size: 1.1rem;
  text-align: left; 
  padding: 16px 0;
/*   vertical-align: top; */
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 400;
  font-weight: 600;
  width: 120px !important;
  background-color: unset;
  border: 0px solid;
}

.staff__introduction--content .container .introduction__text table td {
  font-size: 1rem;
  text-align: left;
  padding: 16px 0;
  vertical-align: top;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: 400;
  border: 0px solid;
  padding-left: 5px;
  width: 475px;
}

.staff__introduction--content .container .introduction__text table:last-child {
  margin-right: 0;
}

.staff__aria {
  width: 1000px;
  margin: 0 auto;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif ;
}

@media screen and (max-width: 767px) {
  .staff__name {
    margin: 65px 0 38px;
    text-align: center;
  }

  .staff__name h2 {
    font-size: 2.4rem;
    line-height: 1.61;
    letter-spacing: 0.1em;
    margin: 0;
  }

  .staff__name h2 span {
    font-size: 1.2rem;
    display: block;
  }

  .staff__introduction--content {
    margin: 38px auto 20px;
  }

  .staff__introduction--content .container {
    width: 100%;
    max-width: 1100px;
  }

  .staff__introduction--content .container .staff__img {
    width: 100%;
    max-width: 430px;
    margin: 0 auto 28px;
	text-align: center;
    padding: 0px;
  }

  .staff__introduction--content .container .introduction__text {
    padding: 0 20px;
    margin: 0 auto;
  }

  .staff__introduction--content .container .introduction__text table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    vertical-align: top;
  }

  .staff__introduction--content .container .introduction__text table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    vertical-align: top;
  }

  .staff__introduction--content .container .introduction__text table tr {
    border-bottom: 1px solid #EFEFEF;
    background-color: unset;
  }

  .staff__introduction--content .container .introduction__text table th {
    font-size: 0.9rem;
    text-align: left;
    padding: 16px 0;
    vertical-align: top;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
    font-weight: 400;
    font-weight: 600;
    width: 105px;
  }

  .staff__introduction--content .container .introduction__text table td {
    font-size: 0.9rem;
    text-align: left;
    padding: 16px 0;
    vertical-align: top;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
    font-weight: 400;
  }

  .staff__aria {
    width: 85%;
    margin: 0 auto;

  }
}
/* スタッフ一覧ページ */
.staff__list {
  padding: 20px;
  background-color: #f9f9f9;
}

.staff__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.staff__item {
  width: calc(33.333% - 20px);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s;
}

.staff__item:hover {
  transform: translateY(-5px);
}

.staff__photo img {
  width: 100%;
  height: auto;
}

.staff__info {
  padding: 10px;
}

.staff__name {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}

.staff__position {
  font-size: 14px;
  color: #555;
}




/* 店舗ページ */
.facilityImgs{
   display: flex;
    margin: 0 auto ;
	list-style: none;
	max-width: 1200px;
	width: 100%;
}
.facilityImgs li {
    width: 49.5%;
}
.branchInfoArea{
    width: 60%;
    border: 3px solid #eb6161;
    margin: 3.5em auto 2em;
    padding: 1em 2.5em 0.5em;
    color: #eb6161;
}
.branchInfoAreaTit{
	text-align: center;
}
.branchInfoDate{
	margin-bottom: 0!important;
}
.scedule{
	width: 500px;
	margin: 0 auto;
}
.branchAccess h3 {
    margin: 3em 0 2em;
    font-size: 1.6em;
    text-align: center;
}
.branchAccess .branchAccessIn{
    width: 720px;
    margin: 0 auto 3em;
    display: flex;
    flex-wrap: nowrap;
}
.branchAccess .img {
    width: 215px;
}
.branchAccess .cont {
    margin-left: 50px;
}
.branchAccess .cont .tel {
    font-size: 2.1em;
    margin-bottom: 0.5em;
    padding-left: 1.2em;
    color: #eb6161;
	position: relative;
}
.branchAccess .cont .tel::before {
    top: 0.9em;
    background: #eb6161;
}
.telIco::before {
    position: absolute;
    display: block;
    content: "\f4b9";
    font-family: "Ionicons";
    left: -0.15em;
    top: 0.85em;
    text-align: center;
    background: #333;
    color: #fff;
    font-weight: normal;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    font-size: 0.55em;
    line-height: 1.625em;
}
.branchAccess .cont .tel small {
    position: relative;
    color: #333;
    font-size: 0.4em;
    line-height: 1.5;
    display: block;
    font-weight: normal;
    padding-left: 1.25em;
}
.branchAccess .cont .tel small::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "※";
}
.branchAccess .cont .vessel, .branch .branchAccess .cont .parking, .branchSingle .branchAccess .cont .vessel, .branchSingle .branchAccess .cont .parking {
    font-size: 1.1em;
    position: relative;
    padding-left: 2em;
	margin-bottom: 0.75em;

}
.store_btn a{
	    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0.4em 5em 0.4em 4.5em;
    border-radius: 99em; 
    background: #eb6161; 
    border: 1px solid #eb6161;
    color: #fff!important;
    letter-spacing: 0.1em;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
}
/* 店舗ページスライダー */
	/* ページID286専用のスタイル */
body.page-id-286 .slider,
body.page-id-284 .slider,
body.page-id-288 .slider,
body.page-id-290 .slider{
  width: 100%; 
}

body.page-id-286 .slider img,
body.page-id-284 .slider img,
body.page-id-288 .slider img,
body.page-id-290 .slider img{
  border-radius: none; 
  border: none;  
}
body.page-id-286 .slick-slide,
body.page-id-284 .slick-slide,
body.page-id-288 .slick-slide,
body.page-id-290 .slick-slide{
	border: none;
box-shadow: none;
	padding: 0;
margin: 0 !important;
}

/* 店舗ページスライダー */
.branchPlaceTit{
    background: #313131;
    color: #fff;
    text-align: center;
    padding: 2em 0;
}
.branchPlaceTit .tit {
  font-size: 24px; 
  color: #ffffff;     
  text-align: center;
  margin-top: 20px;
}
.subTit{
	    position: relative;
    top: -0.2em;
    font-size: 0.65em;
    padding-left: 0.8em;
}
/* .mapCont {
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
} */
body.page-id-286 .home_doctor .inner,
body.page-id-284 .home_doctor .inner,
body.page-id-288 .home_doctor .inner{
	padding: 0;
}
@media screen and (max-width: 736px) {
    .branch .facilityImgs, {
        width: 100%;
        margin: 0 0 0;
    }
    .branch .facilityImgs li {
        width: 50%;
        line-height: 0;
    }
	
	  .branchInfoArea {
        width: 90%;
        border: 3px solid #eb6161;
        margin: 2em auto ;
        padding: 1.5em 1.5em 0.5em;
    }
    .branch .branchInfoArea .branchInfoAreaTit, {
        font-weight: bold;
        font-size: 1.3em;
        margin-bottom: 1em;
    }
	.branchAccess .branchAccessIn{
		display: block;
		        width: 100%;
	}
	.branchAccess .img{
		margin: 0 auto;
	}
	.scedule{
	width: 80%;
	margin: 0 auto;
}
}


/* 選ばれる理由  */
    .main {
      position: relative;
    }

    .second-hero {
/*       height: 300px; */
/*       background: url(../images/pc-second-hero-bg.jpg) no-repeat center; */
/*       background-size: cover; */
    }

   .second-hero-title {
      font-size: 100px;
      letter-spacing: 15px;
      bottom: -36px;
	   text-align: center;
	       width: 100%;
    color: #fff;
	   position: absolute;
    top: 195px;
    transform: translateX(-50%);
    left: 50%;
    }

    .second-text {
      width: 1200px;
      min-height: 600px;
      padding: 60px 0 120px;
		    margin: 0 auto;
    }

    .intro {
      background: none;
      position: relative;
      margin-bottom: 90px;
    }

    .intro .inner {
      padding: 60px 0;
    }

    .about .inner {
      width: 1060px;
		margin: 0 auto;
    }

    .intro .textbox {
      padding: 50px 50px;
      width: 480px;
      margin-left: auto;
      background: #fff;
      box-shadow: 0 1px 6px 2px rgb(240 240 240 / 36%);
		text-align: center;
    }

    .intro .textbox img {
      width: 280px;
      margin-bottom: 20px;
    }

    .intro .title {
      font-size: 30px;
		    margin-bottom: 10px;
    }

    .intro .textbox p {
      margin-bottom: 0;
      text-align: center;
    }

    .intro .textbox img {
      width: 280px;
      margin-bottom: 20px;
    }
    .us {
        margin-bottom: 70px;
    }
.us .inner{
	display: flex;
	margin: 0 auto;
}
    .us .deco {
        font-size: 20px;
        padding-left: 80px;
        letter-spacing: 2px;
        margin-bottom: 20px;
		position: relative;
    }
    .us .deco:before {
        width: 60px;
        top: 8px;
    }
    .us .deco::before {
        content: '';
        width: 4.5vw;
        height: 2px;
        background: #000;
        position: absolute;
        top: 1.1vw;
        left: 0;
    }
    .us .textbox {
        display: inline-block;
        width: 500px;
        margin-right: 40px;
        vertical-align: top;
    }
.us img {
        display: inline-block;
        width: 325px;
        margin-bottom: 0;
    }
    .second-text p {
      margin-bottom: 30px;
      font-size: 15px;
    }

    .intro .pic {
      width: 100%;
      min-width: 2000px;
      position: absolute;
      top: 0;
      left: 50%;
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      z-index: -1;
    }
.onayami {
    background: #ebf3f8;
}
.onayami .innner{
  padding: 0;
}
.onayami .title {
        font-size: 40px;
        margin-bottom: 30px;
	text-align: center;
	    border: none;
    }
.onayami .title span {
        font-size: 24px;
        width: 500px;
        margin: 0 auto 10px;
        padding: 15px;
    }
.onayami .title span {
    display: block;
    background: #739ab6;
    color: #fff;
    font-size: 65%;
    padding: 3% 0;
    border-radius: 40px;
    margin-bottom: 3%;
    line-height: 1;
	text-align: center;
}
.onayami .title em {
    background: linear-gradient(transparent 60%, #fffdd0 60%);
	font-style: normal;
}
    .onayami .box {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: box;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .onayami .box >li {
        width: 49%;
        padding: 30px;
        margin-bottom: 0;
    }
.items {
    list-style: none;
	padding: 0;
} 
.onayami .items li {
    background: #ebf3f7;
    position: relative;
    margin-bottom: 2%;
    padding: 3% 1%;
    font-size: 115%;
}
    .onayami .items li:before {
        margin: 0 10px 0 10px;
    }
.onayami .items li:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(http://linkwin-client.pecori.jp/test000/wp-content/uploads/2025/02/776bc099dc4d16754f7cdaada257425d.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 5px;
        vertical-align: middle;
    }
.onayami .box > li {
    padding: 5%;
    background: #fff;
    margin-bottom: 6%;
	 list-style: none;
}
.onayami .box > li:nth-child(2) li {
    background: #e5f8f3;
}
	.br-sp{
		display: none;
	}
	.br-pc{
	display: block;
	}
@media screen and (max-width:767px){
	 .second {
    z-index: 1;
    position: relative;
  }

  .about .second-text {
    width: 100%;
    padding: 0;
  }

  .hero {
    width: 100%;
    position: relative;
  }

  .second-hero-title {
    width: 75vw;
    color: #fff;
    font-size: 11.97vw;
    font-family: "Josefin Sans";
    text-align: center;
    letter-spacing: 1.5vw;
    position: absolute;
    bottom: 3vw;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
	          top: -137px;
  }

  .about .second-text {
    width: 100%;
    padding: 0;
  }
.second-hero {
/*     height: 300px;
    background: url(../images/pc-second-hero-bg.jpg) no-repeat center;
    background-size: cover; */
}
  .second-text {
    width: 90vw;
    min-height: 100vw;
    padding: 8vw 0 12vw;
    margin: auto;
  }

  .intro {
    background: url(https://kirei-select.com/images/about/intro-img.jpg.webp) no-repeat top left -55vw;
    background-size: 300%;
    margin-bottom: 10vw;
  }

  .about .inner {
    width: 90%;
    margin: 0 auto;
  }
	.intro .textbox {
		  margin-top: 38vw;
		        width: 100%;
text-align: center;
		background: none;
		box-shadow: none;
		padding-top: 60px ;
padding-left: 21px;
		padding-right: 21px;
		padding-bottom: 0;
	}
  .intro .textbox img {
    width: 80%;
    margin: 0 auto 5%;
  }
	.intro .textbox p{
		text-align: left;
	}
  .about img {
    width: 100%;
  }
.intro .inner {
    padding: 20px 0;
}
  .intro .title {
    font-size: 5.8vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 3%;
  }
	.us .textbox {
    margin-right: 0;
}
.us .deco::before {
    content: '';
    width: 8.5vw;
    height: 3px;
    background: #000;
    position: absolute;
    top: 3.5vw;
    left: 0;
}
  .about p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .second-text p {
    margin-bottom: 4vw;;
    line-height: 1.8;
  }

  .about img {
    width: 100%;
  }
	.onayami {
    background: #ebf3f8;
    padding: 12% 0;
}
	.about .inner {
    width: 90%;
    margin: 0 auto;
	padding-top: 8px;
}
	.onayami .title {
    text-align: center;
    font-size: 8vw;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5%;
}

	.onayami .title span {
    display: block;
    background: #739ab6;
    color: #fff;
    font-size: 65%;
    padding: 3% 0;
    border-radius: 40px;
    margin-bottom: 3%;
    line-height: 1;
		width: 100%;
}
	.onayami .items li {
    background: #ebf3f7;
    position: relative;
    margin-bottom: 2%;
    padding: 3% 1%;
    font-size: 115%;
}
	.onayami .box{
		display: block;
	}
	.onayami .box >li {
    width: 100%;
    padding: 5px;
    margin-bottom: 0;
	list-style: none;
}
	.pic{
		display: none!important;
	}
	.br-sp{
		display: block;
	}
	.br-pc{
	display: none;
	}
	
}

/* フッターポップアップ */
.sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.sp{
	display: block;
}
    #popup {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        overflow: hidden;
        z-index: 99999;
		background-color: #62a61e;
		text-align: center;
		height: 50px;
		border-radius: 10px;
    }
.popup-text::before {
    content: "";  
    display: inline-block;
    width: 20px;  
	height: 20px;
    background-image: url("http://linkwin-client.pecori.jp/test000/wp-content/uploads/2025/02/search.png");
    background-size: contain; 
    background-repeat: no-repeat;
    margin-right: 5px; 
    vertical-align: middle; 
}

	.popup-top{
		margin: 10px;
	}
	.popup-text{
		color: #ffff;
	}
	.popup-top a{
		    text-decoration: none;
	}
	/* ボタンのスタイル */
.close-popup {
    position: absolute;
    top: 5px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
}
/* コクーンアクセスなどの非表示 */
#admin-panel{
display: none;
}