@charset "utf-8";
/* CSS Document */
/*===============================
doctor
===============================*/
#doctor .sec_greeting:before{
	background:url(../img/clinic/doctor/greeting-doctor1-bg-sp.jpg) no-repeat center bottom;
	background-size:cover;
}
#doctor .sec_greeting.doctor1{
	padding-top: 6rem;
}

@media screen and (min-width: 960px) {
	#doctor .sec_greeting:before{
		background-image:url(../img/clinic/doctor/greeting-doctor1-bg-pc.jpg);
	}
	#doctor .sec_greeting.doctor1{
		padding-top: 120px;
	}
}

#doctor .sec_case{
	padding-top: 6rem;
}
#doctor .sec_case .blc_slider{
	position: relative;
}
#doctor .sec_case .case_item .case_ttl{
	box-sizing: border-box;
	margin-bottom: 2rem;
	font-size: 2.2rem;
	padding-left: 1.4rem;
	border-left: 0.4rem solid #000;
}
#doctor .sec_case .case_item .box_img{
	display: flex;
	justify-content: space-between;
}
#doctor .sec_case .case_item .box_img .item_img{
	width: calc((100% - 0.4rem) / 2);
}
#doctor .sec_case .case_item .box_img .item_img .ttl{
	background-color: #F5F5F5;
	text-align: center;
	font-size: 1.3rem;
	padding: 1rem;
}
#doctor .sec_case .case_item .box_txt .item_detail:not(:last-child){
	margin-bottom: 2rem;
}
#doctor .sec_case .case_item .box_txt .item_detail .label{
	font-size: 1.3rem;
	line-height: 1.53;
	color: #444;
	margin-bottom: 0.7rem;
}
#doctor .sec_case .case_item .box_txt .item_detail .txt{
	color: #929292;
}
#doctor .sec_case .slider_arrows{
	top: 19rem;
}
#doctor .sec_case .slider_pagination{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
}
#doctor .sec_case .slider_pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background-color: #E9E9E9;
}
#doctor .sec_case .archive_btn{
	margin-top: 4rem;
	width: 100%;
	height: 5rem;
}

@media screen and (max-width: 959px) {
	#doctor .sec_case .blc_slider{
		padding-top: 2rem;
	}
	#doctor .sec_case .case_item .box_txt{
		margin-top: 2rem;
	}
}

@media screen and (min-width: 960px) {
	#doctor .sec_case{
		padding-top: 120px;
	}
	#doctor .sec_case .sec_ttl{
		margin-bottom: 45px;
	}
	#doctor .sec_case .swiper-wrapper{
		display: block;
	}
	#doctor .sec_case .case_item:not(:last-child){
		margin-bottom: 60px;
	}
	#doctor .sec_case .case_item .case_item_inner{
		display: flex;
	}
	#doctor .sec_case .case_item .case_ttl{
		margin-bottom: 20px;
		font-size: 22px;
		padding-left: 14px;
		border-width: 4px;
	}
	#doctor .sec_case .case_item .box_img{
		width: 41.21%;
	}
	#doctor .sec_case .case_item .box_img .item_img{
		width: calc((100% - 10px) / 2);
	}
	#doctor .sec_case .case_item .box_img .item_img .ttl{
		font-size: 15px;
		padding: 10px;
	}
	#doctor .sec_case .case_item .box_txt{
		flex: 1;
		padding-left: 15px;
	}
	#doctor .sec_case .case_item .box_txt .item_detail:not(:last-child){
		margin-bottom: 30px;
	}
	#doctor .sec_case .case_item .box_txt .item_detail .label{
		font-size: 16px;
		margin-bottom: 5px;
	}
	#doctor .sec_case .slider_arrows,
	#doctor .sec_case .slider_pagination{
		display: none;
	}
	#doctor .sec_case .archive_btn{
		margin: 60px auto 0 auto;
		width: 400px;
	}
}
@media screen and (min-width: 1150px) {
	#doctor .sec_case .case_item .box_img{
		width: 474px;
	}
	#doctor .sec_case .case_item .box_txt{
		padding-left: 30px;
	}
}

/*===============================
first-time
===============================*/
#first-time .howto_wap{
	background: url(../img/clinic/mitaka/first-time/howto-bg-sp.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
#first-time .howto_wap:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 22.5rem, rgba(255, 255, 255, 0) calc(100% - 16rem), rgba(255, 255, 255, 1) 100%);
}
#first-time .howto_wap .pnkz,
#first-time .howto_wap .sec_howto{
	position: relative;
	z-index: 2;
}
#first-time .sec_howto{
	padding-top: 3rem;
	padding-bottom: 4rem;
}
#first-time .sec_howto .sec_inner{
	box-sizing: border-box;
	background-color: #fff;
	padding: 3rem 2rem;
}
#first-time .sec_howto .lead_txt{
	margin-bottom: 2rem;
}
#first-time .sec_howto .blc_contact{
	display: flex;
	justify-content: space-between;
}
#first-time .sec_howto .blc_contact .btn{
	width: calc((100% - 0.4rem) / 2);
	height: 6.5rem;
	background-color: #F5F5F5;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#first-time .sec_howto .blc_contact .btn_txt{
	font-size: 1.8rem;
}
#first-time .sec_howto .blc_contact .btn1 svg{
	width: 2.7rem;
	height: 2.1rem;
	margin-right: 0.8rem;
}
#first-time .sec_howto .blc_contact .btn2 svg{
	width: 2.1rem;
	height: 2.1rem;
	margin-right: 0.5rem;
}
#first-time .sec_howto .blc_txt,
#first-time .sec_howto .blc_ac_btn{
	font-size: 1.1rem;
}
#first-time .sec_howto .blc_txt{
	margin-top: 1rem;
	line-height: 1.81;
}
#first-time .sec_howto .blc_ac_btn{
	margin-top: 0.4em;
}
#first-time .sec_howto .ac_btn{
	cursor: pointer;
	text-decoration: underline;
}
#first-time .sec_howto .blc_detail{
	margin-top: 1rem;
	border-radius: 2px;
	padding: 2rem;
}
#first-time .sec_howto .blc_sign{
	margin-top: 2rem;
	border-radius: 2px;
	padding: 2rem;
}
#first-time .sec_howto .blc_sign .blc_sign_box:not(:last-child){
	margin-bottom: 2.5rem;
}
#first-time .sec_howto .blc_sign .blc_sign_box .box_ttl{
	font-size: 1.8rem;
	color: #444;
	margin-bottom: 1.2rem;
}
#first-time .sec_howto .blc_sign .txt a{
	text-decoration: underline;
}

@media screen and (max-width: 599px) {
	#first-time .sec_howto .blc_contact .btn_txt.disp--pc{
		display: none;
	}
	#first-time .sec_howto .blc_contact .btn1 .btn_txt{
		font-size: 1.6rem;
		line-height: 1.2;
	}
}

@media screen and (min-width: 600px) {
	#first-time .sec_howto .lead_txt .disp--sp,
	#first-time .sec_howto .blc_contact .btn_txt.disp--sp,
	#first-time .sec_howto .blc_contact .btn_txt .disp--sp{
		display: none;
	}
	#first-time .sec_howto .blc_contact .btn{
		width: calc((100% - 20px) / 2);
	}
	#first-time .sec_howto .blc_contact .btn2{
		pointer-events: none;
		background-color: #fff;
		border: solid 1px #D4E9ED;
	}
}
@media screen and (min-width: 960px) {
	#first-time .howto_wap:before{
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 210px, rgba(255, 255, 255, 0) calc(100% - 155px), rgba(255, 255, 255, 1) 100%);
	}
	#first-time .sec_howto{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	#first-time .sec_howto .sec_inner{
		padding: 40px;
	}
	#first-time .sec_howto .lead_txt{
		margin-bottom: 27px;
		text-align: center;
	}
	#first-time .sec_howto .blc_contact .btn{
		width: calc((100% - 40px) / 2);
	}
	#first-time .sec_howto .blc_contact .btn_txt{
		font-size: 22px;
	}
	#first-time .sec_howto .blc_contact .btn1 svg{
		margin-right: 10px;
	}
	#first-time .sec_howto .blc_contact .btn1 path{
		transition: fill .3s ease;
	}
	#first-time .sec_howto .blc_contact .btn1:hover path{
		fill: #fff !important;
	}
	#first-time .sec_howto .blc_contact .btn2 svg{
		margin-right: 10px;
	}
	#first-time .sec_howto .blc_txt,
	#first-time .sec_howto .blc_ac_btn{
		font-size: 15px;
		text-align: center;
	}
	#first-time .sec_howto .blc_txt{
		margin-top: 17px;
	}
	#first-time .sec_howto .blc_txt br.disp--sp{
		display: none;
	}
	#first-time .sec_howto .blc_ac_btn{
		margin-top: 20px;
	}
	#first-time .sec_howto .ac_btn:hover{
		text-decoration: none;
	}
	#first-time .sec_howto .blc_detail{
		margin-top: 20px;
		padding: 28px 30px;
		line-height: 1.66;
	}
	#first-time .sec_howto .blc_sign{
		margin-top: 20px;
		padding: 28px 30px;
	}
	#first-time .sec_howto .blc_sign .blc_sign_box:not(:last-child){
		margin-bottom: 45px;
	}
	#first-time .sec_howto .blc_sign .blc_sign_box .box_ttl{
		font-size:20px;
		margin-bottom: 15px;
	}
	#first-time .sec_howto .blc_sign .txt{
		line-height: 1.66;
	}
	#first-time .sec_howto .blc_sign a:hover{
		text-decoration: none;
	}
}

#first-time .sec_flow{
	padding-top: 0.5rem;
	padding-bottom: 4rem;
	background: linear-gradient(to bottom, #fff 0%, #F5F5F5 7rem, #F5F5F5 100%);
}
#first-time .sec_flow .flow_blc{
	background-color: #fff;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 8px 6px 0 rgba(150, 150, 150, .1);
}
#first-time .sec_flow .flow_blc .box_txt{
	padding: 2.5rem 2rem 2rem 2rem;
}
#first-time .sec_flow .flow_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
#first-time .sec_flow .flow_ttl .num{
	color: #F1F1F1;
	font-size: 5rem;
	letter-spacing: 0.05em;
	margin-right: 1rem;
}
#first-time .sec_flow .flow_ttl .ttl{
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	padding-top: 0.3rem;
}
#first-time .sec_flow .flow_blc .box_detail{
	margin-top: 1.5rem;
	padding: 2rem;
	line-height: 1.53;
}

@media screen and (max-width: 599px) {
	#first-time .sec_flow .flow_blc:not(:last-child){
		margin-bottom: 2rem;
	}
}

@media screen and (min-width: 600px) {
	#first-time .sec_flow{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#first-time .sec_flow .flow_blc_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#first-time .sec_flow .flow_blc{
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc((100% - 20px) / 2);
	}
	.browser--ie #first-time .sec_flow .flow_blc{
		display: block;
	}
	#first-time .sec_flow .flow_blc:nth-child(n+3){
		margin-top: 40px;
	}
	#first-time .sec_flow .flow_blc .box_txt{
		-ms-flex:1;
		flex:1;
	}
}
@media screen and (min-width: 960px) {
	#first-time .sec_flow{
		background: linear-gradient(to bottom, #fff 0%, #F5F5F5 50px, #F5F5F5 100%);
	}
	#first-time .sec_flow .flow_blc{
		width: calc((100% - 40px) / 2);
	}
	#first-time .sec_flow .flow_blc .box_txt{
		padding: 25px 30px 30px 30px;
	}
	#first-time .sec_flow .flow_ttl{
		margin-bottom: 20px;
	}
	#first-time .sec_flow .flow_ttl .num{
		font-size: 50px;
		margin-right: 15px;
	}
	#first-time .sec_flow .flow_ttl .ttl{
		font-size: 30px;
		padding-top: 3px;
	}
	#first-time .sec_flow .flow_blc .txt,
	#first-time .sec_flow .flow_blc .box_detail{
		line-height: 1.66;
	}
	#first-time .sec_flow .flow_blc .box_detail{
		margin-top: 18px;
		padding: 20px;
	}
}

#first-time .sec_privacy{
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 25rem, #F5F5F5 25rem, #F5F5F5 100%);
}
#first-time .sec_privacy .box_img .img{
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}
#first-time .sec_privacy .box_txt p:not(:last-child){
	margin-bottom: 1.5em;
}

@media screen and (max-width: 959px) {
	#first-time .sec_privacy .box_txt{
		margin-top: 2rem;
	}
}
@media screen and (max-width: 599px) {
	#first-time .sec_privacy .box_img{
		width: calc(100% + 2rem);
		margin-left: -1rem;
	}
}

@media screen and (min-width: 960px) {
	#first-time .sec_privacy{
		padding-top: 60px;
		padding-bottom: 60px;
		background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 220px, #F5F5F5 220px, #F5F5F5 100%);
	}
	#first-time .sec_privacy .sec_inner{
		box-sizing: border-box;
		position: relative;
		min-height: 427px;
		padding-top: 110px;
	}
	#first-time .sec_privacy .box_img{
		position: absolute;
		top: 0;
		right: 0;
		width: 450px;
	}
	#first-time .sec_privacy .box_txt{
		width: 400px;
	}
}
@media screen and (min-width: 1150px) {
	#first-time .sec_privacy .box_img{
		width: 575px;
	}
	#first-time .sec_privacy .box_txt{
		width: 535px;
	}
}

/*===============================
about
===============================*/
#about .sec_photo{
	padding-top: 3rem;
	padding-bottom: 4rem;
	background:linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 22rem, #F5F5F5 27.5rem, #F5F5F5 100%);
}
#about .sec_photo .blc_slider{
	position: relative;
}
#photo_slider .photo_item{
	width: 39.4rem;
}
#photo_slider .photo_item .img{
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}
#photo_slider .photo_item .txt{
	text-align: center;
	padding-top: 2rem;
	min-height: 1.9em;
}
#about .sec_photo .slider_arrows{
	width: 90.33%;
	top: 44%;
	left: calc((100vw - 90.33%) / 2);
}
#about .sec_photo .slider_pagination{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 75%;
	width: 100%;
}

@media screen and (min-width: 600px) {
	#about .sec_photo{
		padding-top: 40px;
		padding-bottom: 60px;
		background:linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 390px, #F5F5F5 485px, #F5F5F5 100%);
	}
	#photo_slider .photo_item{
		width: 550px;
	}
	#photo_slider .photo_item .photo_item_inner{
		width: 82%;
		opacity: 0;
		margin-top: 8.44%;
		transition: width .3s ease, margin .3s ease, opacity .3s ease;
	}
	#photo_slider .photo_item.swiper-slide-active .photo_item_inner,
	#photo_slider .photo_item.swiper-slide-next .photo_item_inner,
	#photo_slider .photo_item.swiper-slide-prev .photo_item_inner{
		opacity: 1;
	}
	#photo_slider .photo_item.swiper-slide-active .photo_item_inner{
		width: 100%;
		margin-top: 0;
	}
	#photo_slider .photo_item.swiper-slide-next .photo_item_inner{
		margin-left: 0;
		margin-right: auto;
	}
	#photo_slider .photo_item.swiper-slide-prev .photo_item_inner{
		margin-right: 0;
		margin-left: auto;
	}
	#photo_slider .photo_item .img{
		box-shadow: 0 5px 3px 0 rgba(0, 0, 0, .1);
	}
	#photo_slider .photo_item .txt{
		transition: opacity .3s ease;
		opacity: 0;
	}
	#photo_slider .photo_item.swiper-slide-active .txt{
		opacity: 1;
	}
	#about .sec_photo .slider_arrows{
		width: 630px;
		left: calc((100vw - 630px) / 2);
	}
	#about .sec_photo .slider_pagination{
		top: 86.47%;
	}
}
@media screen and (min-width: 960px) {
	#photo_slider .photo_item{
		width: 780px;
	}
	#about .sec_photo .slider_arrows{
		width: 860px;
		left: calc((100vw - 860px) / 2);
	}
}

#about .sec_access{
	padding-top: 4rem;
	padding-bottom: 4rem;
	background:url(../img/clinic/about/access-bg-sp.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
#about .sec_access:before,
#about .sec_access .sec_inner:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	left: 0;
}
#about .sec_access:before{
	height: 100%;
	top: 0;
	background:linear-gradient(to bottom, #FFF 0%, #FFF 48.5rem, rgba(255, 255, 255, 0) 53.5rem, rgba(255, 255, 255, 0) calc(100% - 42rem), #FFF 100%);
}
#about .sec_access .sec_ttl,
#about .sec_access .sec_inner,
#about .sec_access .blc_map,
#about .sec_access .blc_detail{
	position: relative;
	z-index: 2;
}
#about .sec_access .sec_inner{
	box-sizing: border-box;
	padding: 0 2rem 3rem 2rem;
}
#about .sec_access .sec_inner:before{
	height: calc(100% - 12.3rem);
	bottom: 0;
	background:#fff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}
#about .sec_access .blc_map{
	margin-bottom: 3rem;
}
#about .sec_access .blc_map .box_map{
	overflow: hidden;
	background-color: #fff;
	border-radius: 3px;
	padding: 0.2rem;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}
#about .sec_access .google_map_wrap{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 24.5rem;
}
#about .sec_access .google_map_wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24.5rem;
}
#about .sec_access .blc_map .box_btn{
	display: flex;
	justify-content: space-between;
}
#about .sec_access .blc_map .btn{
	width: calc((100% - 1rem) / 2);
	height: 5rem;
}
#about .sec_access .blc_map .btn_icon{
	width: 1rem;
	height: 1.4rem;
	margin-right: 0.5rem;
}
#about .sec_access .blc_map .btn2 .btn_icon{
	width: 1.821rem;
	height: 1.713rem;
}
#about .sec_access .blc_map .box_address{
	margin-top: 1rem;
	font-size: 1.3rem;
	line-height: 1.53;
}
#about .sec_access .blc_map .box_way{
	margin-top: 2rem;
}
#about .sec_access .blc_map .way_item:not(:last-child){
	margin-bottom: 2rem;
}
#about .sec_access .blc_map .way_item .item_ttl{
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
#about .sec_access .blc_map .way_item .item_txt{
	font-size: 1.3rem;
	line-height: 1.53;
}
#about .sec_access .blc_detail{
	border-radius: 2px;
	padding: 3rem 2rem;
}
#about .sec_access .blc_detail .blc_ttl{
	color: #444;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 2.3rem;
}
#about .sec_access .blc_detail .daitail_item .img{
	overflow: hidden;
	border-radius: 3px;
}
#about .sec_access .blc_detail .daitail_item .item_txt{
	font-size: 1.3rem;
	line-height: 1.53;
}

@media screen and (max-width: 959px) {
	#about .sec_access .area_map{
		margin-bottom: 2.2rem;
	}
}
@media screen and (max-width: 599px) {
	#about .sec_access .blc_detail .daitail_item{
		display: flex;
	}
	#about .sec_access .blc_detail .daitail_item:not(:last-child){
		margin-bottom: 2rem;
	}
	#about .sec_access .blc_detail .item_img{
		width: 50%;
	}
	#about .sec_access .blc_detail .daitail_item .item_txt{
		flex:1;
		padding-left: 1rem;
	}
}

@media screen and (min-width: 600px) {
	#about .sec_access .blc_detail .daitail_list{
		display: flex;
		flex-wrap: wrap;
	}
	#about .sec_access .blc_detail .daitail_item{
		width: calc((100% - 20px) / 2);
	}
	#about .sec_access .blc_detail .daitail_item .item_txt{
		padding-top: 10px;
	}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	#about .sec_access .blc_detail .daitail_list{
		justify-content: space-between;
	}
	#about .sec_access .blc_detail .daitail_item:nth-child(n+3){
		margin-top: 30px;
	}
}
@media screen and (min-width: 960px) {
	#about .sec_access{
		padding-top: 65px;
		padding-bottom: 60px;
		background-image: url(../img/clinic/about/access-bg-pc.jpg);
	}
	#about .sec_access:before{
		background:linear-gradient(to bottom, #FFF 0%, #FFF 295px, rgba(255, 255, 255, 0) 435px, rgba(255, 255, 255, 0) calc(100% - 275px), #FFF 100%);
	}
	#about .sec_access .sec_inner{
		padding: 0 50px 50px 50px;
	}
	#about .sec_access .sec_inner:before{
		height: calc(100% - 37px);
	}
	#about .sec_access .blc_map{
		margin-bottom: 40px;
		display: flex;
		align-items: flex-end;
	}
	#about .sec_access .blc_map .area_map{
		width: 49%;
	}
	#about .sec_access .blc_map .box_map{
		padding: 3px;
	}
	#about .sec_access  .blc_map .google_map_wrap{
		padding-top: 398px;
	}
	#about .sec_access .blc_map .google_map_wrap iframe{
		height: 398px;
	}
	#about .sec_access .blc_map .area_content{
		flex:1;
		padding-left: 25px;
		padding-bottom: 25px;
	}
	#about .sec_access .blc_map .btn{
		width: calc((100% - 10px) / 2);
	}
	#about .sec_access .blc_map .btn_icon{
		width: 13px;
		height: 18px;
		margin-right: 10px;
	}
	#about .sec_access .blc_map .btn2 .btn_icon{
		width: 19px;
		height: 18px;
	}
	#about .sec_access .blc_map .btn_txt{
		font-size: 18px;
		transition: color .3s ease;
	}
	#about .sec_access .blc_map .btn:hover .btn_txt{
		color: #fff !important;
	}
	#about .sec_access .blc_map .box_address{
		margin-top: 17px;
		font-size: 15px;
		line-height: 1.33;
	}
	#about .sec_access .blc_map .box_way{
		margin-top: 30px;
	}
	#about .sec_access .blc_map .way_item:not(:last-child){
		margin-bottom: 30px;
	}
	#about .sec_access .blc_map .way_item .item_ttl{
		font-size: 18px;
		margin-bottom: 11px;
	}
	#about .sec_access .blc_map .way_item .item_txt{
		font-size: 15px;
		line-height: 1.33;
	}
	#about .sec_access .blc_detail{
		padding: 30px;
	}
	#about .sec_access .blc_detail .blc_ttl{
		font-size: 26px;
		margin-bottom: 32px;
	}
	#about .sec_access .blc_detail .daitail_item{
		width: calc((100% - 40px) / 3);
	}
	#about .sec_access .blc_detail .daitail_item .item_txt{
		font-size: 15px;
		line-height: 1.33;
	}
}
@media screen and (min-width: 960px) and (max-width: 1149px) {
	#about .sec_access .blc_detail .daitail_item:nth-child(n+4){
		margin-top: 30px;
	}
	#about .sec_access .blc_detail .daitail_item:not(:nth-child(3n)){
		margin-right: 20px;
	}
}
@media screen and (min-width: 1150px) {
	#about .sec_access .blc_map .area_content{
		padding-left: 40px;
	}
	#about .sec_access .blc_map .box_address br.disp--sp{
		display: none;
	}
	#about .sec_access .blc_detail .daitail_item{
		width: calc((100% - 60px) / 4);
	}
	#about .sec_access .blc_detail .daitail_item:nth-child(n+5){
		margin-top: 30px;
	}
	#about .sec_access .blc_detail .daitail_item:not(:nth-child(4n)){
		margin-right: 20px;
	}
}

#about .sec_about{
	padding-top: 1rem;
	padding-bottom: 4rem;
	background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 20.5rem, rgba(245, 245, 245, 1) 20.5rem, rgba(245, 245, 245, 1) 100%);
}
#about .sec_about .blc_img .img{
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
}
#about .sec_about .blc_content{
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
	padding: 1rem 2rem;
}
#about .sec_about .about_item{
	padding: 2rem 0;
}
#about .sec_about .about_item:not(:last-child){
	border-bottom: solid 1px #F5F5F5;
}
#about .sec_about .about_item .item_ttl{
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom: 1rem;
}
#about .sec_about .about_item .item_txt{
	line-height: 1.53;
}

@media screen and (max-width: 959px) {
	#about .sec_about .blc_img .img{
		margin-left: -1rem;
		width: calc(100% + 2rem);
	}
	#about .sec_about .blc_img .img img.disp--pc{
		display: none;
	}
}

@media screen and (min-width: 960px) {
	#about .sec_about .blc_img .img img.disp--sp,
	#about .sec_about .about_item .item_txt br.disp--sp{
		display: none;
	}
	#about .sec_about{
		padding-top: 60px;
		padding-bottom: 100px;
		background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 200px, rgba(245, 245, 245, 1) 200px, rgba(245, 245, 245, 1) 100%);
	}
	#about .sec_about .sec_inner{
		position: relative;
		padding-top: 90px;
	}
	#about .sec_about .blc_img{
		position: absolute;
		z-index: 2;
		width: 450px;
		top: 0;
		right: 0;
	}
	#about .sec_about .blc_content{
		border-radius: 3px;
		padding: 15px 30px;
	}
	#about .sec_about .about_list{
		width: 400px;
	}
	#about .sec_about .about_item{
		padding: 15px 0;
	}
	#about .sec_about .about_item .item_ttl{
		font-size: 18px;
	}
}
@media screen and (min-width: 1150px) {
	#about .sec_about .blc_img{
		width: 574px;
	}
	#about .sec_about .blc_content{
		padding: 15px 40px;
	}
	#about .sec_about .about_list{
		width: 495px;
	}
}

/* 20241213 Instagram追加 */
@media screen and (max-width: 959px) {
	#about .sec_sns{
		display: none;
	}
}

@media screen and (min-width: 960px) {
	#about .sec_sns{
		padding-top: 60px;
	}
	#about .sec_sns .block_sns{
		box-sizing: border-box;
		padding: 20px;
		background-color: #F5F5F5;
	}
	#about .sec_sns .block_sns .bnr{
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border: 1px solid #D8D8D8;
		border-radius: 2px;
		padding: 35px 0;
		transition: opacity .3s ease;
	}
	#about .sec_sns .block_sns .bnr:hover{
		opacity: 0.7;
	}
	#about .sec_sns .block_sns .bnr_baloon{
		width: 170px;
		height: 50px;
		border-radius: 2px;
		background-color: #717171;
		color: #fff;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		margin-right: 25px;
	}
	#about .sec_sns .block_sns .bnr_baloon:before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 10px;
		height: 14px;
		top: calc((100% - 14px) / 2);
		right: -5px;
		background-color: #717171;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
	}
	#about .sec_sns .block_sns .bnr_img{
		width: 34px;
	}
	#about .sec_sns .block_sns .bnr_txt1{
		font-size: 24px;
		color: #929292;
	}
	#about .sec_sns .block_sns .bnr_txt2{
		margin-left: 10px;
		font-size: 30px;
		color: #929292;
	}
}

/*===============================
info
===============================*/
#info .info_page_wrap{
	background: linear-gradient(to bottom, #FFF 0%, #FFF 5rem, #F5F5F5 25.5rem, #F5F5F5 100%);
}
#info .cat_ttl_list .cat_item:not(:last-child){
	border-color: #D4E9ED;
}
#info .cat_ttl_list .cat_item .item_txt{
	color: #BBB;
}
#info .select_wrap{
	background-color: #F5F5F5;
	border: solid 1px #EBEBEB;
}

@media screen and (min-width: 960px) {
	#info .info_page_wrap{
		background: linear-gradient(to bottom, #FFF 0%, #FFF 50px, #F5F5F5 245px, #F5F5F5 100%);
	}
}
@media screen and (min-width: 1100px) {
	.cmn_pagebtm_note{
		padding-bottom: 50px;
	}
}

/*===============================
price
===============================*/
#price .price_page_wrap{
	background: linear-gradient(to bottom, #FFF 0%, #FFF 5rem, #F5F5F5 25.5rem, #F5F5F5 100%);
}
#price .price_page_content{
	padding-top: 3rem;
	padding-bottom: 4rem;
}
#price .tab_box_wrap{
	margin-top: 1rem;
	background-color: #fff;
	border-radius: 2px;
	padding: 2rem;
}
#price .menu_anchor_list{
	display: flex;
	flex-wrap: wrap;
}
#price .menu_anchor_list .menu_item{
	display: block;
	box-sizing: border-box;
	background-color: #F5F5F5;
	border-radius: 2px;
	width: calc((100% - 0.4rem) / 2);
	position: relative;
	padding: 1.3rem 3.5rem 1.3rem 1rem;
	font-size: 1.2rem;
	color: #444;
	font-weight: 500;
}
#price .menu_anchor_list .menu_item .arrow_mark{
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	display: flex;
	align-items: center;
	justify-content: center;
	right: 1rem;
}
#price .price_box_ttl{
	display: flex;
	align-items: center;
}
#price .price_box_ttl:before,
#price .price_box_ttl:after{
	content: '';
	display: block;
	pointer-events: none;
	flex: 1;
	height: 1px;
}
#price .price_box_ttl .ttl{
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.2;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (max-width: 599px) {
	#price .menu_anchor_list{
		justify-content: space-between;
	}
	#price .menu_anchor_list .menu_item:nth-child(n+3){
		margin-top: 0.4rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 959px) {
	#price .menu_anchor_list .menu_item{
		width: calc((100% - 20px) / 3);
	}
	#price .menu_anchor_list .menu_item:not(:nth-child(3n)){
		margin-right: 10px;
	}
	#price .menu_anchor_list .menu_item:nth-child(n+4){
		margin-top: 10px;
	}
}
@media screen and (min-width: 960px) {
	#price .price_page_wrap{
		background: linear-gradient(to bottom, #FFF 0%, #FFF 50px, #F5F5F5 245px, #F5F5F5 100%);
	}
	#price .price_page_content{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	#price .tab_box_wrap{
		margin-top: 20px;
		padding: 40px;
	}
	#price .menu_anchor_list .menu_item{
		font-size: 15px;
		transition: background .3s ease;
	}
	#price .price_box_ttl .ttl{
		font-size: 30px;
		letter-spacing: 0.1em;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1149px) {
	#price .menu_anchor_list .menu_item{
		width: calc((100% - 30px) / 4);
	}
	#price .menu_anchor_list .menu_item:not(:nth-child(4n)){
		margin-right: 10px;
	}
	#price .menu_anchor_list .menu_item:nth-child(n+5){
		margin-top: 10px;
	}
}
@media screen and (min-width: 1150px) {
	#price .menu_anchor_list .menu_item{
		width: calc((100% - 40px) / 5);
	}
	#price .menu_anchor_list .menu_item:not(:nth-child(5n)){
		margin-right: 10px;
	}
	#price .menu_anchor_list .menu_item:nth-child(n+6){
		margin-top: 10px;
	}
}
