@charset "utf-8";
/*--Reset--*/
html,body,h1,p,ul,li{
padding: 0;
margin: 0;
line-height: 1.0;
 font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
img{
    vertical-align: bottom;
    border: none;
}
a{
    text-decoration: none;
}
 body{
   background: 	#E6FFE9;
   min-width: 1000px;
 } 
#container{ 
   max-width:1000px;
   margin: 0 auto;
}
 header{
   margin:0 auto;
   background:url(../img/baseimg.jpg)no-repeat center;	 
   height: 60vh;
   background-size: cover;
   position: relative;
}
h1{
   text-shadow:2px 2px 2px #DAA520;
   color:#FFFFF0;
   font-size:80px;
   text-align: center; 
   padding:40px 0 20px 0 ;
   margin-bottom: 60px;
   font-family: "Rounded Mplus 1c";		
}
header p{
   color: #fff;
   font-weight: bold;
   text-shadow: 1px 1px 1px #333;
   letter-spacing: 1px;
   line-height: 1.5; 
}
header p:nth-child(2){
   font-size: 26px;
   margin-top: 10px
  }
.top{
   width:400px;
   position: absolute;
   top:30px;
   right:30px;
   font-size: 22px;
 }
/*-----nav-----*/
ul{
   list-style: none;
   overflow: hidden;
   width:700px;
   margin: 0 auto;
}
li{
   width:140px;
   float: left;
   text-align: center;
   }
li a{
   display: block;
   height:40px;
   line-height: 40px;
   font-size: 20px;
   color:#800000;
   border-radius: 10px;
   transition: 1s;
}
 li a:hover{
   background:#EEE8AA; 
 }


/*----お問い合わせフォーム---*/
 .form iframe{
   frameborder:0;
   marginheight:0;
   marginwidth:0;
   width:900px;
   height:1000px;
}
p{ 
  text-align: center;
  }
  
/*-----外部リンク--------*/
.link{
    overflow: hidden;
    max-width:1000px;
    margin: 0 auto;
    }
section{
    float: left;
 }

.yhstore,.blog{
    width: 400px;
    margin: 50px 10px 50px 50px;
    padding: 10px;
    overflow: hidden;
}
.yhstore img,.blog img{
    float: left;
    border-radius: 50%;
}
.yhstore a,.blog a{
    display: block;
    font-size: 19px;
    width: 260px;
    color: #fff;
    font-weight: bold;
    margin:10px 0 10px 110px;
    padding: 15px 5px;
    line-height: 1.3;
    letter-spacing: 1px;
    transition: 0.8s;
}
.yhstore a:hover,.blog a:hover{
    color: #f00;
    background: #FFF8DC;
}
.yhstore{
    background: #FFD700;
    border: 5px solid #FFA500;
}
.blog{
    background: #4169E1;
    border:5px solid #FFA500;
}

/*----footer----*/ 
footer{
    background:#8FBC8F; 
    text-align: center; 
    color: 	#800000;
    padding: 20px 0 30px;
}
.adre{    
     line-height: 1.5;
     padding: 10px 0;     
}
.adre p{
      padding: 3px 0 ;
}
.adre p:first-child{
    font-size: 24px;
}

.fnav{
    margin-bottom: 10px;
}
.fnav li a{
    color: #000;
 }
 
/*-----トップへ戻るボタン-------*/
#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
} 
#page-top a{
    background: #666;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover{
    background: #999;
}

/*-----メディアクエリ--------*/
@media screen and (max-width:1000px){
header{
	background-size:100%;
	height: auto;
	padding-bottom: 50px;
}
h1{
   font-size:60px;
   margin-bottom: 15px;
   
}

header p:nth-child(2){
   font-size: 18px;
   margin-top: 10px
  }
.top{
   top:20px;
   right:10px;
   font-size: 16px;	
}
.container{
   width: 100%;
}

}
