﻿ /*========================================
   common font 
 ========================================*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,500,500italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700);


.go{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-font-smoothing: antialiased;
}

.go2  { 

	font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    -webkit-font-smoothing: antialiased;
}


.min { 
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	-webkit-font-smoothing: antialiased;
}



.min2 {
    font-family: "Times New Roman","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    -webkit-font-smoothing: antialiased;
}


.en{
     font-family: 'Yanone Kaffeesatz', sans-serif;
     -webkit-font-smoothing: antialiased;
}

.en2{
     font-family: 'Raleway', sans-serif;
     -webkit-font-smoothing: antialiased;
}


/* ==========================================================================
   clearfix
   ========================================================================== */



.clear{
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}





 /*========================================
   common
 ========================================*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video

{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline
}



html,body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:15px;
	font-weight:400;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#414A52;
	-webkit-text-size-adjust:100%
}


.no-padding{padding:0}

.no-margin{margin:0}


ul,ol{margin:0;padding:0}

ul li{list-style:none}

input,textarea{outline:none}


html{
	line-height:1
}

ol,ul{list-style:none}

table{border-collapse:collapse;
	border-spacing:0}

caption,th,td{
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}

q,blockquote{quotes:none}

q:before,q:after,blockquote:before,blockquote:after{
content:"";
content:none}

a img{border:none}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
	display:block
}

figure img {    border: 1px solid #e9d6bf;}

p{  font-size:15px;
	line-height:27px;
	padding-bottom:15px;
	color:#000}

h1{font-size:45px;
	font-weight:300;
	line-height:68px}

h2{font-size:36px;font-weight:300;color:#fff}

h3{font-size:20px;line-height:32px;margin-bottom:20px;color:#8A9097}

h4{
}


h5{
	font-size:13px;
	font-weight:600;
	display:inline-block;
	text-transform:uppercase;
	color:#1b1b1b;
}

.bold-italic{
	font-weight:600;
	font-style:italic;
}

 /*========================================
   responsive
 ========================================*/
.viewpc, .viewpc2{
  display: block!important;
}

.viewsp,.viewsp2{
  display: none!important;
}



 /*========================================
   common btn  - main
 ========================================*/


.btn.primary{
	display:inline-block;
	font-size:12px;
	font-weight: normal;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;
	/* background-color:#ff9900; */
	border: 1px solid #fff;
    padding: 10px;
    width: 10%;
	text-decoration:none;
	line-height:1;
}



.btn.primary:hover{

	background-color: #ff9900;
    color: #fff;
    border:1px solid #ff9900;
}



.btn.secondary{
	display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    text-decoration: none;
    line-height: 1;
}

.btn.secondary:hover{
	color:#fff;
	background-color:#ff6600;
	border-color:#ff6600

}

.btn.third{
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    text-decoration: none;
    line-height: 1;
}

.btn.third:hover{
    color:#fff;
    background-color:#b60018;
    border-color:#b60018

}



.btn.main1{
	display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    text-decoration: none;
    line-height: 1;
}


.btn.main1:hover{
	color:#fff;
	background-color:#6f9209;
	border-color:#6f9209;

}




.btn.basic {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    
    color: #ff9900;
    background-color: #fff;
    border: 1px solid #ff9900;
    padding: 15px 70px;
    width: 23%;
    text-decoration: none;

}


.btn.basic:hover{

	background-color: #ff9900;
    color: #fff;
    border:1px solid #ff9900;
}



.hdrBtn {
    float: right;
    width: 119px;
    height: 100%;
    margin-top: 3px;
    margin-left: 20px;
}

.hdrBtn a {
    display: block;
    font-weight: 600;
    width: 100%;
    background-color: #ff9900;
    text-align: center;
    color: #fff;
    line-height: 32px;
}


.hdrBtn a:hover {
   opacity: 0.8;
    text-decoration: none;
    color: #fff;
}





.hdrBtn-ft {
    float: right;
    width: 188px;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.hdrBtn-ft a {
     display: block;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    background-color: #ff9900;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.hdrBtn-ft a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
    
}



.btn.re {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFF;
    background-color: #ff9900;
    border: 1px solid #ff9900;
    padding: 15px 60px;
    width: 33%;
    text-decoration: none;

}


.btn.re:hover{

	  background-color: transparent;
    color: #ff9900;
    border:1px solid #ff9900;
}




.newsbtn {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFF;
    background-color: #ff9900;
    border: 1px solid #ff9900;
    padding: 15px 70px;
    text-decoration: none;

}


.newsbtn:hover{

     background-color: transparent;
    color: #ff9900;
    border:1px solid #ff9900;
}




.sbtn {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-transform: uppercase; 
    color: #ff9900;
    background-color: #fff;
    border: 1px solid #ff9900;
    padding: 15px 60px;
    width: 23%;
    text-decoration: none;


}


.sbtn:hover{

    background-color: transparent;
    color: #fff;
    border:1px solid #fff;
}


/* ==========================================================================
   Main styles
   ========================================================================== */

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





 /*========================================
   draw
 ========================================*/
.drawborder {
  display:block;
  position: absolute;
  z-index: 200;
  background: #feab47; }

.drawborder-left, 
.drawborder-right {
width: 10px;
height: 100%; }

.drawborder-top, 
.drawborder-bottom {
height: 10px;
width: 100%; }

.drawborder-top, 
.drawborder-right {
top: 0; }
.drawborder-right, 
.drawborder-bottom {
right: 0; }

.drawborder-bottom, 
.drawborder-left {
bottom: 0; }

.drawborder-left, 
.drawborder-top {
left: 0; }






 /*========================================
   s01
 ========================================*/

.s01bg{
	/* background-color:#F4F6F9 */
}

.s01 {
	
	margin: 0 auto;
	text-align: center;
}


h3 p.stit {
    /* color: #000; */
    font-size: 22px;
    letter-spacing: 0.5em;
    display: inline-block;
    border-bottom: 1px solid #ff9900;
    margin: 0 0 10px;
    padding: 0 0px 10px;
}


h3 p.stit2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.8em;
    color: #ff9900;
}




.container_inner{
	width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
   
}


/* biz 01 */ 
#biz01 {
	background: #fe9416;
    height: 382px;
}


.biz01_left{
	width: 50%;
	float: left;
}


.biz01_right {
    width: 50%;
    float: right;
    background-color: #fe9416;
    padding:50px 66px;
}



.biz01_left
{
    height: 382px;
    background-size: cover;
    background-position: top;
    background-image: url(../img/biz01.jpg);
}



/* biz 02 */ 
#biz02 {
	background: #9bbc3a;
    height: 382px;
}


.biz02_left {
    width: 50%;
    float: left;
    background-color: #9bbc3a;
    padding:50px 66px;
}


.biz02_right{
	width: 50%;
	float: right;
}





.biz02_right
{
    height: 382px;
    background-size: cover;
    background-position: 0px 0px;
    background-image: url(../img/biz02.jpg);
}




/* biz 03 */ 


#biz03 {
	background: #e50d0d;
    height: 382px;
}


.biz03_left{
	width: 50%;
	float: left;
}


.biz03_right {
    width: 50%;
    float: right;
    background-color: #e50d0d;
    padding:50px 66px;
}



.biz03_left
{
    height: 382px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/biz03.jpg);
}




.biztxt {
    color: #fff;
    font-size: 30px;
    font-weight: normal;

}


.biztxts {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    margin-left: 10px;

}

.biztxt01{
	 color:#fff;
	 font-size: 22px;
}

.biztxt02{
	 color:#fff;
	 font-size: 16px;
}







 /*========================================
   s02
 ========================================*/


.s02bg{
	/* background-color:#F4F6F9 */
}

.s02 {
	
	margin: 0 auto;
	text-align: center;
	/* margin-bottom: 125px; */
}


.s02 .container_inner div p {
	width: 50%;
}


.l {
	float: left;
}

.r{
	float: right;

}


.sloganimg img{
	width: 100%;
}



.c-txt {
	padding: 10px 18px; 
}


.text3 {
    line-height: 2.5em;
}

 /*========================================
   s03
 ========================================*/


.s03bg{
	/* background-color:#F4F6F9 */
}


#s03 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/s03_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
   

}


.s03 {
	
	margin: 0 auto;
	text-align: center;
	margin-bottom: 125px;
}


.s03 ul{
	margin-top: 60px;
	margin-bottom: 10px;
}
.s03 ul li{
	float: left;
	width: 30%;
}

.s03block{
	text-decoration: underline;
}

.pickup :hover {
    opacity: 0.9;
	-webkit-transition:all .1s ease-in-out 0s;
	transition:all .1s ease-in-out 0s;
	transition-duration: 200ms;	


}




 /*========================================
   s04
 ========================================*/

.s04 {
	
	margin: 0 auto;
	text-align: center;
	margin-bottom: 125px;
}


.s04 .container_inner div p {
	width: 50%;
}



.s04 ul {
    margin-bottom: 50px;
}

.s04 ul li{
	margin-bottom: 5px;
	text-align: left;
    position: relative;
}




.s04 ul li a span {
	margin-right: 10px;
}


.s04 ul li a  {
	color: #000;
}

.date {
	color: #969696;
	font-size: 1em;
	font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    -webkit-font-smoothing: antialiased;

    float: left;
    margin-right: 13px;
}



.news{
	background: #f8f8f8;
	padding: 15px 30px;

}


.newstag {
	background: #000;
	color: #fff;
	font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	padding: 3px 10px;
	 margin-right: 13px;

}





.news-arrow {
     width: 12px;
    height: 12px;
    border-top: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
    transform: rotate(44deg);
    line-height: 0px;
    padding-bottom: 0px;
    position: absolute;
    right: 30px;
    top: 41%;
}



 /*========================================
   s05
 ========================================*/

.s05 {
	
	margin: 0 auto;
	text-align: center;

	padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/s05_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}



.container-s05{
	width: 1080px;
	margin: 0 auto;
	position:relative;
	background: rgba(255, 255, 255, 0.9);
}


.s05 ul {

	padding:45px;

}

.s05 ul li{
	

}	

.s05 ul li p{
	
	line-height: 2.5em;

}	



.btn-s05 {
    margin-bottom: 50px;
}

.btn-s05 span {
    margin-right: 10px;
}


.s05bg.active {
    transform: scale(1.2) translate3d(0, -30px, 0);
    -moz-transform: scale(1.2) translate3d(0, -30px, 0);
    -webkit-transform: scale(1.2) translate3d(0, -30px, 0);
}





 /*========================================
   footer
 ========================================*/



#footer-top{
    background: #e1e1e1;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4em;
    color: #000;
    position: relative;
   
}
#scrollup {
  padding-bottom: 0px;
  margin-top: 10px;
}

#scrollup:before {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: -6px;
    top: 10px;
    margin-left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    opacity: 1;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
}


.footer-bg {

	background-color:#fff;
	position: relative;
	margin-top: 30px;
}



.footer-bg ul{
  margin-bottom: 20px;
  padding-top: 30px;

}

.footer-bg ul li{
	float: left;
	margin-right: 30px;
}

.footer-bg ul li p{
	font-size: 13px;
    line-height: 20px; 
    letter-spacing: 0.1em;
    padding-bottom: 5px; 
    color: #000;

}
		


.footer-bg2 {

	background-color:#000;
	color: #fff;
}

.adr{
	color: #000;
	font-size: 11px;

}

.row p{

	color: #fff!important;
	font-size: 12px;
	padding: 10px;
	margin: 0px;
}

.text4{
	font-size: 13px;
    font-weight: bold;
}


.footer-box {
    text-align: center;
    border-top: 1px solid #c7c7c7;
    line-height: 60px;
}
.footer-box li {
    display: inline;
    color: #525252;
    font-size: 14px;
    letter-spacing: 0.1em;
}


.footer-box li a{
    color: #000;
}






.wide{width:auto;max-height:100%}
.tall{max-width:100%;height:auto}
.bold{font-weight:600}
.italic{font-style:italic}
.has-top-margin{margin-top:50px}


 /*========================================
   slider - flickity
 ========================================*/



.flickity-prev-next-button{display:block;}


.flickity-page-dots .dot{
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 12px 20px;
	opacity:1;
	border:2px solid white;
	background:transparent;
    border-radius: 50%;
}


.flickity-page-dots{
	line-height:1;
	position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform:translateY(-50%);
    line-height: 1;
}

.flickity-page-dots .dot.is-selected{background:white}






 /*========================================
  animation
 ========================================*/

.bounceInLeft,
.bounceInRight,
.fadeIn,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown,
.fadeIn{visibility:visible}





 /*========================================
   header - nav 
 ========================================*/
.navbg{

	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;

    height: 86px;
}


.header-nav-wrapper{
	position:relative;
	background: rgba(255, 255, 255, 0.9);
  padding: 0px 30px;
}
			

.header-nav-wrapper .logo{
	display:inline-block;
	/* width:340px; */
	padding:20px 0;
	text-align:center;
	/* 	border-bottom:solid 5px #ff9900;
	background-color:#414A52*/
}


.header-nav-wrapper .primary-nav-wrapper{
	float:right;
	/* -webkit-transition:all 300ms;
	transition:all 300ms */
}


.header-nav-wrapper nav{
	display:inline-block;
	padding: 23px 0 10px;
}

.header-nav-wrapper nav ul{
	display:inline-block
}


.header-nav-wrapper nav ul li{
	font-size:14px;
	display:inline-block;
	padding:0px 10px 10px 20px;
	letter-spacing:1px;
	text-transform:uppercase;
    text-align: center;
    vertical-align: middle;
}


.header-nav-wrapper nav ul li:last-child{
	border-right:none
}


.header-nav-wrapper nav ul li a{
	font-weight:600;
	position:relative;
	padding-bottom:10px; 
	text-decoration:none;
    color:#414A52;
    display: inline-block;
}


.header-nav-wrapper nav ul li a:hover{
	color:#ff9900;
}


.header-nav-wrapper nav ul li a:before{
				position:absolute;
				bottom:0;
				left:0;
				visibility:hidden;
				width:100%;
				height:2px;
				content:'';
			-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;-webkit-transform:scaleX(0);transform:scaleX(0);
			background-color:#ff9900
		}


.header-nav-wrapper nav ul li a:hover:before{
	visibility:visible;
	-webkit-transform:scaleX(1);
	transform:scaleX(1)
}



.header-nav-wrapper .is-visible{
	visibility:visible;
  opacity:1
}





 /*========================================
  sp open
 ========================================*/

.primary-nav-wrapper.open{
	visibility:visible;
	opacity:1}


/* ham icon */
.nav-toggle{
	position:absolute;
	z-index:999999;
	top:50%;
	left:50%;
	padding:10px 35px 16px 0;
	cursor:pointer;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}



.nav-toggle:focus{outline:none}
.nav-toggle span,.nav-toggle span:before,
.nav-toggle span:after{

	position:absolute;
	display:block;
	width:30px;
	height:2px;
	content:'';
	cursor:pointer;
	border-radius:1px;
	background:#000;}


.nav-toggle span:before{top:-10px}

.nav-toggle span:after{bottom:-10px}

.navicon{
	position:absolute;
	top:0;
	right:0;
	visibility:hidden;
	width:25px;
	height:26px;
	padding:43px;
	/*-webkit-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;*/
	/* background-color:#ff9900; */
}


.fixed{
	position:fixed;
	z-index:999
}






 /*========================================
   header - mv
 ========================================*/
.mvs{}

.carousel-cell{
    display:table;
    width:100%;
    height:calc(100vh - 8.2em);
    margin-right:10px;
    background-position:center;
    background-size:cover}


.dotbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/dot.png) 0 0 repeat;
    z-index: 0;
}


.mv-bg {
    position: relative;
}

.mv-bg div h1{
  padding-top: 270px;
}




.text-center {
    text-align: center;
}




 /*========================================
    mouse 
 ========================================*/


.mouse-icon div {
    line-height: 3px;
}

.mouse-icon {
    /* border: 1px solid #fff;*/
    border-radius: 16px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -15px;
    height: 30px;
    width: 30px;
}


.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}



.mouse-icon .scroll {

    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transform: rotate(-225deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}



.mouse-icon .scroll-txt {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4em;
    color: #fff;
    margin-left: -10px;

}



@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}





 /*========================================
   sub - location
 ========================================*/

#location {
    width: 100%;
    padding: 14px 0;
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
}

#location ul li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    font-size: 12px;
}


#location ul li:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: scale(1,0.6) rotate(45deg);
    transform: scale(1,0.6) rotate(45deg);
}

#location ul li:last-child:after {
    border: none;
}


#location a{
   color: #000;
}




 /*========================================
   sub - footer
 ========================================*/


#footer-sub {}
#footer-sub ul li img {
    width: 65px;
}

.subftbg{
   padding-top: 30px;
    padding-bottom: 50px;
    background: url(../img/subft_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
}


.subft {
   
    margin: 0 auto;
  text-align: center;
 
}



.subft ul{
    margin-top: 30px;
    margin-bottom: 10px;
}


.subft ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.subft ul li:last-child {
    margin-right: 0px;
}



#footer-sub h3 p.stit2 {
     font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 0.6em;
    color: #ff9900;
}




.ftbox01{
    background: url(../img/bizft01.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.ftbox02{
    background: url(../img/bizft02.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.ftbox-btn02 img{
   width:12px!important;
   height: 10px;
}

.ftboxs {
    font-size: 13px;
    margin-right:5px;
}

.ftbox03{
    background: url(../img/bizft03.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.ftbox01 p,
.ftbox02 p,
.ftbox03 p {
    padding: 10px 0px;
}

.ftbox-btn01 {
    background-color: #fe9416;
    color:#fff;
    font-size: 18px;
    line-height: 22px;
}

.ftbox-btn02 {
    background-color: #9bbc3a;
    color:#fff;
    font-size: 18px;
    line-height: 22px;
}

.ftbox-btn03 {
    background-color: #e50d0d;
    color:#fff;
    font-size: 18px;
    line-height: 22px;
}


.ftbox-btn01:hover,
.ftbox-btn02:hover,
.ftbox-btn03:hover{
    opacity: 0.9;
    transition: all 300ms ease-in-out;
}



.ftbox-icon {
   padding: 25px!important;

}





 /*========================================
   select box 
 ========================================*/

.selectbox {
    width: 960px;
    margin: 0 auto;
    padding: 10px;
    display: block;
    margin-bottom: 30px;
    background: #fff4e4;
  
}


.selectbox select {

    margin-left: 8px;

}

select.dropdown {
    background: transparent;
    width: 200px;
    padding: 5px 35px 5px 5px;
    font-size: 14px;
    border: 1px solid #ff9900;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select_arrow_white.png) 96% / 7% no-repeat #ff9900;
    color: #fff;
}

select {
    outline: none;
    background: #f3f3f3;
    line-height: 140%;
    border-radius: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input {
    outline: none;
}



.pages {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pages .pg-no.current {
    background: #ff9900;
    color: #FFF;
}

.pages .pg-no:hover {
    opacity: 0.8;
    transition-duration: 200ms; 
}


.pages .prev {
    background-image: url(../img/prev.png);
    padding: 10px 20px;
    margin-right: 17px;
}


.pages .prev2 {
    background-image: url(../img/prev2.png);
    padding: 10px 20px;
}


.pages .next {
    background-image: url(../img/next.png);
    padding: 10px 20px;
    margin-left: 10px;
}

.pages .next2 {
    background-image: url(../img/next2.png);
    padding: 10px 20px;
}



.pages .pg-no {
    padding: 10px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
}

.pages a{
    color: #000;
    font-size: 11px;
    cursor: pointer;

}


/*-------- slogan --------*/



.slogan01 div {
    position: relative;
    float: left;
    overflow: hidden;
    /* min-width: 320px;
    max-width: 480px; */
    max-height: 360px;
    width: 33.3%;
    background: #fff;
    text-align: center;
    /* cursor: pointer; */
}


.slogan02 {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-image: url(../img/slogan_bg.jpg);
}

.slogan02 a{
    margin-top: 20px;
}
.sltxt, .sltxt2{
    padding-bottom: 0px;
}


/*-------- effect --------*/


.effect-bubba {
    background: #9e5406;
}

.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.effect-bubba:hover img {
    opacity: 0.4;
}


.effect-bubba figcaption p {
    width: 100%!important;
}

.effect-bubba figcaption  h2{
    color: #000;
    line-height: 2em;
    font-weight: bold;

}

.effect-bubba figcaption::before,
.effect-bubba figcaption::after {
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.effect-bubba h2 {
    padding-top: 10%; 
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.effect-bubba:hover figcaption::before,
.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-bubba:hover h2,
.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.effect-bubba figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect-bubba figcaption{
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}




/* common sub popup gallery */
#popup_gallery a img {
    width: 230px;
    height: 152px;
}

.mfp-title, .mfp-counter {
    display: none!important;
}



@media screen and (max-width: 1100px) and (min-width: 769px){
.sub-container, .sub-container2, .sub-container3, .container-s05 {  width: 90%!important;}
li.bizr {
    float: left;
    width: 100%;
    margin-top: 20px;
}
}

@media screen and (max-width: 1024px){
button.mfp-arrow {
    background: #000!important;
}
.mfp-arrow:before {
    display: none!important;
}
#popup_gallery a {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}


}
