@charset "utf-8";
/* CSS Document */


						
/* -----ボタンの装飾----- */

.f_modal-open,.f_modal-open_sp {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  cursor: pointer;
	border: none;
}
							
@media screen and (max-width: 768px){
.f_modal-open,.f_modal-open_sp {
    width: 100%;
    margin-top: 5px;
    padding: 10px 10px;
    background: url(../img/arrow_white.png) no-repeat right 5px center, #6c6c6c;
    background-size: 17px;
    font-size: 18px;
}
	
	
}

/* ---------------------- */



/* ---ここからモーダル--- */

.f_modal-body,.f_modal-body_sp {
  display: none;
  position: fixed;
  z-index: 999999; /* ←他より数字を大きくする */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.f_modal-close,.f_modal-close_sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  cursor: pointer;
}

.f_modal-contents{
  position: absolute;
  top: 50%; 
  left: 50%; 
	transform: translate(-50%,-50%);
  height: 580px;
	width: 80%;
	font-size: 22px;
  max-width: 680px;
  background: #fff;
  text-align: center;
  padding: 20px;
	border: 2px solid #E1526C;
}

.f_modal-contents_sp {
  position: absolute;
  top: 50%; 
  left: 50%; 
	transform: translate(-50%,-50%);
  height: 550px;
  max-width: 680px;
  background: #fff;
  text-align: center;
  padding: 22px;
	border: 4px double #0a50a1;
}
							
@media screen and (max-width: 480px){
.f_modal-contents,.f_modal-contents_sp { 
    width: 90%;
    margin: 3em auto;
    padding: 1.5em;
  top: 40%; 
}
	
		
}						

.f_modal-contents h2,.f_modal-contents_sp h2{
	font-size: 20px;
	margin: 30px 0;
	font-weight: bold;
	color: #cc6270;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.f_modal-contents p.p01,.f_modal-contents_sp p.p01{
	background: #cb6465;
	padding: 20px;
	color: #fff;
	line-height: 1.6em;
}

.f_modal-contents p.p02,.f_modal-contents_sp p.p02{
	padding: 20px;
	font-weight: bold;
	line-height: 1.4em;
}

.f_modal-contents a{
	background: #8f1d25;
	color: #fff;
	padding: 15px;
	width: 270px;
	display: block;
	margin: 0 auto 10px;
}

.f_modal-contents_sp a{
	background: #44aeea;
	color: #fff;
	padding: 10px;
	width: 280px;
	display: block;
	margin: 0 auto;
}

.f_modal-peke,.f_modal-peke_sp  {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  cursor: pointer;
}

/* ---------------------- */