@charset "UTF-8";
/* CSS Document */

/*
ヘッダー
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#header_btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: absolute;
		top: 0;
		right: 0;
		width: 520px;
		height: auto;
	}
	
	#header_btn .tel_btn {
		width: 270px;
		padding: 24px 0 6px 10px;
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 22px;
		border-width: 3px!important;
	}
	
	#header_btn .tel_btn::before {
		bottom: 9px;
		left: 32px;
		width: 18px;
		height: 18px;
	}
	
	#header_btn .tel_btn font {
		top: 9px;
		width: 220px;
		font-size: 12px;
		line-height: 12px;
	}
	
	#header_btn .tel_btn font small {
		font-size: 11px;
		line-height: 11px;
	}
	
	#header_btn .bosyu_btn {
		width: 220px;
		padding: 12px 0 12px 0;
	}
	
	#header_btn .bosyu_btn font {
		font-size: 20px;
	}
	
	#header_btn .bosyu_btn::before {
		width: 10px;
		height: 14px;
    	right: 20px;
	}
	
	#header_btn_smp {
		display: none;
	}
	
	#footer_btn {
		display: none;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#header_btn {
		display: none;
	}
	
	#header_btn_smp {
		position: relative;
		width: 300px;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	#footer_btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 375px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#footer_btn .tel_btn {
		width: 185px;
		height: 45px;
		padding: 18px 0 6px 10px;
		font-size: 17px;
		letter-spacing: 2px;
		line-height: 17px;
		border-width: 2px!important;
	}
	
	#footer_btn .tel_btn::before {
		bottom: 6px;
		left: 14px;
		width: 14px;
		height: 14px;
	}
	
	#footer_btn .tel_btn font {
		top: 6px;
		width: 150px;
		font-size: 8px;
		line-height: 8px;
	}
	
	#footer_btn .tel_btn font small {
		font-size: 7px;
		line-height: 7px;
	}
	
	#footer_btn .bosyu_btn {
		width: 185px;
		margin-top: 0;
		padding: 10px 0 10px 0;
	}
	
	#footer_btn .bosyu_btn font {
		font-size: 15px;
	}
	
	#footer_btn .bosyu_btn::before {
		width: 8px;
		height: 11px;
    	right: 15px;
	}
}

/*
トップページ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*追加ボタン*/
	.add_btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 810px;
		height: auto;
		margin: 0 auto 70px auto;
	}
	
	.tel_btn {
		display: block;
		position: relative;
		width: 390px;
		height: auto;
		padding: 35px 0 15px 10px;
		font-size: 30px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		letter-spacing: 3px;
		line-height: 30px;
		color: #FB4848!important;
		background: #fff!important;
		text-align: center;
		background: 
			linear-gradient(#fff, #fff) padding-box,
			linear-gradient(100deg, #FFA065 0%, #FF675B 50%, #E93663 100%) border-box !important;
		border: 5px solid transparent;
		border-radius: 100px;
		box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.25);
		box-sizing: border-box;
		border-width: 5px!important;
	}
	
	.tel_btn::before {
		content: "";
		position: absolute;
		bottom: 13px;
		left: 48px;
		width: 28px;
		height: 28px;
		background-image: url(/wp-content/themes/cf_originaltheme/images/add/btn_tel.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.tel_btn font {
		position: absolute;
		top: 13px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 280px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #FB4848;
	}
	
	.tel_btn font small {
		font-size: 15px;
		font-weight: 400;
		line-height: 15px;
		color: #1C1C1C;
	}
	
	.bosyu_btn {
		display: block;
		position: relative;
		width: 390px;
		height: auto;
		padding: 24px 0 24px 0;
		text-align: center;
		border: solid 1px transparent;
		background-image: linear-gradient(99deg, #f19661 6%, #e33c61 95%);
		border-radius: 100px;
		box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.25);
		box-sizing: border-box;
	}
	
	.bosyu_btn font {
		z-index: 2;
		position: relative;
		font-size: 26px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 38px;
		color: #fff;
		transition: 0.4s;
	}
	
	.bosyu_btn::before {
		content: "";
		display: block;
		position: absolute;
		width: 12px;
		height: 17px;
    	top: 50%;
    	right: 50px;
    	transform: translateY(-50%);
    	z-index: 2;
    	background: url(../images/lp/arrow_white.png) 0% 0% / contain no-repeat;
    	transition: background 0.4s;
	}
	
	.bosyu_btn::after {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
   		border-radius: 100px;
		background: #fff;
		border: solid 1px transparent;
		opacity: 0;
    	transition: opacity 0.4s ease,border-color 0.4s ease;
    	z-index: 1;
	}
	
	.bosyu_btn:hover {
		border-color: transparent;
	}
	
	.bosyu_btn:hover font {
		color: #FB4848!important;
	}
	
	.bosyu_btn:hover:before {
		background: url(../images/lp/entry_after.png) no-repeat;
		background-size: contain;
	}
	
	.bosyu_btn:hover::after {
		opacity: 1;
		border: solid 1px #FB4848!important;
	}
	
	/*1箇所目*/
	#top_btn01 {
		z-index: 10;
		margin: -100px auto 0 auto;
	}
	
	/*2箇所目*/
	#top_btn02 {
		
	}
	
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*追加ボタン*/
	.add_btn {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	.tel_btn {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 25px 0 10px 10px;
		font-size: 19px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 19px;
		color: #FB4848!important;
		background: #fff!important;
		text-align: center;
		background: 
			linear-gradient(#fff, #fff) padding-box,
			linear-gradient(100deg, #FFA065 0%, #FF675B 50%, #E93663 100%) border-box !important;
		border: 5px solid transparent;
		border-radius: 100px;
		box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.25);
		box-sizing: border-box;
		border-width: 3px!important;
	}
	
	.tel_btn::before {
		content: "";
		position: absolute;
		bottom: 10px;
		left: 57px;
		width: 16px;
		height: 16px;
		background-image: url(/wp-content/themes/cf_originaltheme/images/add/btn_tel.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.tel_btn font {
		position: absolute;
		top: 11px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 170px;
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 10px;
		text-align: center;
		color: #FB4848;
	}
	
	.tel_btn font small {
		font-size: 9px;
		font-weight: 400;
		line-height: 9px;
		color: #1C1C1C;
	}
	
	.bosyu_btn {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 15px auto 0 auto;
		padding: 15px 0 15px 0;
		text-align: center;
		border: solid 1px transparent;
		background-image: linear-gradient(99deg, #f19661 6%, #e33c61 95%);
		border-radius: 100px;
		box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.25);
		box-sizing: border-box;
	}
	
	.bosyu_btn font {
		z-index: 2;
		position: relative;
		font-size: 18px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 18px;
		color: #fff;
	}
	
	.bosyu_btn::before {
		content: "";
		display: block;
		position: absolute;
		width: 8px;
		height: 11px;
    	top: 50%;
    	right: 40px;
    	transform: translateY(-50%);
    	z-index: 2;
    	background: url(../images/lp/arrow_white.png) 0% 0% / contain no-repeat;
	}
	
	/*1箇所目*/
	#top_btn01 {
		z-index: 10;
		margin: -80px auto 0 auto;
	}
	
	/*2箇所目*/
	#top_btn02 {
		
	}
	
}

/*アニメーション設定*/
.heartbeat-img {
  animation: heartbeat 1.2s ease-in-out infinite;
}

@keyframes heartbeat {
  0%, 100% { 
    transform: scale(1);
  }
  50% { 
    transform: scale(1.1);
  }
}