/*
Theme Name: raqoon WP child
Template: raqoon_wp
Text Domain: raqoon_wp_child
Author: raQoon LLC.
Author URI: https://raqoon.jp/
Description: raqoon WP子テーマ
Version: 3.1.1
Tested up to: 6.5
Requires PHP: 7.4
*/
.item_price{
	margin:0;
}
.item_price table{
	margin:0;
}

.footer_tel a{
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 900;
	color:#fff;
}
.footer_tel .fa-phone{
	color:var(--accent-color);
	margin-right:5px;
}
/*.cta_wrap .wrap100_inner{
	max-width:1040px;
}
*/
.page-id-97 .wrap100_inner,.page-id-114 .wrap100_inner{
	max-width:1040px;
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){
	border-radius:20px;
}

.page-id-2 .col2flex{
	padding:48px 24px;
}

@media screen and (max-width:767px){
	.footer_tel a{
		font-size:30px;
	}
}