.popup{/*position: fixed;*/ bottom: 40px; right: 40px; /*z-index: 9999;*/}
.popup.close{display: none;}
.popup_contents{background: #fff; box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2); border-radius: 3px; padding: 20px 40px; text-align: center;}
.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_contents a{color:#7d0022; font-weight:bold; font-size:16px; transition: opacity 0.5s ease-out;}
.popup_contents a:hover{opacity: .5;}

.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;}
.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){
.popup{position: fixed; width:90%; bottom: 20px; left: 20px; z-index: 9999;}
.popup.close{display: none;}
.popup_contents{background: #fff; box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2); border-radius: 3px; padding: 20px 40px; text-align: center;}
.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_contents a{color:#7d0022; font-weight:bold; font-size:16px; transition: opacity 0.5s ease-out;}
.popup_contents a:hover{opacity: .5;}
.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; text-align:left;}
.sp_on{display: block;}	
.pc_on{display: none;}
}*/



