@charset "utf-8";
/* CSS Document */
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	background: #fff;
	color: #666666;
	font-size: 16px;
	font-family: Hind,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	margin: 0 auto;
	width: 100%;
	background-position : bottom 0;
	background-attachment: fixed;
	background-color: #fffff9;
}

*{
	font-size: 16px;
	color: #222;
}

.row {
     margin-right: 0; 
    margin-left: 0;
    margin-bottom: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

audio, canvas, progress, video {
    width: 100%;
}

html {
	color:#222;
	font-size: 16px;
}

a {
    color: #B81C22;
    text-decoration: none;
}

a:hover {
    opacity: .5;
	transition: 0.8s;
	color: #B81C22;
	text-decoration: none;
}

a:visited {
	color: #B81C22;
    text-decoration: none;
}

/*================================================
 *  見出し
 ================================================*/
p {
	text-align: left;
}

h1 {
    color: #B81C22;
    font-size: 1.8rem;
    font-weight: 400;
	display: inline-block;
	border-bottom: solid 2px #B81C22;
	padding-bottom: .8%;
	margin-bottom: 10%;
	text-align: center;
	letter-spacing: .2rem;
}

h2 {
    color: #222;
    font-size: 1.8rem;
    font-weight: bold;
	border-bottom: solid 1px #111;
	padding-bottom: 1%;
	margin-bottom: 1%;
	margin-top: 1%;
	text-align: left;
}

h3 {
    color: #222;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    padding: 0 2% 0 0;
	margin: 0;
	display: inline-block;
}




/*================================================
 *  ヘッダーナビ
 ================================================*/
 .logo_left {
	margin-left :20px;
}

.navbar-header a.o-feal_logo{
	background-image: url("https://o-feal.oadc.asia/img/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center center;
    width: 150px;
    height: 100%;
    margin-top: 2px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size: .8rem;
	margin-top: 15px;
    padding-top: 5px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default {
    border: none;
    background-color: rgba(45,45,45,0.9);
}

.navbar-nav {
    float: right;
    margin: 0 2% 0 0;
}

.navbar {
	color: #fff;
    border-radius: 4px;
    border-radius: 0;
	padding: 0.2%;
}

.navbar-brand img {
    width: 120px;
    position: absolute;
	left: 20px;
    top: 10px; 
}

.nav li > a {
    position: relative;
    display: block;
    padding: 10px 6px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse
 {
    max-height: none;
}

header#wrap nav.navbar.navbar-default {
    width: 100%;
    padding: 0 0 0 30px;
}

.o-feal_logo a:hover {
    opacity: 0.8;
	transition: 0.8s;
	color: #fff;
	text-decoration: none;
}

#wrap a:visit {
	color: #fff;
    text-decoration: none;
}

.word > li > a {
    color: #B81C22!important;
	font-size: .8rem;
	margin-right: 4px;
    margin-top: 0;
    padding: 0 8px 2px;
    background-color: #fff;
}

.word > li > a:hover {
    color: #fff!important;
}



/*================================================
 *  パンくずリスト
 ================================================*/
.breadcrumb {
    margin: 60px 0 0;
    padding: 0 15px;
    list-style: none;
    background-color: #fffff9;
}
.breadcrumb > li + li:before {
    content: ">";
}

.breadcrumb a {
	font-size: .8rem;
	text-decoration: none;
}

.breadcrumb a:visit {
	color: #B81C22;
    text-decoration: none;
}

.breadcrumb a:hover {
	color: #B81C22;
    text-decoration: none;
}

.breadcrumb li {
	font-size: .8rem;
}

/*.breadcrumb li a:hover {
    opacity: .8!important;
	transition: 0.8s;
	text-decoration: none;
}*/
/*
.active li {
	color: #B81C22;
    font-size: .6rem;
}*/
/*================================================
 *  問合せ
 ================================================*/

#inquiry {
	background-color: #dfdfdf;
    padding: 5% 0 7%;
	text-align: center;
}

#inquiry section {
	width: 34%;
	margin: 0 auto;
}

#inquiry p {
	margin: 0;
}

#inquiry a {
	text-align: left;
	text-decoration: none;
	color: #222;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .1rem;
	margin-left: 3%;
}

/*#inquiry a:hover {
    opacity: .5;
	transition: 0.8s;
	color: #222;
	text-decoration: none;
}

#inquiry a:visit {
	color: #222;
    text-decoration: none;
}
*/

#inquiry .button {
	width: 100%;
	background-color: #B81C22;
	color: #fff;
	font-size: 1.6rem;
	padding: 5%;
	margin-top: 1%;
	text-align: center;
	font-weight: bold;
}

.button:hover {
    opacity: .5;
	transition: 0.8s;
	text-decoration: none;
}

.mail_box{
	margin: 8% 0;
	text-align: left;
}

#inquiry img {
	width: 10%;
	margin-top: -2%;
	margin-right: 2%;

}

.inq {
	font-size: .9rem;
}

.time {
	margin-left: 15%!important;
}
/*================================================
 *  footer
 ================================================*/


#footer {
	background-color: #3d3d3d;
	color: #fff;
	padding: 1% 1% 2%;
	text-align: center;
	margin: 0;
}

#footer div {
	padding: 0;
	margin: 0;
}

.copy {
	text-align: right;
}

small {
	color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
	font-size: .8rem;
}

#footer a:hover {
    opacity: .5;
	transition: 0.8s;
	color: #fff;
	text-decoration: none;
}

#footer a:visit {
	color: #fff;
    text-decoration: none;
}


.footer_ul {
	padding: 0;
	margin:0;
	text-align: left;
}

#footer li {
	padding: 0 2%;
	display: inline-flex;
}

.border_left {
	border-left: 1px solid #fff;
}

.border_right {
	border-right: 1px solid #fff;
}

#pageTop img {
    text-align: center;
    width: 7%;
    margin: 1% auto 4%;
}


/*================================================
 *  レスポンシブ
 ================================================*/

@media screen and (max-width: 768px) {
	
.navbar-header a.o-feal_logo{
    width: 120px;
}	
	
header#wrap nav.navbar.navbar-default {
    width: 100%;
    padding: 0 0 0 10px;
}

#footer .footmenu li {
    padding: 10px 10px;
}

div.contact-foot .col-xs-12.col-sm-12 {
    padding: 0;
}

div.footmenu a::before {
  border-bottom: none;
}
	
#pageTop img {
    text-align: center;
    width: 18%;
    margin: 4% auto 8%;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*================================================
 *  レスポンシブナビ
 ================================================*/
.navbar-brand img {
    width: 20%;
    position: absolute;
	left: 16px;
    top: 16px; 
}

.navbar-nav {
    float: inherit;
    margin: 0 2% 0 0;
	text-align: center;
}


.word > li > a {
    color: #B81C22!important;
	font-size: .8rem;
	margin: 2% 10%;
    padding: 4px 8px 2px;
    background-color: #fff;
}	
	
}




/*================================================
 *  申込・お問い合わせ・電話番号
 ================================================*/

div.contact-foot{
	background-color: #f6f6f6;
	padding-top: 200px;
	background-image: url("https://o-feal.oadc.asia/img/button-area-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right;
    height: 560px;
	margin-top:80px;
}

div.contact-foot .col-xs-12.col-sm-12{
	text-align: center;
	vertical-align: middle;
	box-sizing: content-box;
	height: 100%;
}

div.contact-foot .entry_button{
	border: 0;
	background: none;
	padding: 20px 20px;
	background-color: #2B71B9;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	width: 70%;
    font-size: 30px;
	letter-spacing: .2em;
	line-height: 1.4em;
}

p.entry_button{
	font-size:22px;
}

div.contact-foot .inquiry{
	padding: 15px 20px;
	background-color: #FFF;
	border: solid 2px #2B71B9;
	color: #2B71B9;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

div.contact-foot .tel{
	padding: 15px 20px;
	background-color: #FFF;
	border: solid 2px #2B71B9;
	color: #2B71B9;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

div.contact-foot .col-xs-12>p{
    margin-bottom: 15px;
    text-align: center;
	color: #fff;
}

div.contact-foot .col-xs-12.col-sm-6>p{
	color: #2B71B9;
    margin: 15px 0;
    text-align: center;
}

/*================================================
 *  レスポンシブ
 ================================================*/

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

	div.contact-foot .entry_button{
    border: 0;
    background: none;
    padding: 20px 20px;
    background-color: #2B71B9;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    width: 96%;
    font-size: 18px;
    letter-spacing: .2em;
	}

	div.contact-foot{
		background-color: #f6f6f6;
		padding-top: 100px;
		background-image: url("https://o-feal.oadc.asia/img/button-area-bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
		height: 360px;
		margin-top:20px;
	}

div.contact-foot.btn3{
    height: auto;
}

/*================================================
 *  レスポンシブ 問合せ
 ================================================*/	
#inquiry section {
	width: 92%;
	margin: 5% auto 10%;
}
/*================================================
 *  レスポンシブ　footer
 ================================================*/


#footer {
	padding: 1% 2% 5%;
	text-align: center;
}

.footer_ul {
	text-align: center;
	margin-bottom: 10%;
}
.copy {
	text-align: center;
	line-height: 1rem;
}	


	
	
}





