.popup_1{position: fixed; bottom: 30px; z-index: 9999;}
.popup_1.left{ left: 0;}
.popup_1.right{ right: 0;}
.popup_1.close{display: none;}
.popup_1.left .popup_btn{background: #333; border-radius: 50%; color: #fff; cursor: pointer; display: block; height: 27px;  width: 27px; position: absolute; right: -10px; top: -10px; text-align: center;}
.popup_1.right .popup_btn{background: #333; border-radius: 50%; color: #fff; cursor: pointer; display: block; height: 27px;  width: 27px; position: absolute; left: -10px; top: -10px; text-align: center;}

.popup_2{position: fixed; bottom: 140px; z-index: 9999;}
.popup_2.left{ left: 0;}
.popup_2.right{ right: 0;}
.popup_2.close{display: none;}
.popup_2.left .popup_btn{background: #333; border-radius: 50%; color: #fff; cursor: pointer; display: block; height: 27px;  width: 27px; position: absolute; right: -10px; top: -10px; text-align: center;}
.popup_2.right .popup_btn{background: #333; border-radius: 50%; color: #fff; cursor: pointer; display: block; height: 27px;  width: 27px; position: absolute; left: -10px; top: -10px; text-align: center;}

.popup_3{position: fixed; bottom: 20px; z-index: 9999;}
.popup_3 a{color:#7d0022; font-weight:bold; font-size:16px; transition: opacity 0.5s ease-out;}
.popup_3 a:hover{opacity: .5;}

.popup_contents{width:300px; position: relative;}
.popup_contents a img{width:100%; height:auto; }
.popup_contents a{color:#7d0022; font-weight:bold; font-size:16px; transition: opacity 0.5s ease-out;}
.popup_contents a:hover{opacity: .5;}



.remodal{padding: 55px; max-width:800px;}
.remodal .section_box{margin:0 0 20px 0;}
.remodal .message{padding:0 0 20px 0; font-size:14px;}
.remodal .message p{padding:0 0 10px 0; font-size:14px;}
.remodal h2{font-size:21px; color:#7d0022; margin-bottom: 25px;}
.remodal h3{margin:0 0 20px 0; color:#7d0022; font-size:21px;}
.remodal h4{margin:0 0 10px 0; color:#59493f; font-size:16px;}

.first{display: none;}
.info{margin:0 0 20px 0;}

.sp_on{display: none;}
.pc_on{display: block;}

@media only screen and (max-width: 767px){
.remodal{padding:20px;}
.popup_contents{width:200px;}
.popup_contents a{width:100%}
.popup_contents a img{width:100%; height:auto; }
.sp_on{display: block;}	
.pc_on{display: none;}
}

.c_flex{display: flex; justify-content: space-around; width:100%; margin-bottom: 30px;}
.c_flex div {width:250px; color: #7d0022; line-height: 1.6em;}
/*.c_flex div:last-child {width:25%;}*/
.c_flex img{width:100%; height:auto;}
.c_flex a{background-color: #7d0022; color: #ffffff; letter-spacing: 0.2em; padding: 2px 30px; border-radius: 8px;}

.name{text-align: center;margin-bottom:50px;}
.list_box{text-align: left; margin-bottom: 20px; background-color:#f2f2f2; padding: 20px 2%;}
.list_box li { list-style: none; line-height: 1.5em; margin-bottom: 5px;display: flex; align-items: baseline;}
.list_box li::before { content: "◇";}
.mt_5{ margin-top: 5px; text-align: center;}
	
	@media only screen and (max-width: 540px){
	.c_flex{display: inline-block;}	
	.c_flex div {width:100%; margin-bottom: 20px;}
	.c_flex div:last-child {width:100%;}	
	}
@media only screen and (max-width: 600px){
	.popup_1{bottom: 30px;}
}

.coupon > div{
	width:100%;
	height:auto;
	margin: 10px auto 0;
}
.coupon > div img{
	width:100%;
	height:auto;
}
.coupon > p{
	font-size:15px;
}
.coupon a{
	color:#00ABFF;
	display:inline-block;
}
