@charset "UTF-8";

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
	/* background:#FFFBDE; */
	background:#f2f1f6;
	font-size: 62.5%;
}
body {
	font-family:'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	color: #000000;
	font-size:1rem;
	line-height:1.5;
	-webkit-text-size-adjust:none;
	height:100%;
	/*word-break: break-all;*/
	font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
/*h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure,select,input{
	font-size:2.4rem;
	line-height:4rem;
}*/
/* コンテンツ部分の高さ調整 */
#post {
  height: 110vh;
}
strong{
	font-weight:bold;
}
em{
	font-style:inherit;
	font-weight:inherit;
	color:#E60012;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*標準のリンク*/
a{
	color: #0066CC;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*画像のhoverは透過*/
a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
/*表示の切り替え*/
.tb{
	display:none;
}
.wrapper{
	background:transparent;
	min-height: 100%;
}
/*header
-----------------------------------------------------------------------------------------*/
header{
	background:#9e9e9e;
	position:fixed;
	top: 0px; 
	left: 0px;
	width:100%;
	height:60px;
	z-index: 2;
}

header h1{
	color:#ffffff;
	text-align: center;
	position:fixed;
	font-size: 2.2rem;
	top: 10px;
	left: 0;
	width:100%;
	-webkit-transition: opacity .3s;
	  transition: opacity .3s;
	line-height: 50px;
}

header h1 a{
	display:block;
	background:#103380 url(images/header_ya.png) left no-repeat;
	background-size: 35px;
	color:#FFF;
	text-align: center;
	line-height: 50px;
}
@media screen and (max-width: 739px) {
}
/*article
-----------------------------------------------------------------------------------------*/
article{
	margin:0 auto;
	padding-top:60px;
	text-align:left;
	width: 760px;
}

article h2{
	font-size:1.6rem;
	line-height:2rem;
	padding:0.5rem 0 0 0;
	font-weight: bold;
}

article figure,
article h3,
article p{
	margin:0.5rem 0 0 0;
	font-size: 1.5rem;
	color:#777777;
}

article p.name{
	text-align:center;
	font-size: 1.6rem;
	color:#474747;
}
article p.center{
	text-align:center;
	font-size: 1.6rem;
	color:#474747;
}
article p.center em{
	font-size: 2.4rem;
	font-weight: bold;
}

article hr{
	margin: 1rem 0;
	background-color: #777777;
	height: 1px;
	border: none;
}
article p.btn a{
	width: 400px;
	margin:0 auto;
	border:none;
	display:block;
 	text-align:center;
	color:#FFF;
	font-size: 2.0rem;
	line-height: 5rem;
	/* border-radius: 3rem; */
	border-radius: 8px;
	/* -webkit-border-radius: 3rem; */
	-webkit-border-radius: 8px;
	/* -moz-border-radius: 3rem; */
	-moz-border-radius: 8px;
	background:#036EB8;
}
article p.icon a{
	width: 200px;
	margin:0 auto;
}
article p.cansel a{
	background:#a9a9a9;
}
article .icon img{
	display: block;
	width: 100px;
	margin:0 auto;
	padding:20px 0 0px;
	text-align: center;
}
article img{
	display: block;
	width: 400px;
	margin:0 auto;
	text-align: center;
}
article .icon{
	margin:3.5rem auto;
}

article p.close a{
	width: 80px;
	display:block;
	margin:10px;
	float:right;
}
article p.qrcode{
	width: 80%;
	margin:0 auto;
	text-align:center;
}
@media screen and (max-width: 739px) {
	article{padding:60px 18px 70px 18px;width: 100%;}
	article p.btn a{width: 100%;}
	article p.icon a{width: 60%;}
	article img{width: 100%;}
	article p.close a{width: 12%;}
}

/*-------------------------month*/
article .month{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	background-color:#103380;
	text-align: center;
	margin-top: 4px;
	
}
article .month a img{
	width:40px;
}
article .month p{
	padding-top: 4px;
	color:#fff;
	width: 75%;
	font-size: 1.6rem;
}
/*-------------------------table*/
article table{
	margin:0;
	width:100%;
	background:#FFF;
}
article tr{
	border-top:1px solid #CCCCCC;
	background:#FFF;
}
article td{
	text-align: right;
	padding:1rem;
	font-size: 1.2rem;
}
article tr.total{
	border-top:1px solid #CCCCCC;
	background:#103380;
	color:#fff;	
}
article td.total{
	font-size: 1.6rem;
	font-weight:bold;
	color:#fff;	
}
/*qr
-----------------------------------------------------------------------------------------*/
#qr{
	background:#fff;
	position:fixed;
	right: 0px;
	width:100%;
	height:100%;
}
#qrcode canvas{
	margin:0 auto;
	padding: 30px;
	width:350px;
	display: block;
	text-align: center;
}
@media screen and (max-width: 739px) {
	#qrcode canvas{width:70%;}
}
/*footer
-----------------------------------------------------------------------------------------*/
footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
	background:#103380;
	position:fixed;
	bottom: 0px;
	right: 0px;
	width:100%;
	z-index: 3;
}
footer li{
	float:left;
	width:20%;
	text-align:center;
}
footer li a{
	display:block;
	height:60px;
	font-size:1.2rem;
	line-height:10px;
	color:#ffffff;
}
footer li a img{
 	margin: 0 auto;
	padding: 4px 0;
	width: 36px;
}

footer small {
  margin-right: 2em;
}

footer li a.current,
footer li a:hover{
	mix-blend-mode: color-dodge;
	background-blend-mode: color-dodge;
}
@media screen and (max-width: 739px) {
	footer li a img{margin: 0 auto; padding: 4px 0; width: 36px;}
}
/*launch
-----------------------------------------------------------------------------------------*/
#launch{
	background:#103380;
	min-width:0;
	min-height:0;
}
#launch img{
	position: absolute;
	left: 50%;
	top: 50%;
	width:300px;
	height:90px;
	margin-left:-150px;
	margin-top:-30px;
}
@media screen and (min-width: 751px) {
	#launch img{width:360px;height:108px;margin-left:-180px;margin-top:-54px;}
}
/*form
-----------------------------------------------------------------------------------------*/
#form{
	width: 500px;
	margin:0 auto;
	font-size: 1.4rem;
	padding:2rem 0 7rem;
}
#form h2{
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
	padding:2rem 0 1.6rem;
}	
#form dt{
	float:none;
	width:auto;
	padding-top:1.8rem;
	font-weight: bold;
}
#form dt span{
	display:block;
	margin-top:0.5rem;
	color:#CC0000;
}
#form dt em{
	float:right;
	padding:0 0.5rem;
	background:#EF2E61;
	color:#FFF;
}
#form dd{
	margin:0;
	padding:0;
}
#form img{
	max-width: 100%;
}
#form dd p{
	font-size:1.6rem;
	line-height:2rem;
	color: #000000;
}
#form select{
	width: 100%;
	padding: 8px 38px 8px 8px;
	border: 1px solid #bbbbbb;
	color: #666666;
}
@media screen and (max-width: 739px) {
	#form{width: 100%;}
	#form dl{background:none;}
	#form dt{float:none; width:auto;}
	#form dd{margin-left:0;padding:0rem;}
	#form img{max-width: 80%;}
	}
/*-------------------------items*/
#form input[type="checkbox"],
#form input[type="radio"],
#form select{
	margin-right:0.5rem;
	margin-top: 1px;
}
#form input[class="name"],
#form input[class="kana"],
#form input[class="tel"],
#form input[class="cardnumber"]{
	width:70%;
}
#form input[class="zip"],
#form input[class="pref"]{
	width:40%;
}
#form input[class="addr01"],
#form input[class="addr02"],
#form input[class="email"],
#form input[class="password"],
#form input[class="password-showing"]
{
	width:100%;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form input[type="password"],
#form textarea{
	margin-right:0.5rem;
	border:1px solid #999999;
	padding:1rem;
}
#form textarea{
	width:100%;
	margin-right:0;
}


#form .radio label{
	margin-right:1rem;
}
@media screen and (max-width: 739px) {
	#form input[type="text"],
	#form input[type="tel"],
	#form input[type="email"],
	#form input[type="password"],
	#form textarea,#form .adress input{
		width:100%;
		margin-right:0;}
	#form input[class="zip"],
	#form input[class="pref"]{
	width:40%;
	}
}
/*-------------------------navbtn*/
#form p.login{
	margin-top:2rem;
	text-align:center;
}
#form p.thanks{
	font-size:2.4rem;
	color: #000000;
	margin-top:3rem;
	text-align:center;
}
#form input[type="button"],
#form input[type="submit"]{
	width: 400px;
	margin:0 auto;
	border:none;
	display:block;
 	text-align:center;
	color:#FFF;
	font-size: 2.0rem;
	line-height: 5rem;
	/* border-radius: 3rem; */
	border-radius: 8px;
	/* -webkit-border-radius: 3rem; */
	-webkit-border-radius: 8px;
	/* -moz-border-radius: 3rem; */
	-moz-border-radius: 8px;
	background: #036EB8;
}
#form input[type="button"]{
	background:#999999;
}
#form input[type="button"]:hover,
#form input[type="button"]:focus,
#form input[type="submit"]:hover,
#form input[type="submit"]:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	top:0.5rem;
}

@media screen and (max-width: 739px) {
	#form input[type="button"],
	#form input[type="submit"]{width: 100%;}
	#form select{margin-right:0px;}
	/*#form dt,
	#form dd,
	#form select,
	#form dt em,
	.sending{font-size: 1.2rem;}*/
	#form dt em{
		padding: 0.2rem;
		margin-top: -2px;
	}
}
.slider{
    margin: 100px auto;
    width: 96%;
}
.slider img{
    height: auto;
    width: 100%;
}
.forms dd {
	position: relative;
}
.show-password-link {
	display: block;
	position: absolute;
	z-index: 11;
	left:10px;
	top: -20px;
}
.password-showing {
	xxxposition: absolute;
	xxxz-index: 10;
}
@media screen and (max-width: 739px) {  
	.show-password-link {
 	}
}