/* style.css */

/*
baseColor:##005EAE blue
subColor:#FD772E orange
*/

body {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
	color: #333;
}

@media screen and (min-width: 1216px) {
    .container {
        max-width:1152px
        /*max-width:960px*/
    }
}

@media screen and (min-width: 1408px) {
    .container {
        /*max-width:1344px*/
        max-width:1152px
    }
}

.content p {
	color: #111;
}

.icon-link a{
	vertical-align: text-bottom;
}


#my-hero {
	background-size: cover;
	background-position: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../img/daikin_top_image.jpg');
}

.hero-body {
	padding: 5rem 1.5rem;
}
@media screen and (min-width: 769px), print {
	.hero.is-medium .hero-body {
	    padding: 12rem 1.5rem;
	}
}
.hero-body .title,
.hero-body .subtitle {
	text-shadow: 2px 2px 5px #333;
}



.navbar-item:hover {
	background-color: #E0E0E0 !important;
}
.navbar-item.has-dropdown:hover {
	background-color: #E0E0E0 !important;
}
.navbar-item.has-dropdown.is-active .navbar-link,
.navbar-item.has-dropdown:focus .navbar-link,
.navbar-item.has-dropdown:hover .navbar-link {
    background-color: #E0E0E0 !important;
}


.my-main-title {
	color: #eaea00;
}
.has-text-lh18 {
	line-height:1.8;
}


.button.is-orange {
	background-color: #FD772E;
	border-color: transparent;
	color: #fff;
}

.linear-bgc {
	background: linear-gradient(transparent 50%,#f8f8fc 50%);
}
.bgc-light{
	background-color: #f8f8fc;
}

.title.is-borderd {
	padding: 1em;
	border: 2px solid #333;
	background-color: #F0F0FF;
	line-height: 1.6;
}


.content h4 {
	margin-top: 2em;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: .5em;
	border-left: 3px solid #005EAE;
}

.arrow-title{
	position: relative;
	display: inline-block;
	padding-bottom: 35px;
	line-height: 1em;
	overflow: hidden;
}
.arrow-title::before {
	left: -5px;
}
.arrow-title::after,
.arrow-title::before {
	content: "";
	display: block;
	border-bottom: 3px solid #333;
	position: absolute;
	width: 50%;
	bottom: 6px;
}
.arrow-title::after {
	right: -5px;
}
.arrow-title .arrow {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 2px;
}



.navbar-burger {
	background-color: #2e55a4;
	color: #FFF;

/*	height: 4rem;*/
/*	width: 4rem;*/
	margin-top: .5rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
}


.navbar.nav-top-area,
.navbar.nav-sub-area {
	border-bottom: 2px solid #005EAE;
}

.navbar-item img {
/*	max-height: 1.75rem;*/
	max-height: 2.25rem;
}
/*
.navbar.nav-sub-area {
	display:none;
}
@media screen and (min-width: 1024px) {
	.navbar.nav-sub-area {
		display:block;
	}
}
*/

@media screen and (max-width: 1024px) {
	.logo-english {
		display:none;
	}
	.small-hidden {
		display:none;
	}
}


@media screen and (min-width: 1024px)
{
	#contact-form-area {
		width: calc(50% - 1.5rem);
	}
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

