@charset "UTF-8";
/* CSS Document */


/*
***********************************
*基本
***********************************
*/	

		html{height:100%;}
		
		body {
			font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic",'Raleway', sans-serif;
			background-color:#FFF;
			background-image: url("../img/top/background_ptn.jpg");
			background-repeat: no-repeat;
			background-position:center;
			background-attachment: fixed;
			margin:0;
			padding:0;
			text-align:left;
			font-size:18px;
			line-height:210%;
			color:#4F4F4F;
			width:100%;
			height:100%;
			letter-spacing:2px;}
	
@media screen and ( max-width:680px ){
	body{line-height: 170%;letter-spacing: 1px;
	background-image:none;}
	
	
}
		
			
		h1,h2,h3,h4,h5,h6,pre,p,ul,ol,li,dl,dt,dd,th,td,div{
			margin: 0; 
			padding: 0;
			font-weight:normal;
			font-size:100%;}
		
		ul,ol,li,dl,dt,dd{
			list-style-type: none;}
		
		a{color:#4F4F4F; text-decoration: none;}
		a:hover{color:#D92F26;}
		
		img {border: none; width: 100%;}
		
		a:link img{
			 -webkit-filter:brightness(110%);
			filter:brightness(110%);}
			
		
		a:hover img {
			-webkit-filter:brightness(90%);
			filter: brightness(90%)}

/*
***********************************
*margin&padding
***********************************
*/


MT50{margin-top: 50px;}


			
/*
***********************************
*文字調整
***********************************
*/


h3 {
	width:30%; 
	height: auto;
	margin: 60px auto;}	

.back{
	text-align: center;
	margin: 40px 0;}

.msg2{
	font-size: 25px !important;
	text-align:center !important;
	margin: 50px !important;
	line-height:225%;} 



.msg{
	width: 100%;
	padding:15px 0;
	font-size: 25px !important;
	text-align:center !important;
	margin: 50px 0 !important;
	line-height:225%;
	border-top: 1px solid;
	border-bottom: 1px solid;} 



@media screen and ( max-width:680px ){
	h3 {
		width:50%;
		height: auto;
		margin: 0 auto  50px auto;} 
	
	.msg{
	font-size: 18px !important;
	text-align:center !important;}
}



.small{font-size: 16px;}


		



/*
***********************************
*pagetop
***********************************
*/	

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #1E3B75;
  opacity: 0.9;
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




/*
***********************************
*more
***********************************
*/	
	
.more{
	width: 15%;
	padding: 7px 0;
	margin: 40px auto;
	background-color:#D92F26;
	color: #FFFFFF;
	text-align: center;
	border-radius:10px;}

.more a{color: #FFFFFF;}
.more:hover{background-color:#9E9E9E;}


@media screen and ( max-width:680px ){
	.more{width: 45%;
		padding: 5px 0;}
}
		
/*
***********************************
*Contents
***********************************
*/	
			
/* お問い合わせ固定ボタン */

#contact_btn {
	position: fixed;
	top:60px;
	right:0;
	z-index:1000000;}

#contact_btn img{width: 75px;}


@media screen and ( max-width:680px ){
	#contact_btn{display: none;}

}


/* トップビジュアル*/

h2 {
	width: 45%;
	max-width: 700px;
	min-width: 500px;
	margin: 0 auto;
	padding-top: 150px;
	text-align: center;}

@media screen and ( max-width:680px ){
	
	h2{width: 85%;
	max-width: auto;
	min-width: auto;
	padding-top: 120px;}
	
}


#top_vis{
			width:100%;
			height:580px;
	        background-image: url("../img/top/top_img.jpg");
			background-size: cover;
			background-position:center;
			background-repeat:no-repeat;
			background-attachment: fixed;
			z-index: 1;
			position:relative;
	        margin-bottom: 0;}

#top_main{position: relative;}

#main_logo{
	width: 30%;
    padding: 100px 0;
	margin: 0 auto;
    border-bottom: thin solid;}


#main_logo:after{display:block;clear:both;content:"";}


	
	
@media screen and ( max-width:1080px ){
	
	#top_vis{
		    height:680px;
		    background-size:auto;
			background-position:left;
			background-repeat:no-repeat;}
	
}

	
@media screen and ( max-width:680px ){
	
	#top_vis{
		height:350px;
		background-image: url("../img/top/top_img_smt.jpg");
		background-size: contain;
		background-attachment:scroll;}
	
	
	#main_logo{
		width: 70%;}
	
}



/*osaka  img */

#osaka_img{
	background-image: url("../img/top/background_osaka.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	height: 300px;
}


@media screen and ( max-width:680px ){
	
	#osaka_img{
		background-size: fixed;
		height: 300px;}	
	
}


/* main_TXT*/

#main_txt{
	width: 70%;
	max-width: 1500px;
	margin: 30px auto;
	padding: 50px 15%;
	position: relative;}

@media screen and ( max-width:680px ){
	
#main_txt{
	width: 90%;
	padding: 0 5%;}
	
}



/* greeting*/

#greeting{
	width: 70%;
	max-width: 1500px;
	padding: 50px 15%;
	position: relative;}




@media screen and ( max-width:680px ){
	
	#greeting{
		width: 90%;
		padding: 50px 5%;}

}


/* feature */

#feature{
	width: 70%;
	max-width: 1500px;
	padding: 50px 15%  50px 15%;}

#map{
	width: 70%;
	margin: 50px auto 50px auto;}


@media screen and ( max-width:680px ){
	
	#feature{
		width: 90%;
		padding: 50px 5% 0 5%;}
	
	#map{
	width: 90%;
	margin: 50px auto 50px auto;}

}


/*mid  img */

#mid_img{
	background-image: url("../img/top/background_mid.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-attachment: fixed;
	height: 200px;
}


@media screen and ( max-width:680px ){
	#mid_img{display: none;}	
	
}

/* service*/

#service{
	background-color: #1E3B75;
	background-image: url("../img/top/top_img.jpg");
	background-size: auto 100%;
	color: #FFFFFF;
	width: 80%;
	max-width: 1500px;
	padding: 50px 10%;}


#service_list dl{
	width: 80%;
	margin: 0 10%;}


#service_list dl dt{
	background-color: #E3EEFF;
    color: #1E3B75;
    margin: 50px 0 20px 0;
    text-align: center;
	font-size: 20px !important;
    font-weight: bold !important;
	border-radius:5px;}

#service_list dl dd{
	font-size: 20px !important;
	padding-bottom: 20px;
	 margin: 40px 0 20px 0;
     text-align: left;
	border-bottom: 1px dotted;}


.ft16{font-size: 16px;
	line-height:180%; }

.dd_ex{margin-top: 40px;}


#delivery_table{
	width: 80%;
	max-width: 1500px;
	padding: 50px 10%}


#delivery_table table{
	width: 100%;
	margin: 20px auto;
	border-collapse: collapse;
	text-align: center;
	border: 1px solid;
}

#delivery_table table caption{font-weight: bold;}

#delivery_table table th,td {
  border: 1px solid;
	padding: 8px 10px;}

#delivery_table table th{
	background-color: #878485;
}



@media screen and ( max-width:680px ){
	
	#service{
	width: 90%;
	padding: 50px 5%;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 170%;}
	
	#service_list dl{
	width: 100%;
	margin: 0;}
	
	#service_list dl dt{
	font-size: 18px!important;;
    margin: 50px 0 20px 0;}

#service_list dl dd{
	padding-bottom: 20px;
	font-size: 18px!important;;
	 margin: 40px 0 20px 0;}

.dd_ex{margin-top: 40px;}

	
	
}


/* company*/

#company{
	width: 70%;
	max-width: 1500px;
	padding: 50px 15%;}


#company table{
	width: 100%;
	border: none;}

#company table th{width: 20%; padding-right:5%; border: none;}
#company table td{width: 70%; padding-left: 5%; border: none;}



#company_history{
	margin-top: 50px;
	padding-top: 50px;
	border-top: thin solid;}

#company_history,#company_about{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;}

@media screen and ( max-width:680px ){
	
	#company{
    width: 90%;
	padding: 50px 5%;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 170%;}
	
	
	#company_history,#company_about{
	width: 100%;
	margin-left: 0;
	margin-right: 0;}
}




/* news */

#news{
	width: 70%;
	max-width: 1500px;
	padding: 50px 15%;}

#news table{width: 80%;margin: 0 auto;}

#news table th{width: 15%; padding-right: 5%;border-right: thin solid #5A5A5A;}
#news table td{width: 75%; padding-left: 5%;}
#news table tr{margin: 20px 0;}


@media screen and ( max-width:680px ){
	
	#news{
	width: 90%;
	padding: 50px 5%;
	line-height: 130%;}
	
	#news table{width: 100%;}
}




/* CONTACT */	

#contact{	
	width: 70%;
	max-width: 1500px;
	padding: 100px 15%;}
		
.contact_btn{
	width: 80%;
	background-color: #1E3B75;
	padding: 50px 10%;
	margin: 0 auto;
	border-radius: 10px;
	color:#FFF;
	font-size: 25px;
	font-weight: bold;
	text-align: center;}


@media screen and ( max-width:680px ){
	
	#contact{	
	width: 90%;
	padding: 50px 5%;}
	
	.contact_btn{
	width: 95%;
	padding: 20px 2.5%;
	font-size: 16px;}
	
	
	
}




#contact_in{	
	width: 70%;
	padding: 100px 15%;}
	
#contact_form{
	margin-top: 50px;
	width: 100%;}

#contact_tit{
	width: 35%;
	margin: 0 auto 60px auto;}


@media screen and ( max-width:800px ){
	#contact_tit{width: 80%;}
	#contact_in{	
	width: 80%;
	padding: 100px 10%;}
}
	
	
		/*
		***********************************
		*コンタクトフォーム
		***********************************
		*/
		
         .wpcf7{width: 100%;}

        .wpcf7 input[type="text"],
        .wpcf7 input[type="email"]{
			background-color:#FFF;
			border:solid 1px #000000;
			color: #333;
			width: 100%!important;
			font-size: 100%;
			padding: 0.5em;
			margin:10px auto;}

		.wpcf7 textarea{
			background-color:#FFF;
			border:solid 1px #000000;
			color: #333;
			width: 100%!important;
			font-size: 100%;
			padding: 0.5em;
			margin:10px auto;}
			
		.wpcf7 input[type="submit"] {
			margin:30px 0;
			width:100%!important;
			padding:15px 0;
			border: none;
			box-shadow:none;
			background: #1E3B75;
			transition: 0.3s;
            color: #FFF;}
			
			
		.wpcf7-submit:hover {background:#CCC;}
			
			

			
/* フッター */	
		

#footer_in{
	width:100%;
	background-color:#1E3B75;
	color:#FFF;
	font-size: 12px;
	font-weight:300;
	bottom:0;}
	
#footer{
	width:60%;
	padding:40px 0;
	margin:0 auto;
    text-align: center;}
	

	
#footer:after{display:block;clear:both;content:"";}

	
#contact_btn_btm{
	width: 100%;
	margin: 20px 0;}

.contact{
	width: 100%;
	padding: 7px 0;
	background-color:#FFFFFF;
	color: #D92F26;
	text-align: center;
	border-radius:10px;
	font-size: 17px;}

.contact a{color: #9E9E9E;}
.contact:hover{background-color:#EEE;}




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


	
	
}



/* ナビゲーション */	

	
#smt_navi{display:none;}
	
#navi li{
	margin-bottom:15px;}
	



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

	
#navi{display:none;}	
#sns_lst{display:none;}

#smt_navi{display:block;}
	
#navi li{
	margin-bottom:15px;}

	}
	



/*
***********************************
*スマホ navi
***********************************
*/	
		
.hamburger {
  display : block;
  position: fixed;
  z-index : 30;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #DDDDDD;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 20;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 71,70,73,0.8 );
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}	