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

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

body{
	font-family: 'Open Sans','Noto Sans JP',sans-serif;
  font-size: 1.5rem;
  margin: 8px;

}
img{
		max-width: 100%;
		height: auto;
} 
.text-center{
		text-align: center;
}

/*------------------
 header
------------------*/
header {
    height: 100px;
    background-color: #A61C01;
    color: #fff;
    display: flex;
    width: 100%;
}

.logodenwa {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}


h1{
	font-size:3rem;
	line-height:40px;
}

h1 span{
	font-size:4rem;
}

.logo a {
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration:none;
}

.denwa img{
	width:75px ;
}

.denwa a{
	color:#fff;
	font-size:4rem;
    text-decoration:none;
}

.otoiawase{
	background: #A61C01;
	padding:10px 5px 10px;
	position: fixed;
bottom: 45px;
	right: 0;
z-index:10;
}

.otoiawase img{
	width:70px;
	margin-left:6px;
}

.otoiawase p{
	font-size:1.2rem;
	color:#fff;
}

.main{
	max-width:  1000px;
	margin: 0 auto;
}

.waku{
    margin-top: 10px;
	padding: 10px ;
	margin-bottom: 10px;
	border:solid 1px #42210B;
	overflow:hidden;
    width: 98%;
}

.waku img{
	float:left;
	margin-right:30px;
}

.waku h2{
	font-size:3rem;
	font-weight:bold;
	margin: 20px 0;
}

p{
	line-height:1.8;
	font-size:1.6rem;
}

.right{
	text-align: right;
	margin-top:5px;
}

.mailform2 input{
    width: 100%;
}
.mailform textarea{
    width: 100%;
}
.otoiawase2{
	padding: 20px 0 ;
	background-color: #42210B ;
	background-repeat: no-repeat ;
	background-cover: cover ;
	color:#fff;
	text-align: center;
	margin-bottom:10px;
}
.otoiawase2 p{
	color:#fff;
}

.otoiawase2 img{
	margin-left:15px;
    
}

.h5p,
.gaiyou p,
.gaiyou h2{
	width:478px;
  float:left;	
}

.waku2{
	padding: 10px ;
	border:solid 1px #42210B;
	overflow:hidden;
	width:320px;
	margin: 5px 20px 0 0 ;
	float:left;
	box-sizing:border-box;
    height: 420px;
}

.waku2last{
	margin-right:0;
	margin-bottom:10px;
}
footer{
    width: 100%;
   	padding: 15px 0 15px;
	background-color: #A61C01;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
	overflow:hidden;
	clear:both;
	text-align: center;
}
@media screen and (max-width:640px){
.waku img{
		float:none;
		margin:0 auto 10px;
		display:block;
	}
.waku {
    padding: 2%;
    margin-bottom: 10px;
    border: solid 1px #42210B;
    overflow: hidden;
    width: 95%;
}
.waku h2{
    text-align: center;
}
header {
    height: 150px;
}
.logodenwa {  
  flex-direction: column;
	justify-content: center;
}
.denwa-mail{
    margin: 5px auto 0px;
	}	


	
.denwa a{
	font-size:2rem;
}

	.denwa img{
		width:40px;
	}	
	
.h5p,
.gaiyou p,
.gaiyou h2{
	width:100%;	
}
	
iframe{
width:100%;		
	}

	.waku2{
	width:100%;
	margin:0 auto 10px;
	float:none;
	}
	.waku2last{
		width:100%;
	}

footer{
	padding: 15px 0 15px;
	background-color: #A61C01;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
	overflow:hidden;
	clear:both;
	text-align: center;
}
}