@charset "UTF-8";


body{
     /*font-family: "FOT-筑紫明朝 Pr5N B" , Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif!Important;*/
       font-family: "新ゴ R", "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;

}

.pc-view{display:block}
.sp-view{display:none}

@media (max-width: 768px) {
.pc-view{display:none}
.sp-view{display:block}
}


.fontA{
font-family: "FOT-ロダンわんぱく Pro UB";
}
.fontB{
font-family: "FOT-ロダン ProN EB";
}

.mainTxt{
	/* padding: 200px 30px 80px; */
	padding: 100px 30px 80px;
	text-align: center;
	color: #fff
}

.gallery{
	height: 700px!Important;
}
.gallery .mainTxt{
	padding: 100px 30px 80px;
	text-align: center;
	color: #fff
}



.entry-pdf{
    margin: 6% auto 3%;
    padding: 0;
    width: 80%;
}


.site-title-sub {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.2rem;
font-family: "dela-gothic-one", sans-serif;
font-weight: 400;
font-style: normal;
}
.site-title-sub::before,
.site-title-sub::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  margin: 0 30px;
  background-color: #fff;
  vertical-align: middle;
}
.site-title {
  margin: 50px 0 40px;
  font-size: 7.6rem;
  font-weight: bold;
font-family: "dela-gothic-one", sans-serif;
font-weight: 400;
font-style: normal;
}

.site-description {
  font-size: 1.8rem;
  background-color: rgba(31, 120, 76, 0.6);
  padding: 10px;
  width: 80%;
  margin: 0 auto 50px;
}


.sponsor{
	margin-bottom: 120px;
}
.sponsorBox{
	text-align: center;
	display: table-cell;    
	vertical-align: middle;
	margin-bottom:20px;    
}

.sponsorBox a{
	display: block;
}

.sponsorBox img{
	max-width: 100%;
}








.event-info .event-day{
	font-size: 65px;
	text-align: center;
	color: #E73828;
	margin-bottom: 60px;
font-family: "dela-gothic-one", sans-serif;
font-weight: 400;
font-style: normal;
}

.event-info .event-day span{
	font-size: 30px;
}

.event-info dt{
	float: left;
	margin-bottom: 5px;
}

.event-info dd{
	margin-left: 6em;
	margin-bottom: 5px;
}


.event-info-detail{
	border:5px solid #009844;
	padding:30px;
	border-radius: 15px;
	/*font-size: 0.9em;*/
}

.event-info-detail section{
	border-bottom: 3px solid #009844;
}

.event-info-detail section:last-Child{
	border-bottom: none;
}

.event-info-detail h1{
	color: #009844;
}
.event-info-detail section:last-Child h1{
	font-size: 30px;
}
.event-info-detail h1 span{
	color: #E73828;
}

.event-info-detail dl{
	margin-left: 15px;
}
.event-info-detail dt{
	font-family: "新ゴ M";
	margin-bottom: 10px;
	font-size: 1.2em;
}
.event-info-detail dt:before{
	content: "■ ";
}

.event-info-detail dd{
	margin-bottom: 15px;
	margin-left: 1em;
}

.event-info-day{
	text-align: center;
	margin-bottom: 30px;
}

.event-info-day dt{
	background: #009844;
	color: #fff;
	padding:10px;
	border-radius: 3px;
	margin-bottom: 15px;
}
.event-info-day dd{
	line-height: 2em;
}


.thanks_text{
    text-align: center;
    font-size: 1.8em;
font-weight:bold;
margin-bottom:30px;
font-family: "dela-gothic-one", sans-serif;
font-weight: 400;
font-style: normal;
}


.gallery_btn_block {
  display: flex;
  justify-content: center;
}




.gallery_btn_block a{
    background: #000000;
    margin: 40px auto;
    color: #ffffff;
    padding: 20px 40px;
    position:relative;
    display:block;
}

.gallery_item{
 margin:10px;;
}


.gallery4_btn_block .gallery_item a{
    width:70%;
    /* background: rgba(31, 120, 76, 1); */
background:#E73828;
    margin: 80px auto;
    color: #ffffff;
    padding: 20px 0px;
    display:block;
    text-align:center;
border-radius: 6px;
font-size: 1.6em;
    font-weight: bold;

}


@media (max-width: 767px) {
.gallery_btn_block {
  display: block;
  text-align:center;
}
.gallery_btn_block a{
    margin: 10px auto;
}
.thanks_text{
    font-size: 1.6em;
}
.event-info .event-day{
	font-size: 40px;
}
.gallery4_btn_block .gallery_item a{
    width:96%;
    }
}


/*下層ページ*/


.site-title-news {
  margin: 0px 0 40px;
  font-size: 5rem;
  font-weight: bold;
}














@media (min-width: 1200px){
	.container {
	    padding: 0 50px;
	    width: 1080px;
	}

	.container.entry-pdf {
	    padding: 0 50px;
	    width: 80%;
	}

}


.container-fluid{
	margin: 0;
	padding:0;
}




@media (max-width: 768px) {
	h1{
		font-size: 24px;
	}
	h2{
		font-size: 21px;
	}

	.mainTxt .event-day{
		/* font-size: 50px!Important; */
		font-size:3.6rem;
	}
	.site-description {
  		font-size: 1.4rem;
  		width: 100%;
	}
	.event-info-detail{
		padding:15px;
	}

	.site-title {
  	font-size: 4.6rem;
	}
}


.mgT50{margin-top:50px;}
.mgT60{margin-top:60px;}
.mgT70{margin-top:70px;}
.mgT80{margin-top:80px;}
.mgT90{margin-top:90px;}
.mgT100{margin-top:100px;}


.mgB50{margin-bottom:50px;}
.mgB60{margin-bottom:60px;}
.mgB70{margin-bottom:70px;}
.mgB80{margin-bottom:80px;}
.mgB90{margin-bottom:90px;}
.mgB100{margin-bottom:100px;}

.req{
	color: red;
}

.mainimg{
	height: 600px;
/*	position: absolute;
    z-index: 0;
    top: 0;*/
    width: 100%;
    background: #000000;
    margin-bottom: 30px;

}

.subimg{
	height: 400px;
    width: 100%;
    background: url(../img/news/bg_news02.png) no-repeat;
    background-size:cover;
    margin-bottom: 30px;
}
.midashi{
	margin: 0 auto;
	text-align: center;
	margin-top: 260px;
	font-size: 40px;
	font-weight: bold;
	/*ont-family: serif;*/
	color: #ffffff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
               0px 8px 13px rgba(0,0,0,0.3),
               0px 18px 23px rgba(0,0,0,0.3);
}









.navbar{
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
		background: rgba(0,0,0,0.2);
}

.navbar-toggle .icon-bar{
	background: #000000;
}

.navbar-collapse.in{
	width: 100%;
	background: #000000;
}

@media (min-width: 992px){
	.navbar{
		padding:0 5% 10px;
		background: rgba(0,0,0,0.2);
	}

	.navbar-nav{
		float: right;
		margin-top: 15px;
	}
	.navbar-brand{
		padding: 20px 15px;
	}
}




@media (max-width: 768px) {
	.navbar-brand img{
		width: 80%;
	}
	.navbar-brand{
		padding: 15px 15px 15px 0;
	}
		.navbar-collapse.in{
		width: 100%;
		background: #000000;
	}
.mainimg{
	height: 700px;
}

}


.navbar-header{
	width: 100%;
	margin-left: 0px!Important;
}


.navbar-toggle{
	background:#ffffff;
}

















.footer{
	position: relative;
	background: #009844;
	padding: 30px 30px 30px;
	color: #ffffff;
}

.footer a{
	display: block;
}

.footer ul{
	text-align: center;
	padding: 0 0 20px;
}
.footer ul li{
	padding:  0 10px;
	list-style-type: none;
}
.footer ul li a{
		padding: 15px 0;
}

@media (min-width: 768px){
	.footer ul li{
		display: inline-block;
		margin: 0 0 15px;
	}
}

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



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











.top-products,
.top-factory{
	text-align: center;
	margin-bottom: 80px;
}


.btn-bk{
	background: #000000;
	margin:40px auto;
	color: #ffffff;
	padding: 20px;
	width: 90%;

}

.btn-bk:hover{
	background: #e6e6e6;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}




/*.second .ttl{
	background: #ccc;
}
*/



.top-bnr{
	/*height: 300px;*/
	/*margin: 5px;*/
	background: #ccc;
	margin:30px 0;
	overflow: hidden;
}
.top-bnr01{
	overflow: hidden;
}
.top-bnr .ttl{
 	text-align: center;
 	position: relative;
 	height: 300px;
}

.top-bnr .ttl-inner{
	width: 100%;
	position: absolute;
	top: 40%;
 	font-size: 30px;
}

.top-bnr .ttl-inner span{
	font-size: 16px;
}

.top-bnr01 .photoBox{
	height: 300px;
	margin-left: -15px;
	overflow: hidden;
}




a{
	color: #fff;
}

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

.color-on a{
	color: #6182AB;
}
.color-on a:hover{
	color: #cccccc;
}




@media (min-width: 992px){
	.top-bnrL{
		width: 30%;
	    position: relative;
	    /*left: 0%;*/
	    text-align: center;"
	}
	.top-bnrR{
		width: 30%;
	    position: relative;
	    left: 60%;
	    text-align: center;"
	}
	.top-bnr-inner{
		padding: 180px 0
	}
}

@media (max-width: 768px) {
	.top-bnrL{
		width: 100%;
		position: relative;
		left: 0;
		text-align: center;"
	}
	.top-bnrR{
		width: 100%;
	    position: relative;
	    /*left: 0%;*/
	    text-align: center;"
	}
	.top-bnr-inner{
		padding: 90px 0
	}
}








.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

p.youtube-p{
	margin: 10px 0 0;
}

p.youtube-p a{
	color: #1F784D;
}

@media screen and (max-width:767px){
p.youtube-p{
	margin: 10px 0 40px;
}
}





h1.ttl{
	text-align: center;
	margin-bottom: 60px;
}



.news{
	width: 100%;
	text-align: left;
	color: #ededed
}

.news a{
	color: #ededed;
}
.news a:hover{
	color: #cccccc;
}

/* PC
-------------------------------------------------- */
@media only screen and (min-width: 571px) {
    
    .news dt,
    .news dd {
        padding: 20px;
    }
    
    .news dt {
        clear: both;
        float: left;
        width: 170px; /* 幅を指定 */
        /*border-top: 1px solid #FFFFFF;*/
    }
    
    .news dd {
        padding-left: 200px; /* dtの分、左にpaddingを取る */
        /*border-top: 1px solid #FFFFFF;*/
        border-bottom: 1px solid #cccccc;
        b/*order-left: 1px solid #FFFFFF;*/
    }
}





/* ===============================================
		葵のこだわり
=============================================== */


.workBox{
	text-align: center;
	margin: 100px 0;
}

.workBox02{
	text-align: center;
	margin: 100px 0 30px;
}


.workBox .img-circle{
	border: 1px solid #ccc;
	margin: 30px 0;
}


.machineList .list-group-item{
	text-align: left;
}

.machineList .list-group-item .badge{
	background: none;
	color: #666666;
	font-size: 16px;
}
.machineList .machineList_att{
	text-align: right;
}

.machineList .heading{
	background: #000000;
	color: #ffffff;
	font-size: 1.2em;
	padding:20px 15px;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


.machineList .photo-img{
	font-size: 0.9em;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: middle;
}


.youtubeBox .thumbnail{
	margin-bottom: 12px;
}

.sic-s span{
	margin: 0 20px 0 5px;
	font-weight: bold;
	font-size: 1.1em;
}



/* ===============================================
		業務案内
=============================================== */

.productsBox{
	text-align: center;
    margin: 100px 0 50px;
}


.btn-products button{
	/*background: #000000;*/
	color: #ffffff;
	padding: 15px 0;
}

.btn-products img{
	width: 100%;	
}

.btn-products-drop button{
	width: 100%;
	margin-bottom: 30px;
	background: #000000;
	color: #ffffff;
}

.btn-products-drop ul{
	width: 100%;
	/*padding: 10px;*/
	background: #000000;
	color: #ffffff;
}
.btn-products-drop ul li a{
	padding:20px;
	color: #ffffff;
}


p.arrow{
	text-align: center;
	margin:30px 0;
}

.flowBox .col-md-6{
	padding:0 45px 100px!Important;
}

.flowBox .col-md-6 .lead{
	background: #000000;
	color: #ffffff;
	padding:10px 0;
}
.flowBox .col-md-6 .lead small{
	color: #ffffff;
}

.text-B{
	margin-bottom: 50px;
}


.media img{
	width: 150px;
	border: 1px solid #ccc;
}


.machineBox .thumbnail{
	border: none;
	/*font-size: 0.8em*/
}

.machineBox .thumbnail img{
  display: block;
  padding: 4px;
  margin-bottom: 12px;
  line-height: 1.5;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}



.flowTwoInner p{
	font-size: 1.1em;
	text-align: center;
}

.flowTwoInner p.arrow{
	margin:15px 0
}

.flowBox .flowTwoInner .col-md-6{
	padding:0!Important;
}

.flowTwoBox{
	text-align: center;
	background: #ccc;
	padding: 15px;
	font-weight: bold;
}

.flowTwoInner p img{
	margin:0 auto;
}

.flowBox .flowTwoInner img{
	border: 1px solid #ccc;
}



/* ===============================================
		会社案内
=============================================== */
.message{
	text-align: center;
}

.message img{
	margin:30px 0 0;
}
.idea{
	margin-bottom: 100px;
}

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

.idea dt{
	font-size: 1.2em
}
.idea dd{
	margin-bottom: 1em;
	text-indent: 1em;
}


.enkaku {  
    width: 80%;
    margin: 0 auto 100px;
/*    border: 1px solid #666666;*/
    border-bottom: none;
}

.enkaku dt,
.news dt {  
    font-weight: bold;
}

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width:570px) {
    .enkaku {
		width: 100%;
    }
    
    .news dd {
        padding: 8px 20px;
    }
    
    .news dt {
        float: none;
margin:10px 0 0px 0;
        /*background-color: #ededed;*/ /* 背景色を指定 */
        /*border-top:1px solid #FFFFFF;*/
        /*border-left: 1px solid #FFFFFF;*/
    }
    
    .enkaku dd,
    .news dd {
        /*border-top: 1px solid #666666;*/
        border-bottom: 1px solid #dddddd;
        padding-bottom: 15px
    }
}


/* PC
-------------------------------------------------- */
@media only screen and (min-width: 571px) {
    .enkaku {
    }
    
    .enkaku dt,
    .enkaku dd {
        padding: 20px;
    }
    
    .enkaku dt{
        clear: both;
        float: left;
        width: 250px; /* 幅を指定 */
        border-top: 1px solid #FFFFFF;
    }
    
    .enkaku dd {
        padding-left: 280px; /* dtの分、左にpaddingを取る */
        /*border-top: 1px solid #FFFFFF;*/
        border-bottom: 1px solid #cccccc;
        b/*order-left: 1px solid #FFFFFF;*/
    }
}




.mapBox{
	margin:60px 0;
	font-size: 0.9em;
}

.mapBox h3{
	font-size: 1.4em;
	font-weight: bold;
}

.mapBox a{
	color: #4DC3FF
}

.mapBox img.img-map{
	max-width: 80%;
	margin:0 10%;
}


@media (min-width: 992px){
	.mapBox{
		position: relative;
	}
	.mapBox .map-osaka{
		position: absolute;
		bottom: 60px;
		right: 430px;
	}
	.mapBox .map-abeno{
		position: absolute;
		bottom: 290px;
		right: 30px;
	}
	.mapBox .map-yamaguchi{
		position: absolute;
		top: 80px;
		left: 340px;
	}
}


@media (max-width: 991px){
	.mapBox{
		position: relative;
	}
	.mapBox .map-osaka{
		position: absolute;
		bottom: 40px;
		left: 150px;
	}
	.mapBox .map-abeno{
		position: absolute;
		bottom: 220px;
		right: 30px;
	}
	.mapBox .map-yamaguchi{
		position: absolute;
		top: 30px;
		left: 260px;
	}
}

@media (max-width: 768px){
	.mapBox{
		position: relative;
	}
	.mapBox img.img-map{
		max-width: 100%;
		margin:0 0%;
	}
	.mapBox .map-osaka{
		position: static;
		bottom: 40px;
		left: 0px;
	}
	.mapBox .map-abeno{
		position: static;
		bottom: 220px;
		left: 0px;
	}
	.mapBox .map-yamaguchi{
		position: static;
		top: 230px;
		left: 0px;
	}
}



/* ===============================================
		プライバシーポリシー
=============================================== */
.privacyBox{
	margin-bottom: 60px;
}



.privacyBox h4{
	margin-top: 60px;
	font-weight: bold;
}


/* ===============================================
		パーツ
=============================================== */


.btn-group.btn-products .btn-group{
	border-bottom: 5px solid #f9f9f9;
}

.btn-group.btn-products .active{
	border-bottom: 5px solid #be2721;
}





/* ===============================================
		お問い合わせフォーム
=============================================== */
form#mailform{
	margin-bottom: 100px;
}
input.form-control.input-size02{
	width: 50%!Important;
	margin:0;
}

input.form-control.zipBox,
.btn-addsearch{
	display: inline-block;
	vertical-align: top;
}



textarea.form-control.textAreaBox{
	width: 100%!Important;
}


.contactBox{
	text-align: center;
    margin: 50px 0 50px;
}


@media only screen and (max-width:570px) {
	input.form-control.input-size02{
	width: 100%!Important;
	margin:0;
	}
}


/* ===============================================
		サイトマップ
=============================================== */
.sitemapBox {
	padding-bottom: 60px;
}

.sitemapBox p{
	font-size: 1.2em;
}


.sitemapBox a{
	color: #000000;
}





.fuidashi-wrap{
    margin: 60px auto 0px;
    width: 30%;
    text-align:center;
}


.btn-fuidashi{
    background: #000000;
    margin: 40px auto;
    color: #ffffff;
    padding: 20px 40px;
    position:relative;
    display:block;
}

.btn-fuidashi:after{
content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 0;
    height: 0;
    border-right: 16px solid transparent;
    border-top: 20px solid #000000;
    border-left: 16px solid transparent;
}



@media (max-width: 768px){
.mainTxt {
    padding: 20px 30px 40px;
}

.site-title-sub::before, .site-title-sub::after {
    width: 100%;
    margin: 0 0px;
}

.fuidashi-wrap{
    margin: 60px auto 0px;
    width: 90%;
}
}




.decision-wrap{
    width: 300px;
    height: 300px;
    overflow: hidden;
    display: block;
    position: absolute;
top:0;
}


.decision{
    width: 300px;
    padding: 30px 10px;
    background: #d43131;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 24px;
    left: -93px;
    text-transform: uppercase;
    transform: rotate(315deg);
font-size:1.4em;
overflow:hidden;
}








.marche{
	width: 90%;
	margin:10% auto;
	text-align: center;
	background: #f6f2e8;
	padding:2% 10%;
	border-radius: 5px;
}

.marche h2 span{
	color: #dc785c;
	font-size: 1.6em;
}
.marche a{
	color: #4c3b29;
}

h3.decided_held{
	margin:0 0 15px;
}


.crossorange{
	width: 90%;
	margin:10% auto;
	text-align: center;
	background: #f6f2e8;
	padding:2% 6%;
	border-radius: 5px;
}

.crossorange ul{
	margin:0;
	padding:0;
}

.crossorange li{
	list-style-type:none;
}

.crossorange img{
	width:50%;
}

.crossorange a{
	color: #4c3b29;
}







.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


@media (max-width: 768px){
	.marche,.crossorange{
		width: 100%;
		padding:2% 5%;
	}

}





  .gallery .event-info .event-day {
    font-size: 65px;
  font-family: "dela-gothic-one", sans-serif;
font-weight: 400;
font-style: normal;
}
  .flex-container {
    display: flex;
    flex-wrap: wrap;
  }

  /*.flex-container .item{
    width: 23%;
    margin: 1%;
  }*/

  .flex-container .item{
    width: 23%;
    height: 14.5vw;
    overflow: hidden;
    margin: 1%;
    align-items: center;
    display: flex;
  }

  .item img{
    width: 100%;
  }

  .gallery{
  height: 700px!Important;
}
.gallery .mainTxt{
  padding: 100px 30px 80px;
  text-align: center;
  color: #fff
}

.gallery .site-title{
  margin: 20px 0 40px;
font-family: "dela-gothic-one", sans-serif;
font-weight: 400;
font-style: normal;
font-family: "dela-gothic-one", sans-serif;
font-weight: 400;
font-style: normal;
}
.gallery .site-title.gallery-title.fontA{
    font-family: "FOT-マティスはつひやまとPro B";
font-family: "dela-gothic-one", sans-serif;
font-weight: 400;
font-style: normal;
}


#infscr-loading {
  width:100%;
  text-align: center;
  margin: 20px auto;
}



.navigation{
  width:90%;
  margin:20px auto;
  text-align: center;
  /*display: block!Important;*/
}

/*#last-page.navigation{
  display: none;
}*/
.navigation a{
  display: block;
  text-decoration: none;
  background:#eee;
  padding: 20px;
  color: #333;
  font-weight: bold;
}




.photo_inner{
width:100%;
text-align:center;
margin:30px auto 60px;
}




.dli-chevron-down {
  display: none;
}



.container.link-box{
  
  display: flex;
  justify-content: center;
  color: #fff;
}


.container.link-box a{
  display: block;
  padding: 1% 2%;
  margin: 2%;
  text-align: center;
  background: #009844;
}



@media screen and (max-width: 768px) {
  /*.flex-container .item{
    width: 98%;
    margin: 1%;
  }*/
  .flex-container .item{
    width: 98%;
    height: auto;
    margin: 1%;
    display: block;
  }
    .gallery .event-info .event-day {
    font-size: 3.6rem;
    margin-bottom: 25px;
  }
  .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 20px auto;
  }


  .container.link-box{
      margin-bottom: 30px;
  }

}



.btn-success {
    color: #fff;
    background-color: #c43c43;
    border-color: #91171d;
}

.btn-lg.btn-success, .btn-group-lg > .btn {
    padding: 20px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 50px;
    font-weight: bold;
    margin-bottom: 6%;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success,.btn-success:hover{
    background-color: #e97177;
border-color: #a95f5f;
}