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


/* PC：ウィンドウ幅が769px以上の場合に適用するCSS */
@media screen and (min-width: 680px){




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

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






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


ベース・共通項目


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

body{
	overflow-x: hidden;
	font-size:1.0rem;
	letter-spacing: 0.05em;
	margin:0;
	padding:0;
	line-height:160%;
	background-color: #fafafa;
font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;


	}	
	


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


	





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


ヘッダ


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

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

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

header h1 img{
	width:50%;
	height:auto;
	}

div.headtitle{
	width:800px;
	margin:0 auto;
	}


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


コンテンツボックス


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

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

	
div.infobox{
	border: 4px solid #ddd;
	padding: 2% 4% 3%;
	background-color: #fff;
	margin-bottom: 5%;
	}
	
	
table.shopinfo{
	}
	
	
table.shopinfo th{
	text-align: left;
	width: 100px;
	line-height: 250%;
	}
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


フォーム項目


///////////////////////////////////////////////*/	
	
	
table.form{
	margin: 3% 0;
	}	
	
	
table.form th{
	text-align: left;
	width: 200px;
	line-height: 300%;
	vertical-align: top;
	}	
	

table.form td{
	padding-bottom: 3%;
	}

	
span.must{
	color: #C30003;
	font-size: 85%;
	margin: 2%;
white-space: nowrap;
	}
	
	
.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;
	width: 100%;
	
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	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:90% !important;
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 {
    width: 300px;
	margin-top: 3%;
	padding:4% 3%;
    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;
	}
	
	
p.coutiontxt{
	font-size: 85%;
	line-height: 200%;
	margin-bottom: 15%;
	}
	
	
	
	
	
	
	
	
	
	


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


フッター


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





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





p.newsystemtxt{
	text-align: center;	
	line-height: 280%;
	margin: 10% 0 5%;
	}	


	
p.flyer{
	text-align: center;
	margin-bottom: 8%;
	}	
	
	

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


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

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

/* ここから下がボタンのCSS　*/
.c-button {
  outline: none;
  display: inline-block;
  width: inherit;
  min-width: 340px;
  text-align: center;
  background-color: #171c61;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  padding: 18px 24px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  opacity: 1 !important;
}
.c-button span {
  position: relative;
  z-index: 99;
	color: #FFF;
}
.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: 45px;
  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;
}

	
	
	
	
	
	
	
	
	
	
	


}