﻿@charset "utf-8";


/* @group reset */
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	max-width: 100%;
}
html,body {height: 100%;font-size:100%;line-height:1.5;}
ul,ol{ list-style:none;}
li{ list-style:none;}
img{ vertical-align:top; padding: 0; margin: 0;line-height: 0;border: none;max-width: 100%;}
table { width:100%;border-collapse: collapse; border-spacing: 0;}

/* @link */
a {text-decoration: none;}
a:link {color: #000;}
/* a:hover,a:active{text-decoration:none;color:#f90;} */
a:visited{text-decoration: none;color:#000;}

a img{border: none;}
a:hover img {opacity: .7;}


/* @css base block */
.pc-dnon{ display:none;}
.pc-dnon2{ display:block;}

.oh{overflow: hidden;}

.wid100{width: 100%;}
.wid80{width: 80%;}
.wid50{width: 50%;}
.wid45{width: 45%;}
.wid30{width: 30%;}
.wid25{width: 25%;}
.wid20{width: 20%;}

.f-min{font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}
.f-ro{font-family:"Roboto Slab" , "Garamond" , "Times New Roman"  ,serif;}

.cen{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}

.bold{font-weight: bold;}

.txt80 { font-size: 80% !important; }
.txt90 { font-size: 90% !important; }
.txt100 { font-size: 100% !important; }
.txt110 { font-size: 110% !important; }
.txt120 { font-size: 120% !important; }
.txt140 { font-size: 140% !important; }
.txt180 { font-size: 180% !important; }
.txt200 { font-size: 200% !important; }

.txtblk{color:#1a1a1a !important; }
.txtblue{color: #31b5d5 !important}
.txtblue2{color: #009DEB !important}
.txtPink{color: #f08437 !important;}
.txtWhite{color: #fff !important;}
.txtorenge{color: #f08437 !important;}

.p10a{padding: 10px;}
.p20a{padding: 20px;}
.p10w{padding: 0 10%;}
.p10h{padding:10px 0;}
.p20h{padding:20px 0;}
.p50h{padding: 50px 0;}

.m5h{margin: 5px 0;}
.m10h{margin: 10px 0;}
.m20h{margin: 20px 0;}
.m5b{margin-bottom: 5px;}
.m10b{margin-bottom: 10px;}
.m20b{margin-bottom: 20px;}
.m30b{margin-bottom: 30px;}
.m40b{margin-bottom: 40px;}
.m50b{margin-bottom: 50px;}

.h-left{
	display: flex;
	margin: 5px;
	padding: 0px 10px 20px 90px;
}
.logo-header{
	width: 60px;
    height: 60px;
	padding: 10px 0px 0px 0px;
}

 .h-left .syamei h1{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	padding: 10px 0px 0px 10px;
	position: relative; bottom: -2px;
	letter-spacing: 5px;
 }

 .h-left .syamei h5{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	padding: 0px 0px 0px 13px;
	position: relative;bottom:  2px;
	letter-spacing: 5px;
 }

.h-right .menu{
	color: #000;
	font-weight: bold;
	font-size: \5px;
	font-family: sans-serif;
	letter-spacing: 5px;
	display: flex;
	padding: 30px 50px 0px 0px;
	justify-content: flex-end;
	font-size: 18px;
	color: #000;
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
}

.menu li{
	padding: 8px 25px;
}


.menu a {text-decoration: none;}
.menu a:link {color: #000;}
.menu a:hover{text-decoration:none;color:#787878;}
.menu a:active{text-decoration:none;color:#787878;}

.maintext{
width: 80%;
margin: 0% auto;
padding: 0px 0px 0px 200px;
line-height: 70px;
}

.maintext h2{
	font-size: 40px;
	letter-spacing: 5px;
}

.maintext p{
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	padding: 0px 20px 0px 0px;
}

.companytext{
	width: 80%;
	margin: 0% auto;
	padding: 0px 0px 0px 120px;
}

.companytext p{
	font-size: 20px;
	letter-spacing: 5px;
}

.f1{
	width: 100%;
}

.footermenu{
	display: flex;
	justify-content: space-around;
	width: 35%;
	margin: 20px auto;
}

.gbox{
	display: flex;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
		transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
		transform: translateY(0);
	  }
	}

	.fadeUp{
		animation-name:fadeUpAnime;
		animation-duration:0.5s;
		animation-fill-mode:forwards;
	}

.gbox li{
	font-size: 16px;
	width: 600px;
	padding: 10px;
	letter-spacing: 5px;
	opacity:0;
}

.gbox img{
	width: 600px;
	height: 150px;
	padding: 0px 20px;
	position: relative;bottom: 50px;
}

body { 
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 13px;
	background-image: url(../img/back.jpg);
}


header{width:100%;
display: flex;
justify-content: space-between;
padding: 30px 0 0 0;
margin: 0;
background-color: #fff;
}

#slide{width: 100%;
}

#slide img{width: 100%;
	height: 700px;
	object-fit: cover;
}
.slider{
	max-width: none;
}

#main{
	width: 100%;
	/* background:#fff; */
	margin : 50px 0px 100px 0px ;
	display: flex;
	justify-content: center;
}

#main .maintext h2{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	font-weight: bolder;
	font-size: 40px;
	letter-spacing: 10px;
	line-height: 55px;
	padding: 50px 0px 10px 0px;
}


#main .maintext p{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 30px 50px 0px;
	letter-spacing: 2px;
}

#box2 { 
	padding:120px 320px 0px 50px;
}

#box2 .sub-left{ 
	padding: 0px 0px 20px 0px;
}


#service{
	/* padding: 50px 350px 0px 70px; */
	text-align: center;
	margin: 150px 0px;
	padding: 150px 0;
    background-color:#f5f5f5;}


#service .box3 .maintext h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 150px 0px 0px;
}



#service .box3 .maintext h2{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	color: #000;
	letter-spacing: 5px;
	font-size: 30px;
	font-weight: bold;
	padding: 0px 150px 0px 0px;
	position: relative;bottom: 35px;
}

#service .box3 .maintext p{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	color: #000;
	width: 100%;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: normal;
	padding: 30px 130px 0px 0px;
	position: relative;bottom: 10px;
}

#service .box3 .maintextgbox{
	margin: 0px 250px;
	padding: 10px 0px 0px 0px;
}

#service .box3 .maintextgbox .gbox div{
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto 10px;
	width: calc(100% - 20px * 2);
}

#service .box3 .maintextgbox .gbox img{
	height: 150px;
	width: 500px;
	position: static;
	padding: 0;
}

#service .box3 .maintextgbox .gbox li{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#box{
	display: flex;
	width: 980px;
	margin: 50px auto;
}

#box3{
	margin: auto;
}

#box3 .maintext{
	padding: 0px 0px 0px  170px;
}


#company{
	text-align: center;
	padding: 60px 0px 5px 0px;
}


#company .maintext h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: normal;
	padding: 20px 150px 0px 0px;
}

#company .maintext h2{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	color: #000;
	letter-spacing: 5px;
	font-size: 30px;
	font-weight: bold;
	padding: 0px 150px 0px 0px;
	position: relative;bottom: 35px;
}

#company2 .companytext{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	color: #000;
	/* letter-spacing: 5px; */
	font-size: 16px;
	font-weight: normal;
	padding: 30px 100px;
	position: relative;bottom: 20px;
}


#company2 dt{
	padding: 30px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	/* letter-spacing: 5px; */
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	width: 120px ;
		}

#company2 dd{
	padding: 30px 0px 0px 50px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	float: left ;
	margin-left: 1em ;
}

#map{
    position: relative;top: 80px;
}
		
#listbox{
	padding: 30px 0;
}

#contact{
	text-align: center;
	padding: 100px 0px;
	margin: 150px 0px;
	background-color: #f5f5f5;
}

#contact h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 150px 0px 150px;
}

#contact h2{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	color: #000;
	letter-spacing: 5px;
	font-size: 30px;
	font-weight: bold;
	padding: 0px 150px 0px 150px;
}

#contact h3 h2{
	padding: 0px 150px;
}

			
footer{
	/* width: 100%;
	height: 50px; */
	/* background: #fff; */
	text-align: center;
	position: relative;bottom: 200px;
	padding: 100px 0px;
}

.footlogo img{
	width: 100px;
}
		
.footlogo h3{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	letter-spacing: 3px;
	font-size: 120%;
}
			
.footlogo h3 span{
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	font-size: 60%;
	font-weight: bold;
	position: relative;bottom: 8px;
}


			
/* for table */
#form-tbl {
	margin-left: 1.5em;
}

#form {
	width: 600px;
	border-collapse: collapse;
	margin: 40px auto;
}



#form dt {
	/* border: 1px solid #666; */
	padding: 8px;
}

#form dt  input{
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #aaa;
	margin: 0 0 10px 0;
}

#form dd  textarea{
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #aaa;
	margin: 0 0 10px 0;
	min-height: 350px;
	width: 98%;
}

#form dt h3 {
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	float: left;
    line-height: 1.5em;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	font-weight: bolder;
	letter-spacing: 1px;
}

#form dd h3 {
	font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
	float: left;
    line-height: 1.5em;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	font-weight: bolder;
	letter-spacing: 1px;
}


p.btn input {
	width: 400px;
	height: 50px;
}


.hamburger-menu{
	display: none;
}



#menu-btn-check {
    display: none;
}

.menu-content {
    display: none;
}

.br-sp {
	display: none;
}



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

	header{
		display: flex;
		flex-direction: column;
        justify-content:center;
		width:100%;
		padding: 30px 0 0 0;
		margin: 0;
		}


		.h-left{
			display: flex;
			margin: 5px;
			padding: 0px 10px 20px 0px;
		}
		.logo-header{
			width: 60px;
			height: 60px;
			padding: 10px 0px 0px 0px;
			margin: 0 auto;
		}

		
		.h-right .menu{
			color: #000;
			font-weight: bold;
			font-size: \5px;
			font-family: sans-serif;
			letter-spacing: 5px;
			display: flex;
			padding: 30px 0px 0px 0px;
			font-size: 18px;
			color: #000;
			margin: 0 auto;
			width: 600px;
		}

		


/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
	スマホ版のcss
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
	.hamburger-menu{
	display: block;
	}


	#container{
		flex-direction: column;
		column-gap: 2em;
		padding: 0 1em;
	}
	main,aside{
		width: 100%;
	}
	
	
	/*menu*/
	.menu-box label{
		display: block;
		cursor: pointer;
	}
	.menu-box{
		width: 100%;
		text-align: center;
		padding: 5px;
		border-bottom: none;
	}
	#menu{
		display:flex;
		max-height: 0;
		max-width: 100%;
		flex-direction: column;
		transition: all 0.5s;
	}
	#menucheck:checked ~ #menu{
		max-height: 500px;
	}
	#menu li{
		width: 100%;
	}


	.h-left{
		display: flex;
		margin: 1% 0% 1% 5%;
	}


	.logo-header{
		width: 40px;
		height: 40px;
		margin: 5% 30% 5% 10%;
	}
	
	.h-left .syamei h1{
		font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
		font-size: large;
		letter-spacing: 2px;
		margin: 3% 0% 0% 0%;
	 }
	
	
	
	#slide img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	#main{
		width: 100%;
		/* backgroun:#fff; */
		margin : 5% 0 ;
		display:flex;
		flex-direction: column;
	}
	
	#main .maintext h2{
		font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
		font-weight: bolder;
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 55px;
		padding: 10px 0;
		margin: 1em 3px 0.5em;
	}
	
	
	#main .maintext p{
		font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
		font-weight: bold;
		font-size: 18px;
		padding: 0px 5px 50px 0px;
		letter-spacing: 2px;
	}

	.maintext{
		width: 95%;
		margin: 0% auto;
		padding: 0% 5%;
		line-height: 70px;
		}
		
		.maintext h2{
			font-size: 90%;
			letter-spacing: 2px;
		}
		
		.maintext p{
			font-size: 22px;
			font-weight: bold;
			line-height: 40px;
			padding: 0px 20px 0px 0px;
		}

		#box2{
			padding: 20px;
		}

		#box2 a{
			margin: 0 auto;
			display: block;
			width: fit-content;
		}

		#service{
			margin: 40px 0;
			padding: 40px 0;
		}

		#service .box3 .maintext h2,
		#service .box3 .maintext h3,
		#company .maintext h3,
		#company .maintext h2,
		#contact h2,
		#contact h3{
            padding: 0;
			text-align: center;
			width: 100%;
			position: static;
			line-height: 1.6;
		}

		#service .box3 .maintext p,
		#company2 .companytext{
			padding: 0;
			text-align: left;
			letter-spacing: 2px;
			font-size: 18px;
			line-height: 1.6;
		}
		
		.companytext p{
			letter-spacing: 2px;
		}

		#service .box3 .maintextgbox{
			margin: 0;
		}

		.gbox{
			flex-direction: column;
		}

		.gbox li{
			margin-bottom: 1.5em;
		}


		#service .box3 .maintext h2,
		#company .maintext h2,
		#contact h2{
			margin: 0 0 1em 0;
		}
		
		#company,
		#contact{
			padding-top: 30px;
		}

		#listbox dt{
			float: none;
			font-weight: bold;
		}
		#listbox dd{
			float: none;
			padding: 0;
			margin-left: 0;
		}

		#form dt h3,
		#form dd h3{
			text-align: left;
			/* padding-left: 1em; */
		}

		#form dt,
		#form dd{
			padding: 8px;
		}

		#form dd textarea{
			width: 100%;
		}


		.br-sp {
			display:block;
		}
  
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* 投稿フォーム */
	#form-tbl { margin: 0 auto; text-align: center; }
	#form { width: 96%; margin: 10px auto; }
    #form th, #form td {
    	text-align: left;
		width: 100%;
        display: block;
        padding: 6px 3px;
        border-top: none;
    }
    #form tr:first-child th	{ border-top: 1px solid #666; }
    p.btn input { width: 10em; }
    
	/* 小見出し */
	h2 { margin: 1em 3px; width: 90%; }
	
	/* サンクス */
	p.msg { margin: 1em auto; }



	/* ハンバーガーメニューここから */

	.menu-btn {
		position: fixed;
		top: 4px;
		right: 30px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		/* background-color: #fff; */
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #000;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}

	

	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}


	.menu-content ul {
		padding: 70px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color:#000;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}

	.menu-content {
		display: block;
		width: 100%;
		height: 250px;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: #f5f5f5;
		transition: all 0.5s;/*アニメーション設定*/
		opacity: 0.8;
	}

	#menu-btn-check:checked ~ .menu-content {
		left: 0;/*メニューを画面内へ*/
	}


	/* ハンバーガーメニューここまで */



	.h-left .syamei h5{
		display: none;
	 }



	.h-right{
		display: none;
	}

	header{
		display: flex;
		flex-direction: column;
		justify-content:center;
		width:100%;
		padding: 0px 0 0 0;
		margin: 0;
		}


			

			
		
}