@charset "utf-8";

/* ファーストビュー
------------------------------------------------------------*/
#first_view{
	padding: 30px 0 75px;
	background: url("../images/inner_stork.webp") no-repeat right top / 40%;
}

/* ヘッダー
------------------------------------------------------------*/
header{
	width: 93%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
h1{margin-bottom: 13px;}
#header_wrap{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 40px;
}

/* ナビゲーション
------------------------------------------------------------*/
.pc-nav{
	max-width: 1350px;
	width: 85%;
	margin: 0 auto;
}
.pc-nav > ul{
	display: flex;
	justify-content: center;
}
.pc-nav > ul > li:not(:first-child){margin-left: 35px;}
.pc-nav > ul > li > a,.pc-nav > ul > li > p{
	font-size: clamp(15px, 1.1vw, 18px);
	padding-bottom: 15px;
}

/* drop_nav_box */
.pc-nav .drop_nav_box div{
	left: 50%;
	transform: translateX(-50%);
}
.pc-nav > li:last-child .drop_nav_box div{width: 380px;}

/* メインエリア
------------------------------------------------------------*/
#inner_title{padding-top: 110px;}
#pankuzu,#pankuzu > li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#pankuzu{margin-bottom: 45px;}
#pankuzu > li:not(:last-child),#pankuzu > li a{color: #808080;}
#pankuzu > li:not(:last-child)::after{
	content: '|';
	color: #808080;
	margin: 0 10px;
}
#pankuzu > li,#pankuzu > li:not(:last-child)::after,#pankuzu > li a{font-size: 14px;}
#pankuzu > li:last-child{color: #b484bc;}




/*追加*/
ol#pankuzu,#pankuzu > li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
}

ol#pankuzu,#pankuzu > li span{
font-size: 14px;
color: #808080;
}

ol#pankuzu,ol#pankuzu > li:last-child span{
font-size: 14px;
color: #b484bc;
}

ol#pankuzu{margin-bottom: 45px;}
ol#pankuzu > li:not(:last-child),ol#pankuzu > li a{color: #808080;}
ol#pankuzu > li:not(:last-child)::after{
	content: '|';
	color: #808080;
	margin: 0 10px;
}
ol#pankuzu > li,ol#pankuzu > li:not(:last-child)::after,ol#pankuzu > li a{font-size: 14px;}
ol#pankuzu > li:last-child{color: #b484bc;}

/* コンテンツ
------------------------------------------------------------*/
.plaid_bg{
	max-width: 1610px;
	width: 100%;
	border: 1px #897f79 solid;
	border-radius: 40px;
	margin: 0 auto;
	background: url("../images/plaid_bg.webp") repeat center / 23px;
}

/* ボタン
----------------------------------------------*/
a.text_btn{
	display: flex;
	align-items: flex-start;
	width: fit-content;
    text-decoration: none !important;
}
a.text_btn.right{margin: 0 0 0 auto;}
a.text_btn::before{
	content: '';
	width: 37px;
	aspect-ratio: 1 / 1;
	background: url("../images/btn_icon_circle_bp.webp") no-repeat center / contain;
	margin-right: 10px;
}
a.text_btn span{
	font-size: clamp(16px, 1.3vw, 20px);
	line-height: 1.4;
	color: #b484bc;
	display: block;
	padding-bottom: 13px;
	position: relative;
}
a.text_btn span::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #b484bc;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .3s;
}
@media (any-hover: hover){
	a.text_btn:hover span::after{
		width: 0;
		left: 0;
	}
}

/* タイトル
----------------------------------------------*/
/* title02 */
.title02 p{
	font-size: clamp(24px, 2vw, 30px);
	color: #b484bc;
	letter-spacing: 0.1rem;
	margin-bottom: 8px;
}
.title02 h2{font-size: clamp(35px, 3.8vw, 58px);}

/* dia_title */
.dia_title{
	position: relative;
	padding-left: 20px;
}
.dia_title::before{
	content: '';
	width: 13px;
	aspect-ratio: 1 / 1;
	background: url("../images/dia_title.webp") no-repeat center / contain;
	position: absolute;
	top: 10px;
	left: 0;
}
.dia_title.fs24::before{top: 7px;}

/* bgp_title */
.bgp_title{
	width: fit-content;
	background-color: #b484bc;
	padding: 5px 25px 8px;
	border-radius: 4px;
}

/* title_flex
----------------------------------------------*/
.title_flex .title,.title_flex .title02{width: 530px;}
.title_flex .side_con{width: calc(100% - 530px);}

/* リスト
----------------------------------------------*/
/* li_b */
.li_b > li,.li_p > li,.check_li > li{position: relative;}
.li_b > li::before,.li_p > li::before,.check_li > li::before{
	content: '';
	aspect-ratio: 1 / 1;
	position: absolute;
	left: 0;
}
.li_b > li::before,.li_p > li::before{
	width: 7px;
	border-radius: 50%;
}
.li_b > li::before{background-color: #eae3dc;}
.li_p > li::before{background-color: #b484bc;}
.li_b.lh1-8.fs18 > li::before{top: 12px;}
.li_p.lh1-8.fs20 > li::before{top: 13px;}
.li_b > li,.li_p > li{padding-left: 15px;}

/* check_li */
.check_li > li::before{
	width: clamp(17px, 1.2vw, 24px);
	background: url("../images/check_li.webp") no-repeat center / contain;
}
.check_li.fs20 > li,.check_li.fs20 > li > p{line-height: 1.5;}
.check_li.fs20 > li{padding-left: 30px;}
.check_li.fs20 > li::before{top: 4px;}

/* bb_dashed_li,bbp_dashed_li */
.bb_dashed_li > li:not(:last-child),.bbp_dashed_li > li:not(:last-child){
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.bb_dashed_li > li:not(:last-child){border-bottom: 1px #897f79 dashed;}
.bbp_dashed_li > li:not(:last-child){border-bottom: 1px #b484bc dashed;}

/* bgw_c1,.bgb_c1 */
.bgw_c1,.bgb_c1{padding: 60px;}
.bgw_c1,.bgw_li > li{background-color: #fff;}
.bgb_c1,.bgb_li > li{background-color: #f7f3f2;}
.bgw_c1,.bgb_c1,.bgb_li > li,.bgw_li > li{border-radius: 8px;}

/* bgb_li,bgw_li */
.bgb_li.c2 > *,.bgw_li.c2 > *{padding: 50px 35px 60px;}

/* bbs_li */
.side_con .bbs_li > li:not(:last-child){
	border-bottom: 1px #897f79 solid;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

/* dl_box
----------------------------------------------*/
.dl_box > div{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* 診察担当医表
------------------------------------------------------------*/
.schedule_btn > h3{width: 230px;}
.schedule_btn > div{width: calc(100% - 230px);}
.schedule_btn > div > a:not(:last-child){margin-bottom: 10px;}
.schedule_table{
	width: 100%;
	border-collapse: separate;
}
.schedule_table th,.schedule_table td{
	text-align: center;
	vertical-align: middle;
	padding: 25px 10px;
	border: 1px #d1cbc5 solid;
}
.schedule_table th{background-color: #eae3dc;}
.schedule_table td{background-color: #fff;}
.schedule_table thead th:first-child{
	width: 14%;
	border-top-left-radius: 8px;
}
.schedule_table thead th:nth-child(2){width: 30%;}
.schedule_table thead th:not(:nth-child(-n+2)){width: 9.3%;}
.schedule_table thead th:nth-child(8){border-top-right-radius: 8px;}
.schedule_table tbody tr:nth-child(7) th{border-bottom-left-radius: 8px;}
.schedule_table tbody tr:last-child td:last-child{border-bottom-right-radius: 8px;}
.schedule_table thead th,.schedule_table tbody tr:not(:nth-child(7)) th,.schedule_table tbody tr:not(:last-child) td{border-bottom: none;}
.schedule_table thead th:not(:last-child),.schedule_table tbody th,.schedule_table tbody td:not(:last-child){border-right: none;}
.schedule_table .al_center{
	flex-wrap: nowrap;
	justify-content: center;
}
.schedule_table .al_center > img{margin-right: 10px;}
.schedule_table tbody td{color: #b484bc;}

/* sticky_box
------------------------------------------------------------*/
.sticky_box{position: relative;}
.sticky_title{
	width: 235px;
	aspect-ratio: 1 / 1;
	background-color: #f7f3f2;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: sticky;
	top: 60px;
}
.bgb .sticky_title{background-color: #fff;}
.sticky_title h3{margin-bottom: 8px;}
.sticky_title h3::before{
	content: '';
	display: block;
	margin: 0 auto 8px;
}
.sticky_title p{font-size: 14px;}
.sticky_con{
	width: calc(100% - 235px);
	padding-left: 110px;
}
.sticky_con .bp_li > li:first-child{
	border-top: 1px #b484bc solid;
	padding-top: 55px;
}
.sticky_con .bp_li > li:last-child{
	border-bottom: 1px #b484bc solid;
	padding-bottom: 55px;
}
.sticky_con .bp_li > li:not(:last-child){
	border-bottom: 1px #b484bc dashed;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.num_title span{
	display: block;
	width: 80px;
	padding: 3px 0;
	margin-top: 6px;
	border-radius: 3px;
}
.num_title h4{
	width: calc(100% - 80px);
	padding-left: 15px;
}

/* アコーディオン
------------------------------------------------------------*/
.more_btn{
	width: fit-content;
	background-color: #f7f3f2;
	padding: 15px 30px;
	border-radius: 80px;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: all .5s ease;
}
.bgb .more_btn{background-color: #fff;}
.more_btn::before{
	content: '';
	width: 25px;
	aspect-ratio: 1 / 1;
	background: url("../images/inchou/more_btn_icon.webp") no-repeat center / contain;
	margin-right: 10px;
	transition: transform .3s;
}
.more_btn.active::before{transform: rotate(180deg);}
@media (any-hover: hover){.more_btn:hover{background-color: #eae3dc;}}
.more_con{display: none;}

/* br_square_link,br_square
------------------------------------------------------------*/
.br_square_link a,.br_square_link span,.br_square_link img,.br_square span,.br_square img{display: block;}
.br_square_link a,.br_square > li{border-radius: 200px 200px 0 0;}
.br_square > li{background-color: #f7f3f2;}
.br_square_link a{
	background: #f7f3f2 url("../images/btn_icon_circlebtm_p.webp") no-repeat center 90% / 35px;
	padding: 40px 20px 100px;
}
.br_square > li{padding: 40px 20px 65px;}
.br_square_link span,.br_square span{margin-bottom: 13px;}
.br_square_link img,.br_square img{margin: 0 auto 25px;}
.br_square_link p,.br_square p{
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
}
@media (any-hover: hover){
	.br_square_link a:hover{
		background-color: #eae3dc;
		background-position: center 92%;
	}
}

/* 初診のご案内
------------------------------------------------------------*/
.bgp_link_box,.bgb_link_box{
	width: 48%;
	padding: 50px 30px 55px;
}
.bgp_link_box{background-color: #b484bc;}
.bgb_link_box{background-color: #897f79;}
.bgb_link_box a.btn_w{
	color: #897f79;
	background-image: url("../images/btn_icon_b.webp");
}
@media (any-hover: hover){
	.bgp_link_box a.btn_w:hover,.bgb_link_box a.btn_w:hover{background-color: #eae3dc;}
	.bgp_link_box a.btn_w:hover{
		background-image: url("../images/btn_icon_p.webp");
		color: #b484bc;
	}
}

/* 1500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1500px){
	.pc-nav > ul > li:not(:first-child){margin-left: 25px;}
	.pc-nav .drop_nav_box div{width: 490px!important;}
}

/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	
	/* ファーストビュー
	--------------------------------------*/
	#first_view{
		padding: 20px 0 65px;
		background-size: 46%;
	}
	
	/* ヘッダー
	--------------------------------------*/
	header{width: 95%;}
	#header_wrap{margin-bottom: 0;}
	
	/* メインエリア
	--------------------------------------*/
	#inner_title{padding-top: 50px;}
	.inner_text img{
		width: auto;
		height: 90px;
	}
	#pankuzu{margin-bottom: 30px;}
	#pankuzu > li:not(:last-child)::after{margin: 0 8px;}
	#pankuzu > li,#pankuzu > li:not(:last-child)::after,#pankuzu > li a{font-size: 12px;}


    /*追加*/
	ol#pankuzu{margin-bottom: 30px;}
	ol#pankuzu > li:not(:last-child)::after{margin: 0 8px;}
	ol#pankuzu > li,ol#pankuzu > li:not(:last-child)::after,ol#pankuzu > li a span{font-size: 12px;}
    ol#pankuzu,ol#pankuzu > li:last-child span{font-size: 12px;color: #b484bc;}
    
    
	/* コンテンツ
	--------------------------------------*/
	.plaid_bg{
		border-radius: 20px;
		background-size: 15px;
	}
	
	/* ボタン
	-------------------------------*/
	a.text_btn::before{
		width: 20px;
		margin-right: 8px;
	}
	a.text_btn span{
		font-size: 14px;
		padding-bottom: 8px;
	}
	
	/* タイトル
	-------------------------------*/
	/* title02 */
	.title02 p{
		font-size: 14px;
		margin-bottom: 8px;
	}
	.title02 h2{font-size: 30px;}
	
	/* dia_title */
	.dia_title{padding-left: 17px;}
	.dia_title::before{
		width: 10px;
		top: 5px!important;
	}
	
	/* bgp_title */
	.bgp_title{padding: 5px 15px 8px;}
	
	/* title_flex
	-------------------------------*/
	.title_flex .title,.title_flex .title02{width: 350px;}
	.title_flex .side_con{width: calc(100% - 350px);}

	/* リスト
	-------------------------------*/
	/* li_b */
	.li_b > li::before,.li_p > li::before{width: 5px;}
	.li_b.lh1-8.fs18 > li::before,.li_p.lh1-8.fs20 > li::before{top: 8px;}
	.li_b > li,.li_p > li{padding-left: 10px;}
	
	/* check_li */
	.check_li > li::before{width: 15px;}
	.check_li.fs20 > li::before{top: 3px;}
	.check_li.fs20 > li{padding-left: 25px;}

	/* bb_dashed_li */
	.bb_dashed_li > li:not(:last-child),.bbp_dashed_li > li:not(:last-child){
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	
	/* bgw_c1,.bgb_c1 */
	.bgw_c1,.bgb_c1{padding: 40px 30px;}
	.bgw_c1,.bgb_c1,.bgb_li > li,.bgw_li > li{border-radius: 5px;}

	/* bgb_li */
	.bgb_li.c2 > *,.bgw_li.c2 > *{padding: 30px 20px 40px;}
	
	/* bbs_li */
	.side_con .bbs_li > li:not(:last-child){
		padding-bottom: 35px;
		margin-bottom: 40px;
	}

	/* 診察担当医表
	--------------------------------------*/
	.schedule_btn > h3{width: 140px;}
	.schedule_btn > div{width: calc(100% - 140px);}
	.schedule_table th,.schedule_table td{padding: 20px 10px;}
	.schedule_table thead th:first-child{border-top-left-radius: 5px;}
	.schedule_table thead th:nth-child(8){border-top-right-radius: 5px;}
	.schedule_table tbody tr:nth-child(7) th{border-bottom-left-radius:5px;}
	.schedule_table tbody tr:last-child td:last-child{border-bottom-right-radius: 5px;}
	.schedule_table .al_center > img{width: 30px;}
		
	/* sticky_box
	--------------------------------------*/
	.sticky_title{
		width: 180px;
		top: 20px;
	}
	.sticky_title p{font-size: 12px;}
	.sticky_con{
		width: calc(100% - 180px);
		padding-left: 50px;
	}
	.sticky_con .bp_li > li:first-child{padding-top: 40px;}
	.sticky_con .bp_li > li:last-child{padding-bottom: 40px;}
	.sticky_con .bp_li > li:not(:last-child){
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.num_title span{
		width: 50px;
		font-size: 12px!important;
		letter-spacing: 0.1rem;
		margin-top: 1px;
	}
	.num_title h4{
		width: calc(100% - 50px);
		padding-left: 10px;
	}

	/* アコーディオン
	--------------------------------------*/
	.more_btn{padding: 10px 25px 10px 20px;}
	.more_btn::before{
		width: 20px;
		margin-right: 8px;
	}
	
	/* br_square_link,br_square
	--------------------------------------*/
	.br_square_link a{
		background-size: 25px;
		padding: 30px 20px 70px;
	}
	.br_square > li{padding: 30px 20px 40px;}
	.br_square_link span,.br_square span{margin-bottom: 8px;}
	.br_square_link img,.br_square img{
		width: 90px;
		margin-bottom: 15px;
	}
	.br_square_link p,.br_square p{height: 45px;}
	
	/* 初診のご案内
	--------------------------------------*/
	.bgp_link_box,.bgb_link_box{padding: 30px 20px 35px;}
}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	
	/* ファーストビュー
	--------------------------------------*/
	#first_view{
		padding: 15px 0 40px;
		background-size: 350px;
	}
	
	/* ヘッダー
	--------------------------------------*/
	header{width: 90%;}
	
	/* メインエリア
	--------------------------------------*/
	#inner_title{padding-top: 35px;}
	#pankuzu{margin-bottom: 25px;}
    ol#pankuzu{margin-bottom: 25px;}
	.inner_text img{height: 70px;}
	
	/* コンテンツ
	--------------------------------------*/
	/* title_flex
	-------------------------------*/
	.title_flex .title,.title_flex .title02,.title_flex .side_con{width: 100%;}
	.title_flex .title,.title_flex .title02{margin-bottom: 30px;}
	
	/* リスト
	-------------------------------*/
	/* bgb_li */
	.bgb_li.c2 > *:not(:last-child),.bgw_li.c2 > *:not(:last-child){margin-bottom: 30px;}
	
	/* sticky_box
	--------------------------------------*/
	.sticky_title,.sticky_con{width: 100%;}
	.sticky_title{
		position: static;
		aspect-ratio: auto;
		border-radius: 5px;
		padding: 20px 0;
		margin-bottom: 25px;
	}
	.sticky_con{padding-left: 0;}

}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
	
	/* ファーストビュー
	--------------------------------------*/
	#first_view{
		background-size: 250px;
		background-position: 150% bottom;
	}
	
	/* メインエリア
	--------------------------------------*/
	.inner_text img{height: 55px;}
	
	/* コンテンツ
	--------------------------------------*/
	/* ボタン
	-------------------------------*/
	a.text_btn span{padding-bottom: 10px;}
	a.text_btn span::after{margin-top: 3px;}
	
	/* 診察担当医表
	--------------------------------------*/
	.schedule_btn > h3,.schedule_btn > div{width: 100%;}
	.schedule_btn > h3{margin-bottom: 20px;}
	.schedule_btn a.btn_w.w320{max-width: none;}
	.schedule_btn a.btn_w{background-position: 94.5% center;}
	.schedule_table th,.schedule_table td{padding: 10px 8px;}
	.schedule_table .al_center{flex-wrap: wrap;}
	.schedule_table .al_center > p{width: 100%;}
	.schedule_table .al_center > img{
		display: block;
		margin: 0 auto 5px;
	}
	.schedule_table thead th:first-child{width: 18%;}
	.schedule_table thead th:nth-child(2){width: 29%;}
	.schedule_table thead th:not(:nth-child(-n+2)){width: 9.6%;}
	
	/* リスト
	-------------------------------*/
	/* li_b */
	.li_b.lh1-8.fs18 > li::before{top: 8px;}
	
	/* bgw_c1,.bgb_c1 */
	.bgw_c1,.bgb_c1{padding: 30px 20px 40px;}
	
	/* アコーディオン
	--------------------------------------*/
	.more_btn.fs22{font-size: 16px!important;}
	
	/* br_square_link,br_square
	--------------------------------------*/
	.br_square_link a{
		background-size: 20px;
		padding-bottom: 60px;
	}
	
	/* 初診のご案内
	--------------------------------------*/
	.bgp_link_box,.bgb_link_box{width: 100%;}
}
