@charset "utf-8";




.popup_wrap{
	z-index: 9999;
	position: fixed;
}

.popup_wrap input{
display:none;
}


.popup_overlay {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0; 
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}



.popup_content {
  position: relative;
　z-index: 99999;	
  align-self: center;
  width: 90%;
  max-width: 1000px;
  padding: 20px 20px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  background: #fedde8;	
}

.popup_content .pop_inner {
	background: #fff;
	border-radius: 20px;
	padding: 20px 40px 15px;
	overflow: hidden;
}


.popup_content div.txt{
	margin: 0 0px 20px;
	overflow: hidden;
	line-height: 1.8;
	font-size: 18px;
	border-bottom: 4px dashed #fddbdb;
	padding-bottom: 20px;		
	}



/*--　タイトルタグ　-*/	
.popup_content h2{
	padding-left: 20px;
	padding-bottom: 5px;
	font-size:28px;
	margin-top: 20px;	
	margin-bottom: 20px;
	color: #c2195c;
	text-align: center;
	}

.popup_content .popup_img .graf img{
	width: 43%;
    float: left;
	}	

.close_btn {
  	position: absolute;
	top: -10px;
    right: -10px;
    font-size: 30px;
    cursor: pointer;
    width: 60px;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  top: 0px;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*display: flex;*/
  justify-content: right;
  align-items: right;
  width: 200px;
  height: 30px;
  padding-top: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: .3s ease;
}
.open_btn:hover{
	opacity: 0.5;
}




.popup_content img.graf{
	width: 100%;	
}



.popup_content .cap{
	clear: both;
	font-size: 0.8em;
	padding-left: 0;
	text-indent: 0;
}

.popup_content .cap{
	font-size: 0.8em;
	color: #999999;
	margin-top: 0px;
}


.popup_content .popup_img{
	margin-left: 10px;
	margin: 0 auto 20px;
    display: block;
    overflow: hidden;
    width: 90%;
    text-align: center;
    padding-left: 100px;	
}	

/*内訳の画像だけ上にスペース入れる*/
.popup_content .popup_img img.pc{
    margin-left: 30px;
	width: 35%;
}


p.txt_base_emp {
     margin-bottom: 30px;
     text-align: center;
	clear: both;
	font-weight: bold;
    }


p.txt_base_emp img.icon {
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}


/*　矢印より下　*/
.arrow_tit {
    padding-top: 6%;
    background: url(/reserve/img/img_arrow.png) top center no-repeat;
    background-size: 15%;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    width: 90%;
    margin: 0px auto 20px;
    overflow: hidden;
}

.arrow_img{
	width: 50%;
	height: 52px;
    margin-top: 13px;
}

.arrow_txt{
	font-size: 22px;
	margin-top: 27px;
	line-height: 1.5;	
}

.popup_cap{
	text-align: center;
	font-size: 0.7em;
	color: #999999;
	clear: both;
	font-weight: normal;
	margin-top: 5px;
}


@media screen and (min-width:769px), print {	
.popup_content {
	width: 1000px;
	}	

.popup_content h3.h3_fukidashi {
 	left: 34%;
	font-size: 22px;
	}
p.txt_base_emp {
     font-size: 18px;
	text-align: center;
    }	
	
	.arrow_tit .flex_img{
		display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
	}	
	
}	


/*----------------------------------------------------------*/
/* メディアクエリ SP */
/*----------------------------------------------------------*/
@media screen and (max-width:769px),print {
	
	.popup_content .pop_inner {
    	padding: 15px 10px;
		height: 100%;
	}	
	
	.popup_content {
  		width: 100vh;
		height: auto;
  		padding: 10px 10px 10px;
		top: 0px;
	}
	
	.popup_content div.txt{
		font-size: 3.7vw;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	
	.close_btn{
		top: -15px;
        right: 5px;
        width: 50px;
	}
	
	/*--　タイトルタグ　-*/	
	.popup_content h2{
		padding-left: 10px;
		padding-bottom: 5px;
		font-size:2.4rem;
		margin-top: 5px;	
		margin-bottom: 10px;
		  }
	.popup_content h3.h3_fukidashi {
		font-size: 4.27vw;
		}
	
	.popup_content .popup_img{
		margin: 10px auto;
		width: 100%;
		padding-left: 0;
		}	
	
	.popup_content .popup_img .shisuu{
		width: 80%;

		}	
	
	.popup_content .popup_img .graf{
		margin-top: 10px;	
	}
	
	.popup_content .popup_img .graf img{
		width: 90%;
		margin: 20px auto 10px;
		float: none;
		display: block;
	}	

	.popup_content .popup_img .graf img:first-child{
		margin-top: 10px;
		width: 85%;
	}		
	
	.popup_content .cap{
		line-height:1.2;
	}
    p.txt_base_emp.left {
        line-height: normal;
        padding-left: 2.5em;
        text-indent: -1.8em;
		text-align: left;
		font-size: 1em;
		margin-bottom: 0px;
    }
	
	p.txt_base_emp img.icon {
       width: 15px;
       display: inline;
    }
	
	.arrow_tit {
		font-size: 4.5vw;
        line-height: 1.4;
        padding-top: 8%;
		letter-spacing: 0px;
		width: 100%;
		background-size: 25%;
		margin-bottom: 10px;
		padding-bottom: 0px;
	}
	
	.arrow_txt{
		font-size: 4.5vw;
		margin-top: 5px;
		letter-spacing: 0px;
	}
	
	.arrow_img{
		width: 98%;
		height: 100%;
        margin-top: 5px;
	}	
	.menu_btn_area {

	}
	
}	




.footer_bot.active {
        z-index: 2!important;
}	

#page_top_renew.fade_cta {
    z-index: 30!important;
}

/*@media screen and (max-width:769px),print {
.menu_btn {
    position: fixed;
    top: 0px;
	}	
}	*/