@charset "UTF-8";



/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:680px )
{




.noneSP {display:none}

.br-pc { display:none; }
.br-sp { display:block; }
  
  
  .pc { display: none !important; }
  .sp { display: block !important; }






	

	
	





/*///////////////////////////////////////////////


ベース・共通項目


///////////////////////////////////////////////*/


body{
	background-color: #eee;
	font-size:1.0rem;
	letter-spacing: 0.05em;
	margin:0;
	padding:0;
	line-height:160%;
	font-family: "Noto Sans JP";
	background:url(../images/bg.jpg) repeat;
font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;


	}





/* ページトップへ戻る */
#pageTop {
 position: fixed;
 bottom: 0px;
 right: 0px;
 }


#pageTop img{
	width:50%;
	}
	
	
img{
		width: 100%;
		height: auto
	}
	
	
	
	


/*///////////////////////////////////////////////


ヘッダ


///////////////////////////////////////////////*/


header{
	width:100%;
	height: 70px;
	background-color:#083090;
	margin:-15px auto 0 auto;
	}

header h1{
	float:left;
	margin:18px 0 0 0;
	}

header h1 img{
	width:80%;
	height:auto;
	text-align: center;
	}

div.headtitle{
	margin:0 auto;
	}






	
	
	
/*///////////////////////////////////////////////


コンテンツボックス


///////////////////////////////////////////////*/

	
	
section.contentsbox{
	margin: 4% auto;
	padding: 2%
	}
	
	
h2{
	border-bottom: 2px solid #083090;
	padding-bottom: 10px;
	font-size: 90%;
	}
	
h3{
	border-bottom: 2px solid #083090;
	font-size: 120%;
	}
	
	
p.discount{
	color: #7cb342;
	font-size: 85%;font-weight: bold;
	}

p.discounttxt	{
	font-size: 80%;
	}	

	
	
	
div.infobox{
	border: 4px solid #ddd;
	padding: 2% 4% 5%;
	background-color: #fff;
	margin-bottom: 5%;
	}
	

	
table.shopinfo{
	font-size: 90%;	
	}
	
table.shopinfo th{
	text-align: left;
	width: 80px;
	line-height: 250%;
	
	}
	
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


フォーム項目


///////////////////////////////////////////////*/	
	
	
table.form{
	margin: 3% 0;
	}	
	
	
table.form th{
	text-align: left;
	line-height: 300%;
	vertical-align: top;
	border-left: 5px solid #0D138E;
	padding-left: 10px;
	margin: 5% 0;
	background-color: #eee;
	width: 110%;
	font-size: 90%;
	}	
	

table.form td{
	padding:1% 0 6%;
	}

	
span.must{
	color: #C30003;
	font-size: 80%;
	margin: 2%;
	}
	
	

	
	
	
.hoge{
width: 100%;
border:0;
padding:10px !important;
font-size:100%;
font-family:Arial, sans-serif;
color:#333;
border:solid 1px #ccc;
margin:10px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
	
	
	
	
	
	
/*プルダウンcss*/	
	
	
	
.cp_ipselect {
	overflow: hidden;
	text-align: center;
	width: 110%;
}
.cp_ipselect select {
	width: 110%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}	
	
	
	
	
	
.hogebiko{
width: 110%;
height:250px !important;
border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
border:solid 1px #ccc;
margin:10px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}	
	
	
	
	
	

	
	
p.sendbtn{
	margin: 0 auto 8%;
	text-align: center;

	}
	
	
input#submit_button {
 
	margin-top: 3%;
	padding:5% 20%;
    font-size: 140%;
	letter-spacing: 0.2em;
	color: #fff;
    background-color: #f18c19;
	border-radius: 10px;
    border-style: none;
}
	

	
	

	
	
p.coution{
	color: #D3042D;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin:5% 3% 3% 3%;
	}
	
	
p.coutiontxt{
	font-size: 85%;
	line-height: 200%;
	margin: 3%;
	}
	
	
	
	
	

/*レスポンシブ*/
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .sptable {
    width: 80%;
  }
  .sptable th,
  .sptable td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	
	
	
	
	




	
/*///////////////////////////////////////////////


フッター


///////////////////////////////////////////////*/





footer{
	clear:both;
	margin:0% auto 0 auto;
	padding:2% 0;
	text-align:center;
	font-size:70%;
	color:#FFF;
	background:#c5c5c5;
	color:#000;
	}


footer p.compaylogo img{
	width: 40%;
	height: auto
	}


	




	


p.newsystemtxt{
	text-align: center;	
	line-height: 230%;
	margin: 5% 0 10%;
	padding:0 3%;
	font-size: 86%;
	}	


	
p.flyer{
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding-bottom: 5%;
	}	
	
	

	
	
/*///////////////////////////////////////////////


CSSアニメーションボタン
	
	
///////////////////////////////////////////////*/
	

	
div.container{
	margin: 4% auto 8%;
	text-align: center;
	}
	
	

/* ここから下がボタンのCSS　*/
.c-button {
  outline: none;
  display: inline-block;
  width: inherit;
  min-width: 80%;
  text-align: center;
  background-color: #171c61;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  padding:6% 3%;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  font-weight: 700;
  font-size: 100%;
  letter-spacing: 0.05em;
  opacity: 1 !important;
	margin: 0 5%;
}
.c-button span {
  position: relative;
  z-index: 99;
	color: #FFF !important;
}
.c-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #3e6ab1;
  transition: all 0.3s;
	
	
}
.c-button svg {
  width: 35px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: all 0.2s;
	
}
.c-button:hover {
  color: #FFF;
}
.c-button:hover:after {
  width: 100%;
}
.c-button:hover svg path {
  stroke: #FFF;
  transition: all 0.1s 0.2s;
}

	
	
	




	
	
	
	

	
	
	
	


}