﻿body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #233237;
}

input,
select,
textarea {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.inner {
	width: 100%;
	padding: 0 1.6rem;
}
.cta{
	padding: 0 0 3.2rem;
	position: relative;
	z-index: 2;
}
.cta::before{
	content: "";
	width: 100%;
	height: calc(100% - 4rem);
	background-color: #F8F3EE;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.cta__campaign{
	position: relative;
	z-index: 2;
}
.cta__ttl{
	margin-top: -0.8rem;
	margin-bottom: 1.2rem;
}
.cta__inner{
	
}
.cta__box{
	padding: 1.8rem 3.6rem 2.4rem;
	background-color: #fff;
	border-radius: 1rem;
}
.cta__catch{
	font-size: 1.8rem;
	line-height: 1.53;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}
.cta__list{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.cta__tel{
	width: 100%;
}
.cta__tel a{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.2rem;
	padding: 1.6rem 0;
	background: #3F352D;
	border-radius: 1rem;
	position: relative;
	z-index: 2;
}
.cta__tel p{
	font-family: "Roboto", sans-serif;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 0.7rem;
}
.cta__tel img{
	width: 2.4rem;
}
.cta__tel span{
	font-size: 1.7rem;
	line-height: 1;
	font-weight: 700;
	color: inherit;
	padding: 0.6rem 2.5rem;
	background-color: #fff;
	border-radius: 0.3rem;
}
/* PC/SP で表示切替（SP: 番号 / PC: クリック誘導） */
/* .cta__tel span（営業時間バッジ用：白背景・小サイズ）に勝つ詳細度で上書き */
.cta__tel p .cta__tel-num,
.cta__tel p .cta__tel-label{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}
.cta__tel p .cta__tel-label{
	display: none;
}
.cta__line,
.cta__mail{
	width: calc((100% - 1rem) / 2);
}
.cta__line a,
.cta__mail a{
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	height: 8rem;
	border-radius: 1rem;
}
.cta__line a{
	background-color: #1ABC45;
}
.cta__mail a{
	background-color: #D57E00;
}
.cta__line p,
.cta__mail p{
	font-size: 1.8rem;
	font-weight: 900;
}
.cta__line span,
.cta__mail span{
	font-size: 1.4rem;
	font-weight: 900;
}


.box__list{
	display: flex;
	flex-direction: column;
	gap: 1.6rem;

}
.box__list > li{
	padding: 1.3rem 1.6rem 3.2rem;
	background-color: #fff;
	border-radius: 1rem;
	position: relative;
}
.box__head{
	display: flex;
	align-items: flex-end;
	margin-bottom: 2rem;
}
.box__num{
	width: 7.2rem;
	display: block;
}
.box__ttl{
	height: 6.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #3F352D;
}
.box__ttl .orange{
	color: #D57E00;
}
.box__ttl .green{
	color: #619E45;
}
.box__ttl-sub{
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
}
.box__ttl-main{
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 700;
}
.box__desc{
	
}
.box__img{
	margin-top: 1.8rem;
}


.header__btn{
	background-color: #619E45;
}
.header__sp{
    padding: 7.6rem 1.8rem 4.8rem 1.8rem;
	background-color: #F5F2F0;
}
.header__nav ul{
	margin-bottom: 5rem;
}
.header__nav a{
	font-weight: 700;
	color: #3F352D;
}
.header__cta{
	gap: 1.3rem 0.8rem;
}
.header__cta .cta__tel a{
	gap: 1rem;
	padding: 1.3rem 0;
}
.header__cta .cta__tel p{
	font-size: 3.0rem;
}
.header__cta .cta__tel img{
	width: 2rem;
}
.header__cta .cta__tel span{
	font-size: 1.4rem;
	padding: 0.5rem 2rem;
}
.header__cta .cta__line,
.header__cta .cta__mail{
	width: calc((100% - 0.8rem) / 2);
}
.header__cta .cta__line a,
.header__cta .cta__mail a{
	height: 6.7rem;
}
.header__cta .cta__line p,
.header__cta .cta__mail p{
	font-size: 1.5rem;
}
.header__cta .cta__line span,
.header__cta .cta__mail span{
	font-size: 1.2rem;
}

.inquiry {
	padding: 1.4rem 0 1.1rem;
}
.inquiry__ttl{
	color: #3F352D;
	margin-bottom: 1.1rem;
}
.inquiry__list p{
	padding-top: 0;
}
.inquiry__tel a{
	background-color: #3F352D;
	box-shadow: unset;
}
.inquiry__line a {
	background-color: #1ABC45;
	box-shadow: unset;
}
.inquiry__mail a {
	background-color: #D57E00;
	box-shadow: unset;
}


.sec__h2{
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #3F352D;
}
.sec__h3{
	font-size: 2rem;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
	width: 23.3rem;
	height: 4.7rem;
	background-color: #B59664;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.6rem;
	position: relative;
}
.sec__txt{
	font-size: 1.4rem;
	line-height: 1.6;
}

.mv {
	position: relative;
}

.worries {
	padding: 2.2rem 0 7.5rem;
	background-color: #F4E4D9;
}
.worries__h2{
	margin: 0 auto;
}
.worries__box{
	width: 100%;
	height: 37.9rem;
	padding: 3.7rem 1.6rem 0;
	background-image: url(../img/ihinseiri/worries__bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -0.5rem;
}
.worries__list{
	
}
.worries__list > li:nth-of-type(1){
	margin-left: 2.3rem;
}
.worries__list > li:nth-of-type(2){
	margin-top: 5.5rem;
	margin-left: 10.4rem;
}
.worries__list > li:nth-of-type(3){
	margin-top: 5.4rem;
	margin-left: 4.6rem;
}
.worries__list > li:nth-of-type(4){
	margin-top: -2.5rem;
	margin-left: 21.2rem;
}
.worries__list p{
	font-size: 1.6rem;
	line-height: 2.62rem;
	font-weight: 700;
}
.worries__list span{
	font-size: 2rem;
	line-height: 2.62rem;
	color: #D57E00;
}

.resolved{
	padding: 6.6rem 0 4.8rem;
	margin-top: -6.6rem;
	position: relative;
	z-index: 2;
}
.resolved::before{
	content: "";
	width: 100%;
	height: 14.8rem;
	background-image: url(../img/ihinseiri/resolved__bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.resolved::after{
	content: "";
	width: 100%;
	height: calc(100% - 10rem);
	background-color: #EDC3A6;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.resolved__h2{
	margin: 0 auto 1.6rem;
}
.resolved__h3{
	
}

.service{

}
.service__basic-option{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.service__basic,
.service__option,
.service__value{
	padding: 4rem 1.6rem 2.8rem;
	border-radius: 1rem;
	position: relative;
}
.service__basic,
.service__option{
	background-color: #F9F4EF;
}
.service__value{
	background-color: #EBF5E6;	
}
.service__basic{
	margin-top: 4rem;
}
.service__value{
	margin-top: 4rem;
}
.service__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.6rem 1.8rem;
}
.service__list > li{
	width: calc((100% - 1.8rem) / 2);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
}
.service__list p{
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
}
.service__option__plus{
	width: 5.4rem;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% -50%;
}
.service__basic__h3,
.service__option__h3,
.service__value__h3{
	background-color: unset;
	background-size: contain;
	background-repeat: no-repeat;
}
.service__basic__h3{
	background-image: url(../img/ihinseiri/service__basic__h3.png);
}
.service__option__h3{
	background-image: url(../img/ihinseiri/service__option__h3.png);
}
.service__value__h3{
	background-image: url(../img/ihinseiri/service__value__h3.png);
}
.service__basic__h3,
.service__value__h3{
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% -50%;
}

.price{
	padding: 4.6rem 0 4rem;
}
.price__h2{
	margin-bottom: 2.8rem;
}
.price__list{
	display: block;
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 1.2rem;
}
.price__list ul{
	display: flex;
	position: relative;
}
.price__list ul > li{
	position: relative;
}
.price__list ul > li:nth-of-type(1){
	width: 16rem;
}
.price__list ul > li:nth-of-type(2){
	width: calc(100% - 16rem);
}
.price__list ul > li::after{
	content: "";
	width: 0.2rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: -0.2rem;
	z-index: 2;
}
.price__list ul > li:last-of-type::after{
	display: none;
}
.price__head{
	width: 100%;
	background-color: #D57E00;
	border-left: 0.3rem solid #D57E00;
	border-right: 0.3rem solid #D57E00;
}
.price__head ul > li{
	height: 4.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price__head ul > li::after{
	background-color: #fff;
}
.price__head ul > li p{
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}
.price__head ul > li span{
	font-size: 1.2rem;
	margin-left: 0.4rem;
}
.price__body{
	width: 100%;
	background-color: #fff;
	border-left: 0.3rem solid #D57E00;
	border-right: 0.3rem solid #D57E00;
	border-bottom: 0.3rem solid #D57E00;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.price__body ul{
	
}
.price__body ul::after{
	content: "";
	width: 100%;
	height: 0.2rem;
	background-color: #D9D9D9;
	position: absolute;
	left: 0;
	bottom: 0;
}
.price__body ul:last-of-type::after{
	display: none;
}
.price__body ul > li{
	height: 7.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price__body ul > li::after{
	background-color: #D57E00;
}
.price__body__layout p{
	font-family: "Roboto", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #3F352D;
}
.price__body__price p{
	font-size: 1.6rem;
	font-weight: 700;
	color: #D57E00;
}
.price__body__price .num{
	font-family: "Roboto", sans-serif;
	font-size: 3.4rem;
}
.price__note{
	
}


.promise{
	padding: 1.6rem 0 7rem;
	background-color: #D9E6D4;
	margin-bottom: -2.4rem;
	position: relative;
}
.promise__h2{
	margin: 0 1.6rem 1.4rem;
}
.promise__lead{
	font-size: 1.4rem;
	line-height: 1.68;
	font-weight: 500;
	margin: 0 1.6rem 1.6rem;
}
.promise__list{
	
}
.promise__note{
	font-size: 1rem;
	line-height: 1.24;
	margin-top: 1.4rem;
}


.faq {
	padding: 4.2rem 0 4.8rem;
}
.faq__h2{
	margin-bottom: 0.6rem;
}
.faq__list {
	display: flex;
	flex-direction: column;
}
.faq__list li {
	padding: 0.4rem 0;
	overflow: hidden;
	border-bottom: 0.1rem solid #000;
}
.faq__dl dt {
	padding: 1.2rem 2.4rem 1.2rem 0;
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.faq__dl dt::before {
	content: "Q";
	font-size: 3.5rem;
	font-weight: 900;
	color: #619E45;
}
.faq__dl dt p {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 700;
	color: #3F352D;
}
.faq__dl dt span {
	width: 1.9rem;
	height: 1.9rem;
	position: relative;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	right: 0;
	translate: 0 -50%;
}
.faq__dl dt span::before,
.faq__dl dt span::after {
	content: "";
	background-color: #619E45;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease-in-out;
}
.faq__dl dt span::before {
	width: 0.3rem;
	height: 100%;
}
.faq__dl dt span::after {
	width: 100%;
	height: 0.3rem;
}
.faq__dl dd {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #3F352D;
	padding: 0 0 1.2rem 3.2rem;
	display: none;
	position: relative;
}
.faq__dl.is-active dt span {
	rotate: 180deg;
}
.faq__dl.is-active dt span::before {
	opacity: 0;
}


.contact {
	padding: 4.2rem 0 2.4rem;
	background-color: #EDC3A6;
}

.contact__h2 {
	width: 28.4rem;
	margin: 0 auto 2.8rem;
}
.contact__form{
	padding: 1.6rem 1.6rem 2.4rem;
	background-color: #fff;
	border-radius: 1rem;
}

.contact__item {
	margin-top: 3rem;
}

.contact__label {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #3F352D;
}

.contact__label .required {
	font-weight: 500;
	color: #D57E00;
}

.contact__input,
.contact__textarea {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
	width: 100%;
	padding: 1rem 2.4rem;
	background-color: #fff;
	border: 0.1rem solid #B3AFB2;
	border-radius: 1rem;
	margin-top: 1.2rem;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
	color: #AFB5B8;
}

.contact__textarea {
	height: 13.4rem;
}

.contact__checkbox{
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 700;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
}
.contact__checkbox .wpcf7-list-item{
	margin: 0;
}
.contact__checkbox .wpcf7-list-item-label{
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.contact__checkbox .wpcf7-list-item-label::before{
	content: "";
	display: block;
	width: 3rem;
	height: 3rem;
	border: 0.1rem solid #B3AFB2;
	background-color: #fff;
	border-radius: 0.5rem;
}
.contact__checkbox input{
	display: none;
}
.contact__checkbox input:checked+.wpcf7-list-item-label::before{
	background-color: #D57E00;
	border: 0.1rem solid #D57E00;
}
.contact__checkbox input:checked+.wpcf7-list-item-label::after{
	content: "";
	width: 1.2rem;
	height: 1.3rem;
	display: block;
	background-image: url(../img/contact__check.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 1rem;
	translate: 0 -50%;
}

.contact__zip{
	margin-top: 1rem;
}
.contact__zip p{
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.contact__zip input{
	width: 20.5rem;
	margin: 0;
}
.contact__date{
	margin-top: 1rem;
}
.contact__date p{
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.contact__date input,
.contact__date select{
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
	padding: 1rem 1.4rem;
	background-color: #fff;
	border: 0.1rem solid #B3AFB2;
	border-radius: 1rem;
}

.contact__policy {
	margin-top: 3.2rem;
	background-color: #fff;
	padding: 1.6rem 0.8rem 1.6rem 2.4rem;
	border: 0.1rem solid #B3AFB2;
	height: 13.4rem;
	border-radius: 1rem;
}

.contact__policy__txt {
	height: 100%;
	overflow-y: scroll;
	padding-right: 1.6rem;
}

.contact__policy__txt p {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
}

.contact__btn {
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	width: 25rem;
	height: 5.4rem;
	background-color: #D57E00;
	border-radius: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: promiseer;
	border: 0;
	margin: 2.4rem auto 0;
	transition: all 0.3s ease-in-out;
}

.contact__item--policy .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact__item--policy .wpcf7-list-item-label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.1rem;
}

.contact__item--policy .wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	border: 0.1rem solid #B3AFB2;
	background-color: #fff;
	border-radius: 0.6rem;
}
.contact__item--policy .wpcf7-list-item-label::after{
	position: absolute;
}

.contact__item--policy input {
	display: none;
}

.contact__item--policy input:checked+.wpcf7-list-item-label::before {
	background-color: #D57E00;
	border: 0.1rem solid #D57E00;
}

.contact__item--policy input:checked+.wpcf7-list-item-label::after {
	content: "";
	width: 1.2rem;
	height: 1.3rem;
	display: block;
	background-image: url(../img/contact__check.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 0.7rem;
	translate: 0 -50%;
}

.contact__item .wpcf7-not-valid-tip {
	margin-top: 0.5rem;
	color: #EF4746;
}

#contact .wpcf7-response-output {
	color: #dc3232;
	border-color: #dc3232;
}

#contact .sent .wpcf7-response-output {
	color: #46b450;
	border-color: #46b450;
}

.company {
	background-color: #F4E4D9;
	padding: 4.8rem 0;
}
.company__h2{
	width: 12.2rem;
	margin: 0 auto 3rem;
}
.company__box{
	padding: 1rem 2rem;
	background-color: #fff;
	border-radius: 2rem;
}
.company__dl {

}
.company__dl > div {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.2rem 0;
	border-bottom: 0.1rem solid #000;
}
.company__dl > div:last-of-type{
	border: 0;
}
.company__dl dt {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
	width: 13rem;
	flex-shrink: 0;
}
.company__dl dd {
	font-size: 1.4rem;
	line-height: 1.82;
	font-weight: 500;
}
.menu-overlay{
	background-color: rgba(58, 64, 55, 0.8);
}
@media screen and (min-width: 768px) {
	.body__left,
	.body__right {
		background-color: #F5F3EF;
	}
	.miraido,
	.sample{
		width: 42.5rem;
		position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	.miraido__logo{
		width: 19rem;
		margin: 0 auto;
	}
	.miraido__box{
		display: none;
	}
	.sample{
		display: none;
	}
	/* PC（768px〜）: 電話番号 → クリック誘導テキストに切替 */
	.cta__tel p .cta__tel-num{
		display: none;
	}
	.cta__tel p .cta__tel-label{
		display: inline;
	}
	.cta__inner .cta__tel p{
		font-size: 2rem;
	}

}
@media screen and (min-width: 1280px) {
	.miraido,
	.sample{
		
	}
	.miraido__logo{
		width: 19rem;
		margin: 0 auto 0.5rem;
	}
	.miraido__box{
		display: block;
		padding: 17.6rem 3rem 2.8rem;
		width: 100%;
		height: 42.2rem;
		background-image: url(../img/ihinseiri/miraido__box.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.miraido__catch{
		font-size: 2.1rem;
		line-height: 1.6;
		font-weight: 700;
		text-align: center;
	}
	.miraido__cta{
		justify-content: center;
		gap: 2rem 1rem;
	}
	.miraido__cta .cta__tel a{
		gap: 0.8rem;
	}
	.miraido__cta .cta__tel p{
		font-size: 2.4rem;
		gap: 0.6rem;
	}
	.miraido__cta .cta__tel img{
		width: 2.4rem;
	}
	.miraido__cta .cta__line,
	.miraido__cta .cta__mail{
		width: calc((100% - 1rem) / 2);
	}
	.miraido__cta .cta__line a,
	.miraido__cta .cta__mail a{
		height: 7.4rem;
	}
	.miraido__cta .cta__line p,
	.miraido__cta .cta__mail p{
		font-size: 1.6rem;
	}
	.miraido__cta .cta__line span,
	.miraido__cta .cta__mail span{
		font-size: 1.2rem;
	}
	.sample{
		display: block;
	}
	.sample .price__h2{
		font-size: 3.2rem;
		margin-bottom: 2rem;
	}
	.sample .price__body__price p{
		font-size: 1.8rem;
	}
	.sample .price__body__price .num{
		font-size: 4rem;
	}

}

/* 電話モーダル */
.tel-modal{
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.tel-modal.is-active{
	display: flex;
}
.tel-modal__overlay{
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
.tel-modal__content{
	position: relative;
	width: calc(100% - 4rem);
	max-width: 38rem;
	background-color: #fff;
	border-radius: 1.2rem;
	overflow: hidden;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
	text-align: center;
}
.tel-modal__close{
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	width: 3rem;
	height: 3rem;
	padding: 0;
	background: none;
	border: none;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	z-index: 1;
}
.tel-modal__head{
	padding: 1.8rem 4rem 1.5rem;
	background-color: #3F352D;
	color: #fff;
}
.tel-modal__catch{
	font-size: 1.8rem;
	font-weight: 900;
	color: #fff;
	margin-bottom: 0.4rem;
}
.tel-modal__sub{
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.5;
}
.tel-modal__body{
	padding: 2rem 1.5rem 1.8rem;
	background-color: #fff;
}
.tel-modal__number{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	padding: 1.4rem 1.5rem;
	background-color: #D57E00;
	box-shadow: 0 0.4rem 0 0 #B36800;
	border-radius: 0.8rem;
	font-family: "Roboto", sans-serif;
	font-size: 3rem;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.1s, box-shadow 0.1s;
}
.tel-modal__number:active{
	transform: translateY(0.4rem);
	box-shadow: 0 0 0 0 #B36800;
}
.tel-modal__free{
	display: inline-block;
	padding: 0.3rem 0.8rem;
	background-color: #fff;
	color: #D57E00;
	font-size: 1.1rem;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	border-radius: 0.3rem;
	line-height: 1;
}
.tel-modal__hours{
	margin-top: 1.2rem;
	font-size: 1.4rem;
	color: #555;
}
.tel-modal__note{
	padding: 1rem 1.5rem;
	background-color: #f3f3f3;
	font-size: 1.1rem;
	color: #666;
}