@charset "utf-8";

.modal-content {
	width: 600px;
	top:50%;
	left:50%;
	margin-top: -100px;
	margin-left: -300px;
	padding: 20px 0;
	border: 4px solid #f72c7d;;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 160;
}
#modal-overlay {
	z-index: 150 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close {
	position: absolute;
	top: 0;
	right: 7px;
	font-size: 150%;
	color: #666;
	cursor: pointer;
	}

.modal-content p {
	margin: 0;
	text-align:center;
	font-size: 20px;
	}
.modal-content .text-em{
	font-size: 22px;
	font-style: italic;
	font-weight:bold;
	}
.modal-content .text-blue{
	font-size: 24px;
	font-weight:bold;
	color: #333;
	}
.modal-content .text-number{
	color: #f72c7d;
	font-size:44px;
	font-weight:bold;
	}
	.modal-content .text-number:before{
		display:inline-block;
		width: 50px;
		height: 50px;
		margin-right: 10px;
		vertical-align: middle;
		border:2px solid #f72c7d;
		border-radius:50%;
		font-family: "Font Awesome 5 Free";
		content: "\f2a0";
		font-size: 80%;
		line-height: 50px;
		}
	.modal-content .logo{
		padding: 8px 0 5px;
		background: #f72c7d;
		text-align: center;
		}
		.modal-content .logo > img{
			max-height: 33px;
			}
	.modal-content .title{
		display: table-cell;
		width: 100vw;
		height: 88px;
		vertical-align: middle;
		padding: 0 1rem;
		text-align: left;
		background: url(../img/img_modal_title.jpg) no-repeat 100% 0;
		background-size: auto 100%;
		font-size: 1.3rem;
		font-weight: bold;
		}
@media screen and (min-width: 38.75em) {
	.modal-content .title{
		text-align: center;
		font-size: 1.5rem;
		}
		.modal-content .title > br{
			display: none;
			}
}

/* お問合せ先のモーダルを表示 */
.contact #btn_move,
.contact #btn_cancel{
	height: 60px;
	line-height: 60px;
	padding: 0;
	color: #333;
	}
.contact #btn_order,
.contact #btn_others{
	height: 50px;
	line-height: 1;
	padding-top: 10px;
	color: #333;
	}
	#contact-modal .button.hollow > small{
		margin-top: 5px;
		}
	#contact-modal .button.hollow::after{
		top: 50%;
		line-height: 1;
		}
#contact-modal .button.hollow{
	border: 2px solid #333;
	color: #333;
	box-shadow: none;
	}
@media screen and (min-width: 38.75em) {
#contact-modal{
	width: 700px;
	margin-top: -366px;
	margin-left: -350px;
	padding: 0;
	border: none;
	}
	#contact-modal .button{
		margin: 30px;
		}
.contact .btn_move,
.contact .btn_order{
	max-width: 700px;
	margin: 0 auto;
	height: 90px;
	line-height: 90px;
	}
	.contact .btn_move > i,
	.contact .btn_order > i{
		margin-top: 1.5rem;
		margin-right: -2rem;
		}
.contact .btn_order{
	height: 64px;
	padding-top: 12px;
	line-height: 1.4;
	}
	.contact .btn_order > i{
		margin-top: .5rem;
		}
#contact-modal .btn_move{
	height: 78px;
	line-height: 78px;
	padding: 0;
	}
	#contact-modal .btn_move > i{
		margin-top: 1rem;
		}
	#contact-modal .button.hollow > small{
		font-size: .85rem;
		}
	#contact-modal .button.hollow > small > br{
		display: none;
		}
}
@media screen and (max-width: 38.74em) {
#contact-modal{
	width: 300px;
	margin-top: -264px;
	margin-left: -150px;
	padding: 0;
	border: none;
	}
	#contact-modal .button{
		margin: 10px;
		}
		#contact-modal .button > small{
			font-size: 11px;
			}
#contact-modal .btn_move{
	height: 62px;
	line-height: 62px;
	padding: 0;
	}
}

.modal-content-alert {
	width: 480px;
	height: fit-content;
	top:50%;
	left:50%;
	inset: 0;
	margin: 120px auto 0;
	padding: 20px 0;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 160;
}
#modal-overlay-alert {
	z-index: 150;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close-alert {
	position: absolute;
	top: -3.7rem;
    right: 0px;
    width: 60px;
    height: auto;
	cursor: pointer;
	}

.modal-content-alert p {
	margin: 0;
	text-align:center;
	font-size: 20px;
	}
.modal-content-alert .text-em{
	font-size: 22px;
	font-style: italic;
	font-weight:bold;
	}
.modal-content-alert .text-blue{
	font-size: 24px;
	font-weight:bold;
	color: #333;
	}
.modal-content-alert .text-number{
	color: #db5e29;
	font-size:44px;
	font-weight:bold;
	}
	.modal-content-alert .text-number:before{
		display:inline-block;
		width: 50px;
		height: 50px;
		margin-right: 10px;
		vertical-align: middle;
		border:2px solid #f07b02;
		border-radius:50%;
		font-family: "Font Awesome 5 Free";
		content: "\f2a0";
		font-size: 60%;
		line-height: 50px;
		}
	.modal-content-alert .logo{
		padding: 18px 0 10px;
		background: #feee50;
		text-align: center;
		}
		.modal-content-alert .logo > img{
			max-height: 22px;
			}
	.modal-content-alert .title{
		display: table-cell;
		width: 100vw;
		height: 94px;
		vertical-align: middle;
		padding: 0 1rem;
		text-align: left;
		background: url(../img/img_modal_title.jpg) no-repeat 100% 0;
		font-size: 1.3rem;
		font-weight: bold;
		}
	.modal-content-alert .button{
		border-radius: 4px;
		background-color: #fff000;
		color: #333;
	}
	.modal-content-alert .button.apply{
		background-color: #333;
		color: #fff;
	}
	.modal-content-alert small{
		font-size: 0.7rem;
	}
	.modal-content-alert .button:not(.small)::after{
		position: absolute;
		top: 50%;
		right: 0.4rem;
		margin-top: -0.8rem;
		font-size: 1.3rem;
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		font-weight: bold;
		}
@media screen and (min-width: 38.75em) {
	.modal-content-alert .title{
		text-align: center;
		font-size: 1.5rem;
		}
		.modal-content-alert .title > br{
			display: none;
			}
		.modal-content-alert small{
			font-size: 0.9rem;
		}
		.modal-content-alert .button:not(.small)::after{
			right: 1.1rem;
			margin-top: -0.7rem;
			font-size: 1.2rem;
		}
}

/* お問合せ先のモーダルを表示 */
.contact-alert #btn_move,
.contact-alert #btn_cancel{
	height: 60px;
	line-height: 60px;
	padding: 0;
	color: #333;
	}
.contact-alert #btn_order,
.contact-alert #btn_others{
	height: 50px;
	line-height: 1;
	padding-top: 10px;
	color: #333;
	}
	#contact-modal-alert .button.hollow > small{
		margin-top: 5px;
		}
	#contact-modal-alert .button.hollow::after{
		top: 50%;
		line-height: 1;
		}
#contact-modal-alert .button.hollow{
	border: 2px solid #de5f1d;
	color: #333;
	box-shadow: none;
	}
@media screen and (min-width: 38.75em) {
#contact-modal-alert{
	width: 700px;
	margin-top: -368px;
	margin-left: -350px;
	padding: 0 0 20px 0;
	border: none;
	}
	#contact-modal-alert .button{
		margin: 10px 30px;
		}
.contact-alert .btn_move,
.contact-alert .btn_order{
	max-width: 700px;
	margin: 0 auto;
	height: 90px;
	line-height: 90px;
	}
	.contact-alert .btn_move > i,
	.contact-alert .btn_order > i{
		margin-top: 1.5rem;
		margin-right: -2rem;
		}
.contact-alert .btn_order{
	height: 64px;
	padding-top: 12px;
	line-height: 1.4;
	}
	.contact-alert .btn_order > i{
		margin-top: .5rem;
		}
#contact-modal-alert .btn_move{
	height: 78px;
	line-height: 78px;
	padding: 0;
	}
	#contact-modal-alert .btn_move > i{
		margin-top: 1rem;
		}
	#contact-modal-alert .button.hollow > small{
		font-size: .85rem;
		}
	#contact-modal-alert .button.hollow > small > br{
		display: none;
		}
}
@media screen and (max-width: 38.74em) {
#contact-modal-alert{
	width: 300px;
	margin-top: -310px;
	margin-left: -150px;
	padding: 0;
	border: none;
	}
	#contact-modal-alert .button{
		margin: 10px;
		font-size: 1.1rem;
		text-indent: 1rem;
		}
		#contact-modal-alert .button > i{
			margin-left: -1rem;
			}
		#contact-modal-alert .button > small{
			font-size: 11px;
			}
#contact-modal-alert .btn_move{
	height: 62px;
	line-height: 62px;
	padding: 0;
	}
}

/* 離脱ブロック */
#alert-modal-alert{
	padding: 1rem 1.25rem;
	background: linear-gradient(0deg, #F38958 0%, #D93489 100%);
	border-radius: 6px;
	color: #fff;
	width: 700px;
	box-sizing: border-box;
	}
	#alert-modal-alert p{
		font-size: 14px;
		}
	#alert-modal-alert p.text-left{
		text-align: left;
		}
	#alert-modal-alert .text-red{
		color: #fff;
	    }
	#alert-modal-alert .ttl{
		padding-top: .5rem;
		font-size: 1.125rem;
		font-weight: bold;
		color: #fff627;
		}
		#alert-modal-alert .ttl > img{
			display: inline;
			max-width: 27px;
			margin-right: 2px;
			vertical-align: -4px;
			}
	#alert-modal-alert .ttl + p{
		line-height: 1.4;
		font-size: 1.25rem;
		}
	#alert-modal-alert .ttl + p > span{
		font-size: 1.2em;
		}
	#alert-modal-alert .subttl strong{
	border-bottom: 1px solid #fff627;
	}
	#alert-modal-alert .subttl span{
		color: #fff627;
		font-size: 1.625rem;
	}
	#alert-modal-alert .subttl sub{
		color: #fff627;
		font-size: 1.25rem;
		bottom: 0;
	}
#alert-modal-alert .bg-white{
	margin-top: 10px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	color: #333;
	}
#alert-modal-alert p.detail{
	margin-bottom: .5rem;
	line-height: 1.4;
	font-size: 1.25rem;
	font-weight: 700;
	}
	#alert-modal-alert p.detail span{
		color: #d5367b;
		font-size: 1.25rem;
		}
#alert-modal-alert .far{
	margin-right: .3rem;
	color: #d5367b;
}
#alert-modal-alert .timer-text{
	font-size: 1rem;
	}
#alert-modal-alert .timer{
	font-size: 1.125rem;
	font-weight: 700;
	}
	#alert-modal-alert span{
		color: #d5367b;
		font-family: Oswald;
		font-size: 1.625rem;
		font-weight: 700;
		}
#alert-modal-alert .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
#timer{
	margin: 1.2rem auto;
    padding: 1rem;
	background: linear-gradient(0deg, #FBFFCC 0%, #FBFFCC 100%), #F0F0F0;
	text-align: center;
	font-size: .875rem;
	}
	#timer > span{
		display: inline-block;
		width: 1.4em;
		text-align: center;
		font-size: 180%;
		}
#alert-modal-alert .button{
	margin: 20px 0 0;
	padding: .7rem .7rem .7rem 1.8rem;
	width: 300px;
	height: 70px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
	font-size: .9rem;
	}
	#alert-modal-alert .button.reservation{
		padding: 1.5rem 1.5rem 1.5rem 2.5rem;
	}
	#alert-modal-alert .button span{
		display: block;
		color: #fff;
		font-size: .8rem;
		line-height: 1.3rem;
		pointer-events: none;
	}
#alert-modal-alert .button.success{
	padding-top: .82rem;
	padding-bottom: .82rem;
	}
	#alert-modal-alert .button.web::before,
	#alert-modal-alert .button.tel::before,
	#alert-modal-alert .button.reservation::before{
		left: .7rem;
	}
@media screen and (max-width: 38.74em) {
#alert-modal-alert{
	width: 28.7rem;
	margin: auto;
	inset: 0;
	padding: 1rem .8rem;
	border-radius: 4px;
	}
	#alert-modal-alert p{
		font-size: 11px;
		}
#alert-modal-alert .button{
	width: 100%;
	margin-top: 10px;
	font-size: 1.22rem;
	padding: 1.2rem 1.2rem 1.2rem 2.9rem;
	}
    #alert-modal-alert .button.tel {
		padding: 0.7rem 0.7rem 0.7rem 2.2rem;
	}
	#alert-modal-alert .button.reservation {
		padding: 1.9rem 1.9rem 1.9rem 3.9rem;
	}
#alert-modal-alert .button.alert{
	padding: 1.2rem 0;
	}
#alert-modal-alert .button.success{
	padding: .85rem 0;
	}
#alert-modal-alert .bg-white{
	padding: 1.3rem 1rem;
	border-radius: 4px;
	}
#alert-modal-alert .ttl{
	padding-top: .5rem;
	font-size: 1.22rem;
	font-weight: bold;
	}
#alert-modal-alert .ttl + p,
#alert-modal-alert p.text-blue{
	font-size: 1.3rem;
	}
#alert-modal-alert .timer-text{
	font-size: 0.95rem;
	}
#timer{
	font-size: 0.75rem;
	}
#alert-modal-alert .timer{
	font-size: 1.22rem;
}
#alert-modal-alert span{
	font-size: 2.26rem;
}
#alert-modal-alert .ttl > img{
    vertical-align: middle;
    margin-top: -.5rem;
	}
#alert-modal-alert .wrap{
	flex-direction: column;
	padding: 0;
}
#alert-modal-alert .button span{
	font-size: 1.04rem;
}
#modal-close-alert {
	width: 40px;
}
#alert-modal-alert .button.web::before,
#alert-modal-alert .button.tel::before,
#alert-modal-alert .button.reservation::before{
	left: .9rem;
}
.modal-content-alert .button:not(.small)::after{
	right: 1.3rem;
}
}
