@charset "utf-8";
/* CSS Document */

/* 基本レイアウト組み換え*/
.container {
	max-width:inherit;
}
.head_wrap{
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	min-width: 641px;
}

/*基本*/
.w950{
	margin:auto;
	max-width:950px;
	min-width: 641px;
	padding-left: 10px;
  padding-right: 10px;
}
.cng_txt{
	text-align: center;
}
.btn_selected{
	opacity:0.8;
	filter:alpha(opacity=80);
}


/*コンテンツ枠*/
.cont_wrap{
	margin-left:-10px;
	margin-right: -10px;
	background:url(/resources/img/special/hokkaido_stamprally2018/bg_main_grd.jpg) repeat-x;
}
.cont_wrap>.inner{
	background:url(/resources/img/special/hokkaido_stamprally2018/bg_main.jpg) top center no-repeat;
	padding-bottom:50px;
}

/*タイトル*/
.cont_ttl .cont_ttl_txts{
	padding:30px 0;
}


/*プレゼント*/
.cont_present{
	margin-top: 65px;
}
.cont_present h3{
	margin-top:-70px;
	text-align: center;
}
.cont_present .cont_list{
	margin-left:-10px;
}
.cont_present .cont_list ul {
  padding: 0;
}
.type_a {
  list-style: none;
  margin-top: 25px;
}
/*写真*/
.cont_pre_pho {
  float: right;
}
/*B*/
.cont_pre_ttl p {
  margin-top: 5px;
  margin-left: 160px;
  font-size: 99%;
}
.cont_pre_ttl ul {
  margin-left: 160px;
}
.cont_pre_ttl ul li {
  display: inline-block;
  list-style: none;
  margin-right: 1em;
}
.type_c p {
  width: 55%;
  margin-left: 0;
  font-size: 10px;
}
.cont_pre_ttl_bnr {
margin-left: 160px;
}
/*D*/
.type_d ul {
  margin-top: 8px;
}
.type_d ul li {
  display: inline-block;
  vertical-align: top;
margin-left:-20px;
}
.type_d ul li img{
  width: 99%!important;
}
.type_d ul li p {
  text-align: left;
  margin-top: 5px;
}
.type_d ul li:nth-child(odd){
margin-right:14px;
}
.type_e p {
  margin-top: 0;
  font-size: 11px;
}
/*エントリーボタン*/
.cont_entry{
	padding:50px 0;
	text-align: center;
}
.cont_entry a.cont_entrybtn{
	padding:32px 50px;
	background:url(/resources/img/special/hokkaido_stamprally2018/bg_entry_btn.png) no-repeat center center;
	border-radius: 5px;
	display: inline-block;
}
.cont_entry .cont_qr{
	margin-left: 10px;
}

/*スポット*/
.cont_spot{
}
.cont_spot h3{
	border-bottom:1px solid #ff9900;
	margin-top: 0;
	padding-bottom:10px;
}
.cont_spot h4{
	padding:0.5em 0.7em;
	background:#fdbe5f;
	font-weight: bold;
	margin-top:15px;
}
.cont_spot ul{
	padding: 0;
}
.cont_spot ul>li{
	list-style-type: none;
	float: left;
}
.cont_spot ul>li:before{
	content: "●";
	color:#fed699;
}
.cont_spot ul>li:after{
	content:"　";
}
.cont_spot img.icon_map{
	float: left;
	margin: -5px 15px -5px -5px;
}


/*参加方法*/
.cont_howto{
	margin-top:60px;
}
.cont_howto h3{
	border-bottom: 1px solid #ff9900;
  margin-top: 0;
  padding-bottom: 10px;
}
.cont_howto>ul{
	display:table;
	width:100%;
	margin: 30px -10px 0 -10px;
	padding: 0;
	border-spacing: 10px;
}
.cont_howto>ul>li{
	list-style-type: none;
	display: table-cell;
	width:33.3%;
	background:#fdbe5f;
	border-radius: 5px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	border: 1px solid #ff9900;
	box-sizing: border-box;
}
.cont_howto>ul>li>div{
	padding:40px 20px 20px;
}
.cont_howto .cont_icon{
	position: absolute;
	left:50%;
	margin-left: -26px;
	margin-top: -37px;
	top:0;
}



/*注意事項*/
.cont_atten{
	/*margin-top:60px;*/
	background: #fffeec;
	padding:20px;
}
.cont_atten h4{
	border-bottom:1px solid #bfbfbf;
	font-weight:bold;
	padding-bottom:0.3em;
}
.cont_atten h4:first-child{
	margin-top:0;
}

@media screen and (max-width:965px){
/*コンテンツ枠*/
  .cont_pre_pho {
    width: 29.375%;
  }
  .cont_pre_ttl h5 {
    width: 68%;
  }
  .cont_pre_ttl p {
    margin-top: 5px;
    margin-left: 10px;
  }
  .cont_pre_ttl_bnr {
    margin-left: 10px;
  }
.cont_pre_ttl ul {
  margin-left: 10px;
}
 .type_d {
    text-align: center;
    margin-top: 10px;
  }
 .type_d .cont_pre_pho {
    float: none;
    width: auto;
    display: inline-block;
  }
 .type_d .type_c h5 {
    width: auto;
  }
 .type_d .type_c p {
    width: auto;
    margin: 5px;
    text-align: left;
  }
 .type_d  ul li {
    margin-top: 15px;
    width: 49%;
  }
}



@media screen and (max-width:950px){
/*コンテンツ枠*/
	.cont_wrap{
		background:none;
	}
	.cont_wrap>.inner{
		background-size:150%;
	}
}


@media screen and (max-width:640px){
/* 基本レイアウト組み換え*/
	.head_wrap{
		max-width:inherit;
		min-width: inherit;
	}
/*基本*/
.w950{
	max-width:inherit;
	min-width: inherit;
}
.cng_txt{
	text-align: left;
}
.cng_txt br{
	display: none;
}
.view_pc{
	display: none;
}

/*font*/
.cont_present , .cont_entry , .cont_spot , .cont_atten{
	font-size:85.7%;
}

/*タイトル*/
.cont_ttl .cont_ttl_txts{
	padding:15px 0;
}
/*プレゼント*/
.cont_pre_pho {
  width: 100%;
}
.cont_pre_ttl h5 {
  width: 100%;
}
.cont_pre_ttl p {
  margin-top: 5px;
  margin-left: 10px;
}
.cont_pre_ttl_bnr {
  margin-left: 10px;
}
.type_a {
  padding: 0 5px;
}
.type_d {
  text-align: center;
  margin-top: 10px;
  vertical-align: top;
}
.type_d .cont_pre_pho {
  float: none;
  width: auto;
  display: inline-block;
}
.type_d .type_c h5 {
  width: auto;
}
.type_d .type_c p {
  width: auto;
  margin: 5px;
  text-align: left;
}
.type_d  ul li {
  margin-top: 15px;
  width: 49%;
}
/*A*/

/*エントリー*/


/*参加方法*/
.cont_howto>ul{
	display:block;
	margin: 30px 0 0 0;
}
.cont_howto>ul>li{
	display:block;
	width:100%;
	margin-bottom:15px;
}


}
