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

/*--------------------
Base
---------------------*/


html{
	font-size:68.75%;/*16px×62.5%=10px*/
}
body{

	
 background-color: white;
	color:black;
	font-family: "游明朝";
	font-size: 1.4rem;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.text-center{
	text-align: center;
}
a:hover{
  opacity: 0.8;
  
}
ul{
	list-style: none;
}



/*--------------------
header
---------------------*/
.hr{
	border-top: solid 7px #FF0004  ;
	width: 100%;
    display: block;
	z-index: 18;
    background: white;
	opacity: 0.99;
	
}


.header-inner{
	margin: 0 2%  ;
		 
}
.logo-title{
	width:400px;
	display: flex;
	margin: 4px 0;
	justify-content: flex-start;
    font-size:14px;

}


.logo{
	width: 8%;
	margin-top: 20px;
	
}

/*アクセス・問い合わせ*/

.header-nav1{

	 float:  right;
	width: 300px;
    font-size:18px;
	
}


.header-nav1 .nav-list-first .nav-item-first{
	
    width: 120px;
	float: right;
   text-align: center;
	margin: 10px;
    padding: 2px 2px;

    box-shadow: 0 2px 5px #ccc;
	
  
}
 .nav-list-first .nav-item-first >a{
	display: inline;
      background-color: white;
    font-size: 14px;
	 
}


/* ＰＣメニュー*/

.header-nav-sp{
  display:none;
}



.header-nav .nav-list{
	list-style: none;
	padding: 0;
	
}


ul {
margin:0px;
padding:0px;
}
.gnav {
  display: flex;
  justify-content: flex-end;
  font-size: 18px ;

}

	



.gnav li {
  max-width: 250px;
  width: 100%;
	
  }


.gnav li li {
	  max-width: 250px;
	width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s;
	font-size:18px;	
     border-right: none;
	

	
}

.gnav li:hover > ul > li {
    height: 3rem;
  
    overflow: visible;


	
}

.gnav li:hover > ul > li >a{
    line-height: 3rem;
  	color: #000000;
   text-decoration: none;
		
}
a:link {
text-decoration: none;
color: #000000;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
}
.navigation  ul > li >a:hover{
	border-bottom: dashed 2px  #FF0004	;}
.nav-item-2{
background: white;
}




/*------------------
	 * main
	 ------------------*/

.section-title{
		font-size: 30px;
		width:80%;
   	margin:50px auto 20px;
	 padding: 30px  0 5px 0;
	
	border-bottom: dotted 2px #FF0105;
	
}

.news-inner{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	
	
	
}

.news-picL {
	width: 40%;
}
.news-picL img{
margin: 20% auto;
width: 100%;
}


.news-about{
width: 50%;	
font-size: 18px;
	line-height: 150%;
	letter-spacing: 1px;
font-family: "游ゴシック";


}
.section1{
	/*border:  solid 2px #607D8B;*/
	margin-top: 40px;
	margin-bottom: 40px;
}
.section1 + .section2{
	margin-top: 0;
	margin-bottom: 40px;
    position: relative;
    top:-15px;
}

.news-topic{
	padding: 20px 10px;
	

}
.about-ms{
	margin-top: 20px;
	padding: 20px 10px;
		line-height: 150%;
}

table{
	width:100%;

   margin: 20px auto 80px;
	font-size: 16px;
	border-collapse: collapse;
	
		
	}


td,th{
	padding: 2px 20px;
	border:1px solid #b7b7b7;
	
	
}
tbody tr:nth-child(2n){
	background-color:#d5c2ae; 
}

.contact{
	margin: 20px 10px ;
	padding: 20px 40px;
	font-size: 18px;
	background-color: rgba(230,226,223,1.00);
	
}
.sub-title-0{
	width:90%;
	border-bottom: solid 4px #607D8B;
	 padding-left: 10px; 
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}	
	
.sub-title{
	width:50%;
	border-bottom: solid 4px #607D8B;
	 padding-left: 10px;
		margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
	
.sub-title-2{
	width:40%;
	border-bottom: solid 4px #ba9c7b;
    padding-left: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
	
.section1{
	/*border:  solid 2px #607D8B;*/
}








/*------------------
	 * footer
	 ------------------*/
	.footer{
		background-color:  #800000;
		position: relative;
		padding: 80px 0;

		
		
	}
	.footer .footer-logo img{
	  width:80%;
      }
    .nav-item-footer>a{
	color: #fff;
	font-size:18px;
	line-height: 5px;
		
}

.nav-list-footer{
	display: flex;
	justify-content: space-around;
	line-height:50px; 
  	position: relative; top: -100px; z-index: 2;
  
}
.logo-background {
  position: relative; top: 250px; z-index: 1;
  
}


	.footer .nav-list-footer{
		margin-bottom: 24px;
	
	}
	.footer .nav-list-footer:last-of-type{
		margin-bottom: 64px;
	}
	.footer .nav-list-footer .nav-item-footer:first-of-type{
		margin-left: 0;
	}
	.address{
		margin-bottom: 80px;
	}
.footer-last{
	color: #fff;
}

.works-list-b-second{
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
	margin-bottom:10%; 
	
}

.works-list-b-second img{
	width: 80%;
    margin: 0 10%;

}


.works-list-item-bunner {
    width: 300px;
    margin: 5% 5%;
}
    


@media screen and (max-width: 1200px){
		/*ハンバーガーメニュー*/
	.header-nav1 {
		display:  none;
	}
	.header-nav{
		display: none;
		
	}
	.header-nav-sp{
		display: block;
	
		
	}

	
	.humberger-button img{
			width: 60px;
			height: 60px;
			position: fixed;
			top: 10px;
			right:10px;
		    z-index: 120;
		
	}
	
	
	

#humberger div:nth-of-type(1) {
  top: 0;
}
#humberger div:nth-of-type(2) {
  top: 0px;
}
#humberger div:nth-of-type(3) {
  bottom: 0;
}
	
	
  #gnav-input:checked ~ #gnav-content {
    top: 0px;
	  
  }
  #gnav-content {
	background-color:white;
	 opacity: 0.99;
    position: fixed;
    top: 200%;
    left: 0;
    z-index: 50;
    transition: 0.3s;
    width: 80%;
	  margin-left: 20%;
	  height:900px;
  }
  .humb-menu__title {
    padding: 1.5rem;
  }

  .humb-menu label {

    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
	 
}

 .humb-menu input  {
    display: none;
  }
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
  }
.humb-menu .accshow p {
    padding: 15px 0 15px 0;
}
  .humb-menu .cssacc:checked + .accshow {
    height: auto;
  }
	.news-inner{
	width: 90%;	
	}
	
	.section-title{
		font-size: 25px;
	}	
	
	.news-picL {
    width: 90%;
    margin: 0 auto;
}
	
.news-picL img {
	margin: 10% auto;
	}
	
	

.news-about {
	width: 90%;
	}
	.section1{
		margin-top: 0;
	}
	
	
	
	
	
	
/*ヘッダー*/
	.logo{
	width: 10%;
	}
	.gnav{
		position: relative;
		top:20px;
	}
	.title{
	 margin-top: 100px;
	 font-size: 30px;	
		
	}
 
    
.header-nav1 .nav-list-first .nav-item-first{
	float: right;
	margin: 5px  5px 0px ;
	text-align: center;
	font-size: 16px;


	
}
}
		
	


@media screen and (max-width: 789px){
	.hr{
		height: 80px;
	}



	
.news-inner{
	width: 100%;	
	}	
	
	.section-title{
		width: 90%;
		margin: 0 auto;
		font-size: 20px;
		
	}	
	

	.news-about{
		font-size: 16px;
			line-height: 140%;
	}
	.news-topic{
		font-size: 16px;
			line-height: 140%;
	}
	.contact{
		font-size: 16px;
			line-height: 140%;
	}
	.about-ms{
		font-size: 16px;
		line-height: 160%;
		    width: 95%;
    margin: 0 auto;
}
	
	.sub-title-2{
	width: 100%;
	margin: 10px auto;
    text-align: center;
	padding: 5px 0;
	font-size: 18px;
	}
	.sub-title{
	    width: 100%;
		margin:  10px auto;
    text-align: center;
		padding: 5px 0;
			font-size: 18px;
	}
	.sub-title-0{
	    width: 100%;
		margin:  10px auto;
    text-align: center;
		padding: 5px 0;
		font-size: 18px;
	}
	
.news-pic img {
   
    box-shadow: none;
}
.section1 {
   
    box-shadow:none;
}
	
	
	
	
	
	/*フッター*/
	.footer-logo{
		position: relative;
		top: 250px;
	}
	.nav-list-footer{
	display: block;
		
	}
	    .nav-item-footer>a{
	color: #fff;
	font-size:16px;
				
}



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



.section-title-2{
	font-size:16px;
	text-align: center;
	}

.gnav {

font-size: 18px ;
}
	

	
	/*フッター*/
	.footer-logo{
		position: relative;
		top: 300px;
	}
	.nav-list-footer{
	display: block;
		
	}
	    .nav-item-footer>a{
	color: #fff;
	font-size:16px;
    padding-left: 20px;
				
}
	.works-list-item-bunner img{
		width: 80%;
		margin: 0 10%;
	}
	

	
	.nav-list-a{
		margin-top: 40px;
		
		
	}
	

}
	


	

@media screen and (max-width: 420px){
	.logo {
	width:15%;

	}
	.header-nav1{
		width: 75%;
	}
	.navigation-a li{

    width: 150px;
	font-size: 12px;

  }
	.navigation-a li li{
		font-size:12px;
	}
	.navigation-a li li.shirink>a{
		font-size:10px;
	}
	.navigation{
		width:70px;
	}
	
.header-nav1 .nav-list-first .nav-item-first{
	width: 100px;
	font-size: 14px;
	margin:20px 10px 20px 0; 

}	
	
	
	.gnav.navigation-a{
		font-size: 14px;
		position: relative;
		top:10px;
		right:100px;
		
	}
	
	
	.works-list-second{
		width: 96%;
		margin: 0 auto;
	}
	
	
}
	




	

