.popup_1.left,
.popup_2.left,
.popup_3.left{ left: 0;}
.popup_4.left{ left: 0;}
.popup_1.right,
.popup_2.right,
.popup_3.right{ right: 0;}
.popup_4.right{ right: 0;}
.popup_1.close,
.popup_2.close,
.popup_3.close{display: none;}
.popup_4.close{display: none;}
.popup_1.left .popup_btn,
.popup_2.left .popup_btn,
.popup_3.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_4.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_4_sp.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,
.popup_2.right .popup_btn,
.popup_3.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_4.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_1{position: fixed; bottom: 20px; z-index: 10000;}
.popup_2{position: fixed; top: 250px; z-index: 10000;}
.popup_3{position: fixed; bottom: 225px; z-index: 10000;}
.popup_4{position: fixed; top: 380px; z-index: 10000;}
.popup_4_sp{position: fixed; bottom: 125px; z-index: 10000;}



.popup_contents{width:250px; position: relative;}


.popup_4 .popup_contents{
    width:250px; 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;}

#kansenshou .message p{padding-bottom:5px; font-size:16px;text-align:center;line-height: 1.6em;margin:0;}
#goto2 .remodal .message,#goto .remodal .message{padding:0 0 0px 0;}
#goto2 .message p,#goto .message p{padding-bottom:5px; font-size:15px;text-align:left;line-height: 1.6em;margin:0;}

#goto .message p{padding-left:1em;text-indent: -1em;}
.remodal h2{font-size:21px; color:#7d0022;margin-bottom: 10px;text-shadow:none;background:none;padding-bottom:0px;}
.remodal h3{margin:0 0 20px 0; color:#7d0022; font-size:21px;text-shadow:none;background:none;padding-bottom:0px;}
.remodal h4{margin:0 0 10px 0; color:#59493f; font-size:18px;font-weight:400;}
#goto .message h2:nth-child(2){padding-top:15px;}
.remodal h2 span:first-letter, h3:first-letter {
    color: #7d0022;
}
#newspop .message h2{font-size:2.2em; font-weight:600;color:#7d0022;padding:5px;background:#FFE2E3;
	margin-bottom: 20px;text-shadow:none;padding-bottom:7px;
line-height:1.2em;}
#newspop .message h2 + div{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
}
#newspop .message h2 + div img:nth-of-type(1){
	width:100%;
}
#newspop .message h2 + div img{
	width:80%;
	padding:5px;
	box-sizing: border-box;
}
#newspop .message h2 + div img:nth-of-type(1n){
	padding-bottom:15px;
}

@media only screen and (max-width: 767px){
    
.popup_2{top: inherit;bottom:300px;}
.popup_4{top: inherit;bottom: 125px;}
.popup_4 .popup_contents{
    width:150px; position: relative;
}
#newspop .message h2{font-size:1.5em;line-height:1.2em;}
#newspop .message h2 + div img{
	width:80%;
	max-width:600px;
	box-sizing: border-box;
}

}
/* Go To 追加指示*/
#goto .message .message2 h2{font-size:14px;}
#goto .message .message2 p{font-size:12px;}

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

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

.turnedk {
	display:flex;
	width:90%;
	height:auto;
	overflow: hidden;
	margin:10px auto 10px;
	flex-wrap: wrap;
}

.turnedk img{
	width:33%;
	padding:10px;
	box-sizing: border-box;
}
.turnedk img:after{
	clear:both;
}
@media only screen and (max-width: 767px){
	.popup_3.sp_on{position: inherit;z-index: 10000;display:block;margin:0 auto;padding-bottom:30px;width:250px;}
	.popup_3.sp_on img{box-shadow:0px 2px 5px rgba(0,0,0,0.3);}
	#goto2 .message h2{margin-top:0px;}
	#goto .message h2{margin-top:10px;}
	.remodal h2{font-size:21px; color:#7d0022;margin-top: 20px;text-shadow:none;background:none;padding-bottom:0px;}
.remodal{padding:20px;}
.popup_contents a{width:100%}
.popup_contents a img{width:100%; height:auto; }

.turnedk {
	width:90%;
	height:auto;
	overflow: hidden;
	margin:10px auto;
}
.turnedk img{
	width:50%;
	padding:5px;
}

.sp_on{display: block;}
.pc_on{display: none;}
}
@media only screen and (max-width: 400px){
.turnedk {
	width:95%;
	height:auto;
	overflow: hidden;
	margin:10px auto;
}
.turnedk img{
	width:100%;
	padding:5px;
}
}
