  @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
  @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
  @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
  @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);


/*   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;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Today", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", 'Noto Sans Japanese', Verdana, sans-serif;
    background-color: #fff;
    color: #443135;
    webkit-tap-highlight-color: #222;
}

hr {
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fffbf7;
}

hr.dark {
    border-color: #443135;
}

a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a.primary {
    color: #9e9791;
}
a.dark {
    color: #443135;
}

a:hover,
a:focus {
    color: #e88554;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Today", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", 'Noto Sans Japanese', Verdana, sans-serif;
}

h3,h4,h5,h6 {
    font-weight: 300;
}

p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
}

p.small {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.wide-space {
    letter-spacing: 1.6px;
}

.text-big {
    font-size: 72px;
	text-transform:uppercase;
	line-height: 1;
}

.uppercase {
	text-transform: uppercase;
}

.legal {
    font-size: 14px;
    line-height: 18px;
}

.bg-contrast {
    background-color: #e88554;
}

.bg-dark {
    color: #ffffff;
    background-color: #443135;
}

.bg-light {
    color: #ffffff;
    background-color: #9e9791;
}


.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-faded-dk {
    color: rgba(0,0,0,0.8);
}
.text-glow {
	text-shadow: 1px 0px 3px rgba(0, 0, 0, .75);
}
.text-dark {
    color: #443135;
}

.text-primary {
    color: #9e9791;
}

.text-contrast {
    color: #e88554;
    font-weight: 200;
}

.modal-content {
    background-color: #443135;
}

section {
    padding-top: 50px 0 10px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.logo {
	padding: 40px;
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
	height: 600px;
    background-color: #fffbf7;
    background-image: url('../images/shutterstock_v12486752.mp4.png');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
	font-weight: 900;
	text-transform: uppercase;
	line-height: .8;
	color: rgba(245,245,245,0.7);
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
}

#cta {
	padding: 15px 0;
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

.logo{
    margin-top: 0px;
}


@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 40%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 120px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        padding: 20px 0;
    }
    .br-sp { 
        display:none; 
    }
    

}

@media(min-width:1024px) {
	header .header-content .inner h1 {
        font-size: 150px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #9e9791;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #443135;
    background-color: #eee;
	border: 1px solid #e88554;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 30px auto 0;
    max-width: 500px;
}

@media(min-width:780px) {
    .feature {
        margin: 20px auto 0;
    }
    .nopc_c { 
        display:none; 
    }
}

@media(max-width:779px) {
.nomobile_c { display:none; }
}

.feature p {
    margin-bottom: 0;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.modal-header {
	background: #443135;
}

.modal-header h3 {
	color: #e88554;
}

.modal-body, .modal-footer {
	background: #fffbf7;
	border: none;
}

.modal-body h3 {
	color: #e88554;
	text-transform: uppercase; 
}
.modal-body h4 {
	color: #443135;
	text-transform: uppercase; 
}

.modal-body h4 span {
	color: #443135;
	font-size: 14px;
	font-style: italic;
	text-transform: none;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

footer .brandbar {
	width: 100%;
	height: 180px;
	background-image: url('../images/brandbar.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 50px;
}

.rules {
	background-color: #FFFBF7;
	color: #443135;
	padding-top: 20px;
	padding-bottom: 12px;
}
.rules .logo-wrapper img {
	max-height: 35px;
	margin-bottom: 15px;
}
.btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-default {
    border-color: #fff;
    color: #443135;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #443135;
    background-color: #fffbf7;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    border:2px solid #ffffff;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn.btn-contrast {
    background-color: #443135;
    border:2px solid #443135;
    border-color:#443135;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	color: #ffffff;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}


.btn.btn-fade {
    background-color: transparent;
    border:2px solid rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	color: rgba(0,0,0,0.7);
}

.btn.btn-fade:hover {
    background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: "Today", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", 'Noto Sans Japanese', Verdana, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.oval {
    position: absolute;
    max-width: 100%;
    padding-top: 50px;
    width: 250px;
    height: 200px;
    background: #e88554;
    float: right;
    overflow: visible;
    border-radius: 50%;
    margin-top: -100px;
    margin-right: 100px;
    z-index: 3;
    opacity: 0.7;
    text-align: center;

}

.oval_txt{

    color:#fff;font-size:22px;font-weight:bold;opacity: 1.0;
}

.oval_txt:hover {

    opacity: 0.7;
    color: #ffffff;
    text-decoration: none;
}

.largetxt {
    font-size: 30px;
}

.noright {
        text-align: right;
}
.noleft {
        text-align: left;
}

.back_img {
    background-image: url(../images/bg_thankyou.jpg);
    background-repeat: repeat;
    background-position: left top; 
    background-size:cover;
}

.mar_bttm{
        margin-bottom:150px;

    }


.applynow {
    position: fixed;
    bottom: 20px;
    width: 155px;
    display: block;
    z-index: 200;
    right: 18px;
    padding-left: 8px;
}

.notes_apply {
    font-size: 12px;
    color: #443135;
    margin-top: 30px;
    margin-left: 125px;
}

@media screen and (max-width: 1199px){

    .notes_apply {
    font-size: 12px;
    color: #443135;
    margin-top: 30px;
    margin-left: 0px;
    }

    .oval {
    max-width: 100%;
    padding-top: 25px;
    width: 120px;
    height: 120px;
    background: #e88554;
    float: right;
    overflow: visible;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    opacity: 0.7;
    text-align: center;
    right:0;
    left:0;

    }

    .or_text {
    width: 190px;
    margin-top: -74px;
    margin-left: -492px;
    z-index: 100;
    position: absolute;
}

    .oval_txt{

    color:#fff;font-size:16px;font-weight:bold;opacity: 1.0;
    }

    .top_content{

    margin-top:50px;
    }

    .largetxt {
    font-size: 18px;
    }

}

@media screen and (max-width: 767px){

    h1{

    font-size:26px;
    }

    h2{

    font-size:23px;
    font-weight:600;
    }

    h3{

    font-size:20px;
    }

    .noright {
        text-align: center;
    }
    .noleft {
        text-align: center;
    }
    .back_img {
    background-image: url(../images/bg_thankyou_m.jpg);
    background-repeat: repeat;
    background-position: left top; 
    background-size:auto 100%;
    }

    .mar_bttm{
        margin-bottom:0px;

    }

    .applynow {
    position: fixed;
    bottom: 20px;
    width: 100px;
    display: block;
    z-index: 200;
    right: 5px;
    padding-left: 8px;
}

}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

.radio_margin {
margin-top:20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

/*form validation*/
.error {
    color: red;
    padding-top: 4px;
}




.btnT {
  min-height: 50px;
  padding: 12px 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-size:16px;
  font-weight:300;
  background: #fff;
}

.btnT-one {
  border: 1px solid #cb4e78;
  border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */ 
  color: #cb4e78;
}

.btnT-one:hover {
  background: rgba(203,78,120,1.0);
  text-decoration: none;
  color: #fff;
}

.free-dial {
    font-size:68px;
    font-weight:600;
    color:#443135;
    letter-spacing: 5;
}

.free-dial-img {
    width: 100%;
    max-width: 90px;
    margin: 0 20px 34px 0;
}


@media screen and (max-width: 990px){
.btnT {
  min-height: 50px;
  padding: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-size:14px;
  font-weight:300;
  margin-bottom: 10px;
  background: #fff;
}

.btnT-one {
  border: 1px solid #cb4e78;
  border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */ 
  color: #cb4e78;
}

.btnT-one:hover {
  background: rgba(203,78,120,1.0);
  text-decoration: none;
  color: #fff;
}

}


.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    color: red;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
}

.glyphicon-ok:before {
    content: "\e013";
    color: green;
}



#topPhoneNumber {
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    background-color: #329ab7;
    z-index: 200;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 50px;
}

.topPhoneLeft {
    font-size: 20px;
    color: white;
    text-align: right;
    padding-top: 10px;
    vertical-align: middle;
}

.topPhoneRight {
    padding-top: 10px;
    font-size: 10px;
    color: #fff;
    line-height: 14px;
    font-weight: 400;
}

.or_text {
    width: 200px;
    margin-top: -20px;
    margin-left: -620px;
    z-index: 100;
    position: absolute;
}

.period {
    font-size: 30px;
    line-height: 1.7;
    color: #443135;
    font-weight: 600;
}

@media only screen and (max-width: 768px){

.period {
    font-size: 23px;
    line-height: 1.5;
    color: #443135;
    font-weight: 600;
}

.free-dial {
    font-size:60px;
    font-weight:600;
    color:#443135;
}

.free-dial-img {
    width: 100%;
    max-width: 90px;
    margin: 20px 0 0 0;
}

.topPhoneLeft {
    text-align: center;
}
.topPhoneRight {
    text-align: center;
    line-height: 19px;
    font-size: 14px;
}

.or_text {
    width: 112px;
    margin-top: -62px;
    margin-left: -55px;
    z-index: 100;
    position: absolute;
}

.note {

    margin-top:-50px;
    padding-top:50px;

}


}

.phone-number {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
}

.location-name {
    font-weight:500;
    font-size:12px;
    margin-bottom:1px;
}

#locations {
    font-size: 12px;
    padding: 15px 12px;
    line-height: 1.5;
}

#locations ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 12px;
    color: #333;
    list-style-type: none;
}

