@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ"
	}

body,
img,
h1,h2,h3,h4,h5,h6,h7,h8{
		margin: 0;
		padding: 0;
		}

a :hover{
	opacity: 0.5;
	}

iframe{
vertical-align:bottom; /****googleMAPの下部などにできる余白を消す*****/
}

#header {
		width: 100%;
		height: 110px;
		background-color: #002B65;
		}

.hd_rogo {
		margin: 25px 0 0 20px;
		padding: 0;
		display: block;
		float: left;
		width: 300px;
		height: auto;
		}
.hd_rogo img {
		width: 300px;
		}

.hd_tel {
		margin: 45px 20px 0 0;
		padding: 0;
		display: block;
		float: right;
		width: 300px;
		text-align: right;
		}
.hd_tel img {
		width: 300px;
		height: auto;
		}
.hd_tel h5 {
		color: white;
		letter-spacing: 2.8pt;
		font-size: 12pt;
		}

.hd_nav {
		display: none!important;
		}





/*****[パソコン]ナブ*****/
.nav_pc {
		clear: right;
		width: 100%;
		height: 60px;
		margin: 0 auto;
		padding: 0 auto;
		background-color: #efbf31;
		display: block !important;
		}  
#header-nav {
		width: 100%;
		margin: 0 auto;
		padding: 0 auto;
		text-align: center;
		}
.pc_nav_ul {
		margin: 0;
		padding: 0;
		}
.pc_nav_ul a {
		color: #00234B;
		}

.nav_pc .pc_nav_ul .pc_nav_li {
		padding-top: 19px;
		width: 150px;
		height: 41px;
		}
.nav_pc .pc_nav_li {
		margin: 0 auto;
		padding: 0 auto;
		list-style: none;
		width: 140px;
		height: auto;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
		}
.nav_pc .pc_nav_li a {
		text-decoration: none;
		color: #00234B;
		}

#nav .pc_nav_ul .pc_nav_li a { 
		font-family: "Trebuchet MS", sans-serif; 
		text-decoration: none;
		color: #00234B; 
		}
.nav_pc .pc_nav_ul .pc_nav_li:hover {
		background-color: #ffffff;
		}






/****** メイン画像 *******/

.main_img-pc {
		display: block!important;
		width: 100%;
		height: auto;
		}
.main_img-sp {
		display: none!important;
		width: 100%;
		height: auto;
		}

/****** グラデーション ******/
img.grade { 
		margin-bottom: 30px;
		width: 100%;
		height: 40px;
		object-fit: cover;
		}


#content {
	width: 100%;
	height: auto;
	text-align: center;
	}

.title_icon{
	margin-bottom: 30px;
	}

h2 {
	margin-bottom: 20px;
	color: #002b65;
	letter-spacing: 3pt;
	}
h3 {
	letter-spacing: 2pt;
	font-size:12pt;
	}

/*****会社概要・アクセス：背景白******/
.content_white {
	background-color: white;
	height: auto;
	}
/*****会社概要・アクセス：背景グレー******/
.content_gray {
	background-color: #f3f3f3;
	height: auto;
	}

.content_gray {
	padding-bottom: 50px;
	}

.caption_hr{
	border: solid 2px black;
	width: 40px;
	border-radius: 5px;
	margin-bottom: 40px;
	}


/****** フッター *******/

#footer_nav {
	margin: 0 auto;
	width: 90%;
	height: 50px;
	text-align: right;
	position: fixed;
	bottom: 10px; 
	right: 10px;
	padding: 6px 10px;
	}
#footer_nav img {
	width: 50px;
	height: auto;
	}

footer img.footer_rogo {
	width: 200px;
	height: auto;
	}

footer {
	text-align: center;
	width: 100%;
	height: auto;
	background-color: #002b65;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	}
footer a {
	color: white;
	text-decoration: none;
	}
img.footer_rogo {
	width: 400px;
	height: auto;
	}

.footer_text h1 {
	margin: 25px 0 0 0;
	padding: 0;
	line-height: 2pt;
	font-size: 15pt;
	letter-spacing: 1pt;
	}

.footer_text {
	margin: 20px 0 30px 0;
	display: block;
	font-size: 10pt;
	color: white;
	}

.footer_c {
	font-size: 10pt;
	color: white;
	}


/****フッターメニュー**/
  #footer_nav {
  margin: 0 auto;
  width: 90%;
  height: 50px;
  text-align: right;
  position: fixed;
  bottom: 10px; 
  right: 10px;
  padding: 6px 10px;
}


  #footer_nav img {
  width: 50px;
  height: auto;
}

@media (max-width: 1000px) {/* 横幅が740px以下(iPad)の場合 */
		#header {
				width: 100%;
				height: 100px;
				background-color: #002B65;
				}
		.hd_rogo {
				width: 280px;
				margin: 20px 0 0 20px;
				}
		.hd_rogo img {
				width: 260px;
				}

		.hd_tel {
				display: none!important;
				}
		

/*********** pcナブ ***********/
		.nav_pc{
				display: none!important;
				}
	
		
/*********** [SP] TELアイコン ***********/
	

		.header_sp_tel {
				display: block!important;
				width: 50px;
				height: 43px;
				margin-top: 25px;
				margin-right: 60px;
				padding-top: 10px;
				border-radius: 3px;
				background-color: white;
				float: right;
				color:#002B65;
				text-align: center;
				}
	
		.header_sp_tel img {
				width: 30px;
				height: auto;
				}
	
/*********** トグルメニュー ***********/
	
		.hd_nav {
			display: block!important;
			}

		.header-nav-toggle {
				display: block!important;
				}

		.toggle_btn {
				float: right;
				width: 30px;
				height: auto;
				}

		.header__menu-btn {
				width: 50px;
				height: 45px;
				margin-top: 25px;
				margin-right: 20px;
				padding-top: 8px;
				float: right;
				text-align: center;
				line-height: 13px;
				font-size: xx-small;
				font-weight: bold;
				border-radius: 3px;
				display: block !important;
				color: #002B65;
				background-color: white;
				}

		.menub {
				font-size: 26px;
				color: #002B65;
				text-align: center;
				}  

		/*ul*/.header-nav-toggle__menu {
				clear: both;
				list-style: none;
				margin: 0;
				padding-left: 0;
				text-align: left;
				z-index: 1;
				}
	
		span.toggle_mini {
				font-size: 8pt;
				vertical-align: middle; /**文字ベースラインあげる**/
				}
	
		/*li*/li.toggle-menu__head-title {
				width: 95%;
				padding: 13px 0 10px 5%;
				color: #002B65;
				background-color: #EFBF31;
				display: block;
				font-size: 1.4rem;
				font-weight: bold;
				text-decoration: none;
				text-align: left;
				list-style: none;
				letter-spacing: 2px;
				}

		/*li*/.header-nav-toggle__menu li a {
				width: 95%;
				border-top: solid 0.25px #808080;
				color: #002B65;
				background-color: #F5F5F5;
				display: block;
				font-size: 1rem;
				font-weight: bold;
				padding: 10px 0 10px 5%;
				text-decoration: none;
				text-align: left;
				list-style: none;
				letter-spacing: 2px;
				}

		/*li*/.header-nav-toggle__menu li a:hover,
		/*li*/.header-nav-toggle__menu li a:focus {
				opacity: 0.5;
				text-decoration: none;
				}

	
	
	
		/*閉じるボタン*/
		.toggle-menu__head-close {
				border-top: solid 0.25px #808080;
				border-bottom: solid 0.25px #808080;
				color: #002B65;
				background-color: #EFBF31;
				cursor: pointer;
				padding-top: 14px;
				text-align: center;
				font-size: 18px;
				font-weight: bold;
				margin: auto 0;
				vertical-align: middle;
				width: 100%;
				height: 38px;
				}
		li.toggle-menu__head-close i {
				vertical-align: middle;
				}
	
	
/****** メイン画像 *******/
	
	.main_img-pc {
		display: none!important;
		}
	.main_img-sp {
		display: block!important;
		}
	
	
/****** メイン画像 *******/
	img.footer_rogo {
		width: 280px;
		height: auto;
		}
	
	
}


@media (max-width: 600px) {/* 横幅が600px以下の場合 */
		#header {
				width: 100%;
				height: 100px;
				background-color: #002B65;
				}
		.hd_rogo {
				width: 220px;
				margin: 30px 0 0 20px;
				}
		.hd_rogo img {
				width: 200px;
				}

		.hd_tel {
				display: none!important;
				}
	
	
}