@charset "utf-8";

/*========================================================================================================================


  ◇◆◇ お知らせ ◇◆◇
  
  
========================================================================================================================*/

/*-----------------------------------------------------------------------------------
  ページビジュアル
-----------------------------------------------------------------------------------*/


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

  print
----------------------------------------------------------------------------------------------------*/
@page { size: A4 landscape;} 

header.pc{
display:none;
} 

#coupon{
/*size: A4 landscape !important;*/
margin: 0 auto;
top:0 !IMPORTANT;
left:0 !IMPORTANT;
width:251mm !IMPORTANT;
height:172mm !IMPORTANT;

}

#coupon h2{
font-family: "02うつくし明朝体","UtsukushiMincho-kana";
text-align: center;
margin: 165px 0 30px;
padding: 0;
}

#coupon h2::before{
content: url("../image/contents/course/h2-img.png");
display: inline-block;
vertical-align: middle;
margin-right: 2em;
}

#coupon h2::after{
content: url("../image/contents/course/h2-img.png");
display: inline-block;
vertical-align: middle;
margin-left: 2em;
transform: scale(-1, 1);
}

#coupon p.coupon-d-1 {
font-size: 1em;
text-align: center;
margin: 30px auto;
}

#coupon p.coupon-d-2{
font-size: 1em;
text-align: left;
margin: 30px auto;
}

#coupon ul{
list-style: none;
padding: 0;
font-size: 1em;
margin: 50px auto;
}

.coupon{
	width:100%;
    min-width: 600px;
	border-style:dashed;
	border-width:1px;
	border-color:#867d75;
	margin:0 0 20px 0;
	padding:1px;
	}
.coupon_inner{
	width:100%;
	background-color:#1d2c63;
	}
	.coupon_inner .side{
		width:30px;
		height:100%;
		min-height:100%;
		vertical-align:middle;
		text-align:center;
		background-color:#1d2c63;
		}
	.coupon_inner .main{
		width:100%;
		height:100%;
		min-height:126px;
		background-color:#ffffff;
		border-style:solid;
		border-width:5px 5px;
		border-color:#1d2c63;
		padding:15px;
		}
.coupon-d-2{
display: none;
}
.web-reservation{
display:none;
}
#footer{
display:none;
} 
