@charset "utf-8";
/* Copyright 2021 FSFIELD All Rights Reserved. */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */

	/* メインビジュアル
	---------------------------------------------- */
	.main{
		background: url("../img/pc/bg_main01.jpg") repeat center;
		background-size: 2036px;
	}
	
	.image_main{
		text-align: center;
		padding: 25px 90px;
	}
	
	.image_main img{
		width: 100%;
		max-width: 1635px;
		height: auto;
	}
	
	/* 診療案内
	---------------------------------------------- */
	.sec_info{
		background: #FEF9F3;
		padding: 80px 0;
	}
	
	.sec_info .lead{
		text-align: center;
		font-size: 2rem;
	}
	
	.sec_info .lead br:not(:nth-child(1)){display: none;}
	
	.info{
		width: 1140px;
		margin: 0 auto;
		padding-top: 80px;
		margin-top: 70px;
		border-top: 2px solid #FCE4CF;
		display: flex;
	}
	
	.info .inner{
		width: 250px;
		margin-right: 40px;
	}
	
	.info .inner:last-of-type{margin-right: 0;}
	
	.info .inner h3{
		font-size: 2rem;
		text-align: center;
		margin-bottom: 30px;
		line-height: 1.2;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.info .inner .image{
		text-align: center;
		margin-bottom: 30px;
	}
	
	.info .inner .image img{
		width: 142px;
		height: auto;
	}
	
	/* 症例案内
	---------------------------------------------- */
	.case{
		padding: 60px 0;
		position: relative;
	}
	
	.case:nth-of-type(even)::after{
		content: "";
		background: #FEF9F3;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
		pointer-events: none;
	}
	
	.case .inner{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 1130px;
		margin: 0 auto;
	}
	
	.case:nth-of-type(odd) .inner{flex-direction: row-reverse;}
	
	.case .inner .txt{width: 540px;}
	
	.case .inner .txt .highlighting{
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	.case .inner .txt p{margin-bottom: 18px;}
	
	.case .inner .txt p:last-of-type{margin-bottom: 0;}
	
	.case .inner .image{width: 540px;}
	
	.case .inner .image img{
		width: 100%;
		height: auto;
	}
	
	.case:last-of-type{
		background: url("../img/pc/bg_case01.jpg") no-repeat 0 center;
		background-size: cover;
		padding: 135px 0;
		display: block;
	}
	
	.case:last-of-type .txt{
		width: 410px;
		margin-left: auto;
	}
	
	/* 診療の流れ
	---------------------------------------------- */
	.sec_flow{
		background: #FEF9F3;
		padding: 100px 0;
	}
	
	.wrap_flow{
		width: 800px;
		margin: 0 auto;
	}
	
	.flow{
		background: url("../img/bg01.jpg") repeat 0 0;
		border: 3px solid #F5AC69;
		border-radius: 80px;
		color: #F3AC67;
		padding: 21px 0;
		text-align: center;
		font-size: 3.2rem;
		line-height: 1;
		margin-bottom: 70px;
		position: relative;
	}
	
	.flow:last-of-type{margin-bottom: 0;}
	
	.flow::before,
	.flow::after{
		content: "";
		display: block;
		background: #F4CEA8;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.flow::before{bottom: -33px;}
	
	.flow::after{bottom: -53px;}
	
	.flow:last-of-type::before,
	.flow:last-of-type::after{display: none;}
	
	/* 施設案内
	---------------------------------------------- */
	.sec_facility{
		background: url("../img/pc/bg_facility01.jpg") no-repeat center 0;
		background-size: cover;
		padding: 100px 0 140px;
	}
	
	.sec_facility .message{
		width: 1140px;
		margin: 0 auto 100px;
		display: flex;
		justify-content: space-between;
	}
	
	.sec_facility .message .inner{width: 540px;}
	
	.sec_facility .message .inner .name{
		margin-top: 50px;
		font-size: 2rem;
		font-weight: bold;
	}
	
	.sec_facility .message .inner .name span{
		font-size: 1.5rem;
		margin-right: 10px;
		display: inline-block;
	}
	
	.sec_facility .message figure{width: 380px;}
	
	.sec_facility .message figure img{
		width: 100%;
		height: auto;
	}
	
	.sec_facility .googlemap{
		width: 1140px;
		margin: 0 auto 50px;
	}
	
	.sec_facility .googlemap iframe{
		width: 100%;
		height: 470px;
		display: block;
	}
	
	.sec_facility .facility{
		width: 1140px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.sec_facility .facility > div{width: 340px;}
	
	.sec_facility .facility .fee .txt p{margin-bottom: 20px;}
	
	.sec_facility .facility .fee .txt p:last-of-type{margin-bottom: 0;}
	
	.sec_facility .facility .news .article{
		padding: 15px 0;
		display: flex;
		border-bottom: 1px solid #FCE6CF;
	}
	
	.sec_facility .facility .news .article:first-of-type{padding-top: 0;}
	
	.sec_facility .facility .news .article time{
		flex: none;
		width: 110px;
	}
	
	.sec_facility .facility .news .article h5{width: calc(100% - 110px);}
	

}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */

	/* メインビジュアル
	---------------------------------------------- */
	.image_main img{
		width: 100%;
		height: auto;
	}
	
	/* 診療案内
	---------------------------------------------- */
	.sec_info{
		background: #FEF9F3;
		padding: 40px 15px;
	}
	
	.sec_info .lead{
		text-align: center;
		font-size: 1.5rem;
	}
	
	.info{
		padding-top: 30px;
		margin-top: 30px;
		border-top: 3px solid #FCE4CF;
	}
	
	.info .inner{margin-bottom: 40px;}
	
	.info .inner:last-of-type{margin-bottom: 0;}
	
	.info .inner h3{
		font-size: 2rem;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.info .inner h3 br{display: none;}
	
	.info .inner .image{
		text-align: center;
		margin-bottom: 20px;
	}
	
	.info .inner .image img{
		width: 190px;
		height: auto;
	}
	
	/* 症例案内
	---------------------------------------------- */
	.case{
		padding: 50px 15px 45px;
		position: relative;
	}
	
	.case:nth-of-type(even)::after{
		content: "";
		background: #FEF9F3;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
		pointer-events: none;
	}
	
	.case .inner{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.case .inner .txt .highlighting{
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	.case .inner .txt p{margin-bottom: 15px;}
	
	.case .inner .txt p:last-of-type{margin-bottom: 0;}
	
	.case .inner .image{margin-bottom: 25px;}
	
	.case .inner .image img{
		width: 100%;
		height: auto;
	}
	
	.case:last-of-type{padding: 0 0 45px;}
	
	.case:last-of-type .txt{padding: 0 15px;}
	
	/* 診療の流れ
	---------------------------------------------- */
	.sec_flow{
		background: #FEF9F3;
		padding: 50px 15px;
	}
	
	.flow{
		background: url("../img/bg01.jpg") repeat 0 0;
		background-size: 334px;
		border: 1.5px solid #F5AC69;
		border-radius: 50px;
		color: #F3AC67;
		padding: 15px 0;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1;
		margin-bottom: 50px;
		position: relative;
	}
	
	.flow:last-of-type{margin-bottom: 0;}
	
	.flow::before,
	.flow::after{
		content: "";
		display: block;
		background: #F4CEA8;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.flow::before{bottom: -23px;}
	
	.flow::after{bottom: -43px;}
	
	.flow:last-of-type::before,
	.flow:last-of-type::after{display: none;}
	
	/* 施設案内
	---------------------------------------------- */
	.sec_facility{
		background: url("../img/sp/bg_facility01.jpg") no-repeat center 0;
		background-size: cover;
		padding: 50px 15px 70px;
	}
	
	.sec_facility .message{margin-bottom: 50px;}
	
	.sec_facility .message .inner{text-align: center;}
	
	.sec_facility .message .inner br:not(:last-of-type){display: none;}
	
	.sec_facility .message .inner .name{
		margin-top: 20px;
		font-size: 1.9rem;
		font-weight: bold;
	}
	
	.sec_facility .message .inner .name span{
		font-size: 1.4rem;
		margin-right: 10px;
		display: inline-block;
	}
	
	.sec_facility .message figure{
		text-align: center;
		margin-bottom: 30px;
	}
	
	.sec_facility .message figure img{
		width: 55.07%;
		height: auto;
	}
	
	.sec_facility .googlemap{
		position: relative;
		margin-bottom: 50px;
		padding-top: 100%;
	}
	
	.sec_facility .googlemap iframe{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.sec_facility .facility .fee{
		text-align: center;
		margin-bottom: 50px;
	}
	
	.sec_facility .facility .fee .txt p{margin-bottom: 15px;}
	
	.sec_facility .facility .fee .txt p:last-of-type{margin-bottom: 0;}
	
	.sec_facility .facility .institution{
		text-align: center;
		margin-bottom: 45px;
	}
	
	.sec_facility .facility .news .heading04{text-align: center;}
	
	.sec_facility .facility .news .article{
		padding: 12px 0;
		border-bottom: 1px solid #FCE6CF;
	}
	
	.sec_facility .facility .news .article:first-of-type{padding-top: 0;}
	
	.sec_facility .facility .news .article time{display: block;}
	

}/*--@media--*/

