@charset "utf-8";

html{ font-size: 14px; }

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
	letter-spacing: 0.5px;
	color: #333333;
}
a{
	text-decoration: none;
	color: #faa05a;
}
img{
	width: 100%;
}
.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}

/* ----- header ----- */
.header{
	max-width: 1080px;
	padding: 20px;
	margin: 0 auto;
}
.header .uk-logo img{
	max-width: 260px;
}
.header .h-box{
	display: block;
	text-align: right;
}
.header .h-box p{
	color: #333333;
	margin-bottom: 10px;
}
.header .h-box .h-tel{
	color: #faa05a;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s;
}
.header .h-box .h-mail{
	color: #ffffff;
	font-weight: bold;
	background: linear-gradient(to bottom right, #fad55a, #faa05a);
	transition: all 0.3s;
}
.header .h-box .h-tel:hover, .header .h-box .h-mail:hover{
	opacity: 0.7;
	transform: translateY(-3px);
}
.header .h-box .h-tel img, .header .h-box .h-mail img{
	width: 18px;
}
.uk-navbar-container{
	background-color: rgba(243,243,243,0.90);
	padding: 20px 0;
	margin-bottom: 20px;
}
.uk-navbar-nav li{
	position: relative;
}
.uk-navbar-nav:first-child li:not(:first-child)::before{
	content: '';
	position: absolute;
	top: 15%;
	left: 0;
	width: 1px;
	height: 13px;
	background-color: #4d4d4d;
	transform: skewX(150deg) translateY(-15%);
}
.uk-navbar-nav li a{
	display: block;
	color: #333333;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 0 30px;
}
.uk-navbar-nav li a span{
	display: block;
	color: #faa05a;
	font-size: 10px;
	font-weight: bold;
}
header button.uk-button{
	display: none;
}

/* ----- contact ----- */
.contact{
	position: relative;
	color: #ffffff;
	background-color: #faa05a;
	background-repeat: no-repeat;
	background-size: auto 240px;
	background-position: center right 5%;
	margin-top: 280px;
}
.contact .contact_bg{
	position: absolute;
	height: 140px;
	width: auto;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	top: -124px;
}
.contact > div{
	max-width: 1080px;
	margin: 0 auto;
}
.contact h3, .contact h4, .contact a{
	color: #ffffff;
}
.contact_left span{
	font-size: 10px;
}
.contact_left h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact_left h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.contact_left p{
	font-size: 13px;
	line-height: 1.8;
	padding: 10px 0;
}
.contact_right .contact_tel{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all 0.3s;
	margin-bottom: 20px;
}
.contact_right .contact_tel span{
	font-size: 18px;
}
.contact_right .contact_tel:hover{
	opacity: 0.7;
	transform: translateY(-3px);
}
.contact_right .contact_fax{
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.contact_right .contact_btn{
	display: inline-block;
	width: 100%;
	max-width: 300px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 30px;
	transition: all 0.3s;
	padding: 10px;
}
.contact_right .contact_txt{
	margin-top: 30px;
}
.contact_right .contact_btn:hover{
	color: #faa05a;
	background-color: #ffffff;
}
.contact .uk-grid-divider > :not(.uk-first-column)::before{
	border-left: none;
}

/* ----- footer ----- */
footer .uk-section::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.6);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
footer .uk-container{
	position: relative;
	line-height: 1.8;
	z-index: 2;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .uk-container h3{
	font-size: 15px;
	font-weight: bold;
}
footer img{
	max-width: 260px;
}
.copyright{
	background-color: #ffffff;
	font-size: 12px;
	padding: 15px;
}
footer h3, footer p, footer a{
	color: #333333;
	transition: all 0.3s;
}
footer a:hover{
	color: #333333;
	opacity: 0.7;
}

/* ----- page_top ----- */
#page_top{
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 99;
}
#page_top a{
	line-height: 18px;
	color: #faa05a;
	background: #ffffff;
	border: 2px solid #faa05a;
	border-radius: 50%;
	padding: 10px;
}

/* ----- news-color ----- */
.news-color1{
	background-color:#ff981e;
}
.news-color2{
	background-color:#e26464;
}

/* ---------- PC ---------- */
@media screen and (min-width:769px){
	
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	.uk-navbar-nav li a{
		font-size: 13px;
		padding: 0 15px;
	}
	.contact_left h3 {
    font-size: 18px;
	}
	.contact_right .contact_tel{
    font-size: 26px;
	}
	#page_top {
		right: 10px;
	}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.header{
		position: fixed;
		width: 100%;
		background-color: #ffffff;
		z-index: 99;
    padding: 10px;		
	}
	.header .h-box{
    display: none;
	}
	.header .uk-logo{
		padding: 5px 0;
	}
	.header .uk-logo img {
			max-width: 180px;
	}
	header .uk-navbar-container{
		display: none;
	}
	header button.uk-button{
		display: block;
    position: fixed;
    top: 10px;
    right: 10px;
		z-index: 1000;
	}
	header .uk-offcanvas-bar .uk-nav-default > li > a,
	header .uk-offcanvas-bar .uk-nav-default > li > a:hover{
		color: #333333;
    font-size: 14px;
	}
	header .uk-offcanvas-bar .uk-nav-default > li > a i{
		color: #faa05a;
	}
	header .uk-offcanvas-bar{
		background-color: #ffffff;
	}
	header .uk-offcanvas-bar .uk-close{
    color: #333333;
	}
	header .uk-offcanvas-overlay::before{
		background-color: rgba(250,160,90,0.50);
	}
	header .uk-offcanvas-bar .uk-nav-default .uk-nav-divider{
    border-top-color: #cccccc;
	}
	#main{
		padding-top: 62px;
	}
	.slide .uk-position-bottom-center{
		display: none;
	}
	.slide .slide_txt p{
		display: none;
	}
	.f_nav{
		display: none;
	}
	#page_top {
    position: fixed;
    bottom: 25px;
    right: 5px;
	}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){
	.contact_right .contact_btn{
		padding: 13px 10px 7px;
	}
}

/* ---------- Firefox ---------- */
@-moz-document url-prefix(){
	.uk-logo{
		width: 100%;
		max-width: 40%;
	}
	.uk-logo a{
		display: block;
		width: 100%;
	}
}