/*   Today Font   */
@font-face {
	font-family: 'Today';
	src: url('../fonts/todaysanshef-light-webfont.eot');
	src: url('../fonts/todaysanshef-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/todaysanshef-light-webfont.woff') format('woff'), url('../fonts/todaysanshef-light-webfont.ttf') format('truetype'), url('../fonts/todaysanshef-light-webfont.svg#todaysanshef-lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'Lucida Grande','Lucida Sans Unicode','Lucida Sans', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #000D14;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'Lucida Grande','Lucida Sans Unicode','Lucida Sans', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	color: #000D14;
}


h2 {
  margin-bottom:30px;
  font-size: 24px;
  color: #ffffff;
}

.title {
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin: 50px auto;
}
h3 {
  margin:0; 
  width: 100%;
  text-align: left; 
}

@media screen and (max-width: 767px){
	.nomobile_c {
		display:none; 
	}
	.title {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 30px auto;
  }
	h3{
		font-size:18px;
	}
}

p {
	margin: 0 0 10px;
}

a, a:hover, a:active, a:visited {
	color: #fdd756;
}

img {
  max-width: 100%;
}

@media (min-width: 768px){
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
}

/* iOS link style override */
.ios_link a {
  color: inherit !important;
  text-decoration: none !important;
  line-height: inherit !important;
  pointer-events: none;
  cursor: default;
}

.ios_link {
  color: inherit !important;
  text-decoration: none !important;
  line-height: inherit !important;
  pointer-events: none;
  cursor: default;
}


@media (min-width: 768px){
  .container {
    width: 750px;
  }
}

@media (min-width: 992px){
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px){
  .container {
    width: 1170px;
  }
}



.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
    
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: inline-block;
  }
  
}


@media only screen and (min-width: 768px) {

  .nopc_c { 
    display:none; 
  }
  .sp_br{
	  display: none;
	}
}


.bold{
  font-weight: bold;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.pink{
  color:#fdd756;
}
.TravelUP {
    padding: 20px;
    width: 100%;
    background-color: #fee5f0;
    color: #db0962;
    border: solid 1px;
	border-color: rgba(250,131,181,.2);
}

/*************************
*******Header******
**************************/

#header{
  margin-bottom: 0;
  padding: 20px 0;
}

#header h1{
  margin: 0;
}

#header .container{
  display: block;
}
  
#header .hgv_logo a {
  padding: 0;
  margin: 0;
  float: none;
  height: auto;
  font-size: inherit;
  display: block;
  text-align: left;
}

#header .hgv_logo img {
  width: 300px;
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {

  #header{
  }
  

  #header .container{
    display: block;
  }
  
  

  #header .hgv_logo a {
    padding: 0;
    margin: 0 auto;
    height: auto;
    font-size: inherit;
    display: block;
    text-align: center;
  }

  #header .hgv_logo img {
    width: 260px;
    margin-left:0;
  }
	
}

/*************************
*******notification******
**************************/


.notification{
  position: fixed;
  bottom: 0px;
  z-index: 10;
  width: 100%;
}
  
  
.notice{
  margin: 0;
  width: 100%;
  background-color: #f5f3f3;
  padding: 30px 70px;
  height: auto;
}


@media screen and (max-width: 767px){
  .notice{
    margin:0;
    width:100%;
    background-color:#f5f3f3;
    height: auto;
    padding: 10px;
    font-size: 13px;
    line-height: 1.4;

  }
}


/*************************
******* linkArea ******
**************************/

#linkArea {
  position: relative;
  width: 100%;
  display: block;
  background: #f2f2f3;
  z-index: 200;
  padding: 10px 0;
}

#linkArea.-fix {
  position: fixed;
  top: 0;
  left: 0;
}

  #linkArea .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

@media (min-width: 769px){
  #linkArea .container {
    width: 760px;
    max-width: 760px;
    padding: 0;
  }
}

@media (min-width: 992px){
  #linkArea .container {
    width: 970px;
    max-width: 970px;
    padding: 0;
  }
}

@media (min-width: 1200px){
  #linkArea .container {
    width: 1170px;
    max-width: 1170px;
    padding: 0;
  }
}


#linkArea .btnBox {
  padding: 1% 2% 1% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#linkArea .btnBox .btn01,
#linkArea .btnBox .btn02 { 
  padding: 0px 10px;
}

#linkArea .btnBox .btn01 a,
#linkArea .btnBox .btn02 a {
  width: 350px;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
}

#linkArea .btnBox .btn01 a {
  background: #fdd756;
  color:#000D14;
}

#linkArea .btnBox .btn02 a {
  background: #000;
  color: #fff;
}

#linkArea .txtBox {
  border-left: 1px solid #cccccc;
  padding: 0 0 0 2%;
  margin: 0 0;
  text-align: center;
}

#linkArea .txtBox .period {
  display: table;
  margin: 0 0 10px;
}

#linkArea .txtBox .period:last-child {
  margin: 0;
}

#linkArea .txtBox .period dt,
#linkArea .txtBox .period dd {
  display: table-cell;
}

#linkArea .txtBox .period dt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  text-align: center;
  background: #ccc;
}

#linkArea .txtBox .period dd {
  padding-left: 5px;
  vertical-align: middle;
  color: #000;
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
    
  #linkArea .btnBox {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2% 0 0;
  }

  #linkArea .txtBox {
    width: 36%;
  }

  #linkArea .btnBox .btn01,
  #linkArea .btnBox .btn02 { 
    width: 100%;
    padding: 0 5px;
  }

  #linkArea .btnBox .btn01 a,
  #linkArea .btnBox .btn02 a { 
    width: 100%;
    line-height: 1.2;
    font-size: 20px;
  }

  #linkArea .txtBox .period dt {
    display: block;
    font-size:18px;
  }
  
  #linkArea .txtBox .period dd {
    font-size: 18px;
  }
  
    
}


@media only screen and (max-width: 768px) {
    
  #linkArea {
    background: #fff;
    padding: 10px 5px;
  }

  #linkArea .txtBox {
    display: none;
  }

  #linkArea .btnBox {
    width: 100%;
    float: none;
    padding: 0px;
  }

  #linkArea .btnBox .btn01,
  #linkArea .btnBox .btn02 {
    width: 50%;
    float: left;
    padding: 0 5px;
  }

  #linkArea .btnBox .btn01 a,
  #linkArea .btnBox .btn02 a {
    width: 100%;
    font-size: 14px;
    padding: 15px 10px;
  }
}


/*************************
******* hero ******
**************************/


.hero {
  height: 670px;
  background-image: url(../images/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position-x: 80%;
  background-position-y: 24%;
}


@media  screen and (max-width: 1100px) and (min-width: 901px){
  
  .hero {
    height: 670px;
    background-position-x: 65%;
    background-position-y: 24%;
  }
}

@media  screen and (max-width: 900px) and (min-width: 768px){
  
  .hero {
    height: 670px;
    background-position-x: 65%;
    background-position-y: 24%;
  }

}



@media (max-width: 767px) {
  
  .hero {
    height: 450px;
    background-position-x: 65%;
    background-position-y: 24%;
  }  

}


@media  screen and (max-width: 630px) and (min-width:530px){
  
  .hero {
    height: 400px;
    background-position-x: 65%;
    background-position-y: 24%;
  }

}


@media  screen and (max-width: 529px) and (min-width:450px){
  
  .hero {
    height: 350px;
    background-position-x: 65%;
    background-position-y: 24%;
  }

}

@media  screen and (max-width: 449px) and (min-width:320px){
  
  .hero {
    height: 350px;
    background-position-x: 24%;
    background-position-y: 24%;
  }

}



/*************************
******* dateArea ******
**************************/


.dateArea {
  width: 100%;
  background: #fff;
  color: #000D14;
}

.dateArea .dateArea-inner {
  padding: 15px 0px;
  text-align: center;
}

.dateArea .dateArea-inner .date-title {
  font-size: 24px;
  border: 1px solid #432b2b;
  border-radius: 40px;
  padding: 10px 25px;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
  color: #000D14;
}

.dateArea .dateArea-inner p {
  display: inline-block;
}

.dateArea .dateArea-inner .date-txt {
  font-size: 14px;
  font-weight: bold;
}

.dateArea .dateArea-inner .date-txt span {
  font-size: 30px;
}

.date-addition{
    text-align: left;
    padding: 0 20px;
    margin: 10px 0 0;
}


@media only screen and (max-width: 767px) {
    
  .dateArea {
    background: #fff;
    text-align: center;
  }

  .dateArea .dateArea-inner {
    padding: 10px 0 10px;
  }

  .dateArea .dateArea-inner .date-title {
    font-size: 15px;
    padding: 4px 20px;
    margin: 0px 0 3px;
    vertical-align: middle;
  }
  .dateArea .dateArea-inner .date-txt {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 5px;
    vertical-align: middle;
  }

  .dateArea .dateArea-inner .date-txt span {
    font-size: 26px;
  }
  
}



/*************************
******* intro ******
**************************/


.intro {
  background-color: #000;
  color:#ffffff;
  padding:30px 0px;
}

.sub_headerTxt{
  font-size: 22px;
  line-height: 1.7;
  margin: 0;
}

.sub_headerTxt span{
  font-size: 18px;
}

.sub_headerTxt span a{
  text-decoration: underline;
  color: #fdd756;
}

@media screen and (max-width: 767px){
  .intro {
    background-color: #000;
    color:#ffffff;
    padding:20px 0px;
  }  
  
  .sub_headerTxt{
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.7;
    margin: 0;
  }
  
  .sub_headerTxt span{
    font-size: 14px;
  }
  
}

/*************************
******* explore ******
**************************/



.explore {
  margin: 0 auto;
  padding: 50px 0 0;
  display: flex;
}

@media screen and (max-width: 767px){
  
  .explore {
    display: block;
    margin: 0 auto;
    padding: 50px 0 0;
  }
}


.explore .chooseTxt{
  text-align: center;
  color: #000D14;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 50px;
  line-height: 1.3;
}

.explore-header{
  padding:0;
  background-color: #e88554;
  color:#000D14;
  display: flex;
  justify-content: center;
  align-items: center;
}

.explore-intro {
  text-align: center;
}

.explore-img{
  width:50px;
}

.explore img {
	width: 100%;
}

.explore .subTXT{
  font-size: 20px;
  margin: 0 auto 10px;
  line-height: 1.7;
  text-align: center;
}

.explore .mainTXT{
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.leftTextBox{
  background-color: #fff;  
  width: 48%;
  margin-right:2%;
}

.rightImgBox{
  width: 48%;
}


.explore .addition{
  font-size: 14px;
  margin: 20px 15px 0;
  line-height: 1.7;
  text-align: left;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.imgCaution{
  position: absolute;
  bottom: 1%;
  right: 1%;
  z-index: 10;
  color: #fff;
  font-size: 12px;
  text-shadow: 2px 2px 3px #333;
  margin: 0;
}

.help-block {
    color: #fff;
}


@media  screen and (max-width: 1199px) and (min-width: 992px){
  
  .explore {
    margin: 0 auto;
    padding: 50px 0 0;
    display: flex;
  }  
  
 .explore-header{
    padding:0;
    background-color: #e88554;
    color:#000D14;
    display: flex;
    justify-content: center;
    align-items: center;
  } 

  .leftTextBox{
    background-color: #fff;
    width: 48%;
    }

  .rightImgBox{
    width: 48%;
  }
  
  
  .explore .subTXT {
    font-size: 20px;
    margin: 0 20px 10px;
    line-height: 1.7;
    text-align: center;
  }
  
  .explore .mainTXT {
    line-height: 1.4;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
  }
  
  .explore-img {
    width: 35px;
  }
}


@media  screen and (max-width: 991px) and (min-width: 768px){

  .explore {
    margin: 0 auto;
    padding: 50px 0 0;
    display: flex;
  }  
  
  .leftTextBox{
    background-color: #fff;
    width: 48%;
    margin-right:2%;
  }

  .rightImgBox{
    width: 48%;
  }  
  
  
  .explore-header{
    padding:20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140px;
  }
  
  .explore .mainTXT{
    line-height: 1.4;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
  }
  
  .explore .subTXT {
    font-size: 18px;
    margin: 0 20px 10px;
    line-height: 1.7;
    text-align: center;
  }
  
  .explore-img {
    width: 30px;
    text-align: center;
    margin: 15px auto;
  }
}




@media  screen and (max-width: 767px) {
  
  .explore-header{
    padding:30px 10px;
    display: block;
    justify-content: center;
    align-items: center;
    min-height: 0;
  }
  
  
  .leftTextBox {
    background-color: #fff;
    width: 100%;
    margin-right: 0;
  }
  
  .rightImgBox {
    width: 100%;
  }
  
  .explore .mainTXT{
    line-height: 1.4;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
  }
  
  .explore .subTXT {
    font-size: 18px;
    margin: 0 20px 10px;
    line-height: 1.7;
    text-align: center;
  }
  
  .explore-img {
    width: 30px;
    text-align: center;
    margin: 10px auto;
  }
}



.carousel-control-next-icon, .carousel-control-prev-icon {
  display:none !important;
}

#stayCarousel .carousel-indicators li, #mealCarousel .carousel-indicators li{
  width: 15px;
  height: 15px;
  border-radius: 10px;
  margin: 0 5px;
}

#stayCarousel .carousel-indicators .active , #mealCarousel .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #fff;
}

.carousel {
  position: relative;
  margin: 0;
}

#CarouselBlock{
  background-color: #fff;
}

.benefitDetail{
	clear: both;
  text-align: left;
  padding: 50px 0 50px;
}

.benefitDetail p{
  margin:0;
}

.benefitDetail p:first-child{
  margin:0 0 30px;
}

/*************************
*******placeBlock******
**************************/
.placeBlock{
  background-color: #000;
  color: #ffffff;
  text-align: center;
  padding: 30px 10px;
	font-size: 18px;
}

.placeLink{
  color:#fdd756;
  text-decoration: underline;
}

.placeLink:after{

}

.windowIcon{
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  width: 20px;
  margin: 0 0 0 5px;
}



/*******************************
******* hero-2 parallax ******
********************************/

.hero-2 {
  background-image: url(../images/bg_img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  max-height: 800px;
}

@media screen and (max-width: 1030px){
  .hero-2 {
    display:none !important;
  }
}

@media (max-width: 768px) {

  .mobile-hide {
    max-height: 0px;
    height: 0px;
    display: none;
    padding-bottom: 66%;
  }
}

/*************************
*******ttl******
**************************/
.ttl {
	box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 6px -2px;
	width: 100%;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 30px;
	background-color: #fff;
}
.ttl::after {
	box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 6px -2px;
	content: "";
	display: block;
	position: absolute;
	bottom: -27px;
	right: calc(50% - 28px);
	width: 54px;height: 54px;
	transform: rotate(45deg) skew(-10deg, -10deg);
	background: #fff;
}


/*************************
******* contactTel ******
**************************/

#contactTel {
  background: #fdd756;
  padding: 2% 5% 5%;
  margin: 0 0 0;
}
#contactTel .container {
    width: 100%;
    max-width: 100%;
}

#contactTel .row{
  display: block;
}


#contactTel .contactTel-inner {
  background: #fff;
  overflow: hidden;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contactTel .title{
  color:#000D14;
}

#contactTel .contactTel-inner .numberArea {
  width: 50%;
  padding: 0 50px 0 0;
}

#contactTel .contactTel-inner .numberArea .number {
  color: #000D14;
  font-size: 46px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'Lucida Grande','Lucida Sans Unicode','Lucida Sans', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  margin: 0 0 15px;
}

#contactTel .contactTel-inner .numberArea .number .icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}

#contactTel .contactTel-inner .numberArea .number .pc {
  vertical-align: middle;
}

#contactTel .contactTel-inner .numberArea .number .sp {
  display: none;
}

#contactTel .contactTel-inner .numberArea p span.sp {
  display: contents;
}

#contactTel .contactTel-inner .codeArea {
  float: right;
  width: 50%;
  text-align: center;
  border-left: 1px solid #d8d8d8;
  padding: 0 0 0 60px;
}

#contactTel .contactTel-inner .codeArea .codeBox {
  border: 5px solid #fdd756;
  margin: 0 0 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contactTel .contactTel-inner .codeArea .codeBox p {
  width: 60%;
  font-size: 20px;
  padding: 10px;
  margin: 0;
  text-align: center;
}

#contactTel .contactTel-inner .codeArea .codeBox .code {
  width: 40%;
  color: #000D14;
  font-size: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'Lucida Grande','Lucida Sans Unicode','Lucida Sans', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  border-left: 2px dotted #d8d8d8;
  border-radius: 0px;
}

@media only screen and (max-width: 1200px) {
  #contactTel .contactTel-inner {
    padding: 30px 40px;
  }

  #contactTel .contactTel-inner .numberArea {
    padding: 20px 20px 0 0;
  }

  #contactTel .contactTel-inner .numberArea .number {
    font-size: 200%;
  }

  #contactTel .contactTel-inner .numberArea p span.sp {
    display: none;
  }

  #contactTel .contactTel-inner .numberArea p .spOnly {
    display: block;
  }

  #contactTel .contactTel-inner .codeArea {
    padding: 0 0 0 30px;
  }
  #contactTel .contactTel-inner .codeArea .codeBox p {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 990px) {
    
  #contactTel .contactTel-inner .codeArea .codeBox p {
    font-size: 14px;
    padding: 15px;
  }
  #contactTel .contactTel-inner .codeArea .codeBox .code {
    font-size: 24px;
    text-align: center;
  }
}


@media only screen and (max-width: 768px) {

  #contactTel {
    padding: 30px 20px 50px;
    margin: 0 0 0;
  }
  #contactTel .contactTel-inner {
    border-radius: 10px;
    padding: 20px 0 10px;
    display: block;
  }
  #contactTel .contactTel-inner p {
    border-radius: 10px;
    padding: 0;
  }

  #contactTel .contactTel-inner .numberArea,
  #contactTel .contactTel-inner .codeArea{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #contactTel .contactTel-inner .numberArea {
    padding-bottom: 20px;
  }
  #contactTel .contactTel-inner .codeArea {
    border-right: none;
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
  }
  #contactTel .contactTel-inner .numberArea .number {
    font-size: 30px;
  }
  #contactTel .contactTel-inner .numberArea .number .pc,
  #contactTel .contactTel-inner .numberArea p span.sp {
    display: none;
  }
  #contactTel .contactTel-inner .numberArea .number .sp {
    display: inline-block;
    vertical-align: middle;
  }
  #contactTel .contactTel-inner .numberArea .number .sp a {
    color: #000D14;
  }
  #contactTel .contactTel-inner .numberArea .number .icon {
    width: 40px;
    height: 40px;
  }

  #contactTel .contactTel-inner .codeArea .codeBox {
    display: flex;
    margin: 0 2% 10px;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 320px) {
    
  #contactTel .contactTel-inner .codeArea .codeBox {
    display: block;
    margin: 0 20px 10px;
  }

  #contactTel .contactTel-inner .codeArea .codeBox p {
    width: 100%;
    text-align: center;
    float: none;
    padding: 10px;
  }

  #contactTel .contactTel-inner .codeArea .codeBox .code {
    width: 100%;
    padding: 10px;
    border-left: none;
    border-top: 2px dotted #d8d8d8;
    text-align: center;
  }
}

/*************************
*******reward******
**************************/
.rewardBlock{
  padding:50px 0;
}
.rewardBox{
    display: flex;
    width: 100%;
    margin: 0;
    justify-content: center;
    padding: 0px;
}
.reward_imgBox{
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 31%;
}
.reward_doller01{
  background-image: url(../images/plan_04.jpg);
  background-position: center;
}
.reward_doller{
  background-image: url(../images/plan_01.jpg);
  background-position: center;
}
.reward_gift{
  background-image: url(../images/plan_02.jpg);
  background-position: center;
}
.reward_mile{
  background-image: url(../images/plan_03.jpg);
  background-position: center;
}
.reward_textBox{
  color: #000d14;
  width: 60%;
}
.h4_style{
  padding: 15px 10px 15px 30px;
  margin: 0;
	font-size: 16px;
}
.h4_join{
  background-color: #fdd756;
  color: #000D14;
}
.reward_inner{
  padding:30px;
  color: #000d14;
}
.reward_bg_join{
  background-color: #fdf8d9;
}
.reward_inner_main{
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.reward_inner_main span{
  font-weight: normal;
  font-size: 0.8em;
}
.reward_inner_number{
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.reward_inner_number span{
  font-size: 30px;
}
.reward_inner_introduction{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
	padding: 20px;
}
.reward_inner_img{
  display:none;
}
@media screen and (max-width: 767px){

  .rewardBlock{
    padding:50px 0;
  }
  .rewardBox{
      display: block;
      width: 100%;
      margin: 0;
      justify-content: center;
      padding: 0px;
  }
  .reward_imgBox{
    display:none;
  }
  .reward_textBox{
    color: #000d14;
    width: 100%;
  }
  .h4_style{
    padding: 10px 10px 10px 10px;
    margin: 0;
    font-size: 16px;
	  text-align: center;
  }
    .reward_inner{
    padding:0
  }
  .reward_inner_main{
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
  }
  .reward_inner_main span{
    font-weight: normal;
    font-size: 0.8em;
  }
  .reward_inner_number{
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
	  padding: 20px;	  
  }
  .reward_inner_number span{
    font-size: 24px;
  }
  .reward_inner_introduction{
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
	  padding: 20px;
  }
	.reward_inner_img{
    display:block;
    width:100%;
    margin:0;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px){
  .h4_style {
    padding: 10px 10px 10px 30px;
    margin: 0;
    font-size: 16px;
	}

  .reward_inner {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  
.rewardBlock{
  padding:50px 0;
}

.rewardBox{
    display: flex;
    width: 100%;
    margin: 0;
    justify-content: center;
    padding: 0px;
}
.reward_imgBox{
  width: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 35%;
}
.reward_textBox{
  color: #000d14;
  width: 55%;
}
.h4_style{
  padding: 5px 10px 5px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.reward_inner{
  padding:15px;
}
.reward_inner_main{
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.reward_inner_main span{
  font-weight: normal;
  font-size: 0.8em;
}
.reward_inner_number{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.reward_inner_number span{
  font-size: 26px;
}
.reward_inner_introduction{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
	padding: 20px;
}
.reward_inner_img{
  display:none;
	}
}

/*************************
******* Forms ******
**************************/

#form{
  padding: 2% 5% 5%;
  background-color: #000;
}

#form .container {
    width: 100%;
    max-width: 100%;
}

#form .form-inner {
  background: #fff;
  overflow: hidden;
  padding: 40px 60px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  #form .form-inner {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px){
  #form{
    padding: 0 10px 50px;
  }
  
  #form .form-inner {
    border-radius: 10px;
    padding: 20px 0 10px;
    display: block;
  }
}



#location-choice1{
  border: #eaeaea 1px solid;
  background: rgba(249,225,126,.1);
  display: none;
  margin: 1px;
}

#location-choice2{
  border: #eaeaea 1px solid;
  background: rgba(249,225,126,.1);
  display: none;
  margin: 1px;
}

.choose-tlocations i{
  margin-top: -67px;
  margin-right: -52px;
  display: none !important;
}

.radiobtn  i{
  margin-top: -67px;
  margin-right: -190px;
  display: none !important;
}

.show-onclick{
  display: none;
}

.glyphicon-ok {
    color: #a9de7c;
}


.btn-primary {
  color: #fff;
  background-color: #fdd756;
  border-color: #fdd756;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0097b7;
  border-color: #0097b7;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #cb7491;
    border-color: #cb7491;
}


.form-control {
  /*margin-top: 10px;*/
  border: 1px solid #eaeaea;;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  height: 45px;
}

.form-control:hover, 
.form-control:focus{
  border-color: #fdd756;
  outline: none;
  box-shadow: none;
}

.form-control-feedback {
  top: 5px;
  right: 15px;
}

.glyphicon-remove {
  color: #D8000C !important;
}

span.form_required {
  background: #fdd756;
  padding: 2px 6px;
  font-size: 9px;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
}

.form__label {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form__label_sm{
  font-weight: 300;
  display: block;
  font-size: 11px;
  color: gray;
}

.row__form {
  margin-bottom: 13px;
}

.formSection{
  margin-bottom: 15px;
}

span.plan-description{
  font-size: 12px;
  color: #666;
}

.form-control {
  font-size: 14px !important;
}

.btn  {
  font-size: 14px !important;
  padding: 10px;
}


select.form-control:not([size]):not([multiple]) {
    height: 45px;
}

@media screen and (max-width: 768px){
  .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0;
  }
  
  .input-group[class*=col-] {
    float: none;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  
}

.zip-box3, .zip-box4 {
  margin-top: 10px;
  border: 1px solid #eaeaea;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  border-radius: 4px;
}


/*************************
*******formText******
**************************/

.formNote{
  margin: 30px 0;
}

.formNote ul{
  padding: 0 0px 0 20px;
}


/*************************
*******dop******
**************************/

.dop_s{
  background-color: #f2f2f3;
}

.dop_inner{
  line-height:1.7;
  padding: 30px;
  color: #000D14;
}

.dop_list{
  padding:0;
}

.dop_list li{
  list-style: none;
}

@media screen and (max-width: 991px){
  .dop_inner{
    background-image: none;
    padding: 30px 10px;
  }
}



/*************************
*******sub-nav******
**************************/
.sub-nav div{
  background-color: #f1f1f2;
  padding: 15px;
  font-size: 12px;
}

.sub-nav ul{
  padding: 0;
}

.sub-nav ul li{
  list-style: none;
}

.sub-nav .location-wrap{
  padding:0;
}

#notes ul {
  padding-left: 20px;
}

#notes ul li {
  list-style-type: circle;
}

/*************************
*******Footer******
**************************/

#footer {
  color: #fff;
  padding-bottom: 15px;
  background: #104c97;
}

#footer h1{
  margin-bottom: 65px;
  margin-top: 36px;
}

#footer .bottom-separator {
  margin-bottom: 60px;
}
#footer_bottom{
  color: #fff;
  padding-bottom: 15px;
  background: #104c97;
}


.legal-text{
  line-height: 20px;
  font-size: 12px;
  max-width: 1000px;
  margin: auto;
}

.copyright-text{
  margin-top: 40px;
  font-size: 11px;
}

.brandbar{
  margin-bottom: 37px;
}

.brandbar img{
  max-width: 100%;
}
