/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2022 | 07:52:16 */
/* ヒーローヘッダーのCSS */
.p-index-slider__item {
	position: relative;
}
.phone_call {
	display: block;
	position: absolute;
	top: 90%;
	left: 27px;
}
a.inst::before {
    font-family: "design_plus";
    font-size: 14pt;
    content: "\ea92";
    color: white;
}
.phone_call .phone_desc {
	font-size: 20px;
}
.phone_call .number {
	font-size: 40px;
	font-weight: bold;
}
@media screen and (max-width: 662px) {
	.phone_call .phone_desc {
	font-size: 0px;
}
 .phone_call .number {
	font-size: 0px;
}
}
@media screen and (max-width: 991px) { 
	.phone_call {
	display: block;
	position: absolute;
	top: 88%;
	left: 50%;
  transform: translateX(-50%);
}
 .phone_call .phone_desc {
	text-align: center;
}
}
}
.p-index-slider__item-content {
	margin: 64px auto;
}
.p-index-slider__item-content br {
	counter-increment: indent;
}
.p-index-slider__item-title {
	display: inline-block;
	letter-spacing: 20px;
	margin: auto auto;
	line-height: 50px;
}
/* デバイス画面の高さでヒーローヘッダーが変動しないようにする */
.p-index-slider {
	height: 890px;
}
.p-index-slider__item.is-active.slick-active {
	height: 100%;
}

/* セクション・ブロックコンテンツのCSS */
.rekishibutsu_title{
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 25px;
}

/* フッターのCSS */
.p-info__inner .l-inner {
	margin-right: auto;
}
.p-info__text-center::before {
	display: block;
	content: "お電話でのご予約・お問い合わせ";
	font-size: 14px;
}
.p-info__text {
  line-height: 1.5;
}
.p-info__text-center {
	font-size: 34px;
}
.p-info__text-right {
	display: block;
	text-align: center;
	line-height: 30px;
	padding-bottom: 10px;
	margin: auto;
}
.p-info__col .p-info__btn {
	margin: auto;
}
