.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: RexBold,游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #242424;
    text-transform: uppercase;
}
h1 {
	font-size: 2.5em;
}
a {
	color: #FDD835;
}
.sub-page h1 {
	font-size: 2em;
}
h2 {
	font-size: 2em;
}
h2:after {
    background-color:  #FDD835;
}
ol,ul {
	list-style: none;
	padding-left: 0px;
	line-height: 1.5em;
}

.yes-logo {
	position: absolute;
	top: 10px;
}
.yes-logo img {
	width: 60px;
}

.overlay {
	background-color: hsla(0,0%,0%,.2);
}
.background-image-container-2 {
	position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 5% 0;
}

.h1_en {
	display: block;
	font-size: .9em;
}
.h1_ja {
	display: block;
	font-size: .6em;
}

.fa-comment-o:before,
.fa-heart-o:before {
	color: #FDD835;
}

.fa-bell-o:before {
	content: "\f0c5";
	color: #FDD835;
}

.staff-name:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #FDD835;
}
.staff-name ._ja {
	margin-right: 10px;
}
.staff-name ._en {
	font-size: .7em;
}
.li-style-01 li {
	background-color: rgba(100%,90%,0%,0.8);
	padding: 5px 30px;
	margin-bottom: 10px;
	position: relative;
}
.li-style-01 li:before {
	content: "";
	position: absolute;
	display: block;
	left: 10px;
	top: 32%;
	width: 10px;
	height: 10px;
	background-color: white;
}

.white-text-container .btn-primary:hover {
	background-color: #FDD835;
	border-color: #FDD835;
}

.footer-container {
	background-color: #242424;
    padding: 5px 0;
    margin-top: 30px;
}

.btn-primary {
	background-color: #FDD835;
	border-color: #FDD835;
	width: 200px;
	display: block;
	margin: 0 auto;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
	color: #FDD835;
	background-color: white;
	border-color: #FDD835; 
}

.tel-btn {
	width: 300px;
	font-size: 1.5em;
	color: white;
	border: 1px solid #FDD835;
	background-color: #FDD835;
	border-radius: 50px;
}

.tel-btn:hover {
	color: #FDD835;
	background-color: white;
	border-color: #FDD835;
}

.form-control:focus {
	border-color: #FDD835;
    outline: 0;
    box-shadow: 0 0 8px #FDD835;
}

.form {
	margin: 0 auto;
	width: 100%;
}
.form tr {
	border-bottom: 1px solid #242424;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
}
.form tr th {
	width: 120px;
}


/* utility */
.u-mb-0 {
	margin-bottom: 0px;
}
.u-mb-10 {
	margin-bottom: 10px;
}
.u-mb-20 {
	margin-bottom: 20px;
}
.u-mb-30 {
	margin-bottom: 30px;
}
.u-mb-40 {
	margin-bottom: 40px;
}
.u-mb-50 {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	h1 {
		font-size: 5em;
	}
	.yes-logo {
	position: absolute;
	top: 10px;
	}
	.yes-logo img {
		width: 80px;
	}
	.section-half-background-image-container .image-column-r {
		position: absolute;
	    display: block;
	    top: 0;
	    right: 0;
	    z-index: 0;
	    bottom: 0;
	    width: 50%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: top;
	}
	.col-md-offset-6-2 {
		margin-right: 50%;
	}
	.staff-name:after {
	content: "";
	display: block;
	height: 2px;
	width: 40%;
	background-color: #FDD835;
	}

	.form {
		margin: 0 auto;
		width: 50%;
	}
	.form tr {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #242424;
	}
	.form tr th {
		width: 150px;
	}

}