@charset "utf-8";
/*--Reset--*/
html,body,h1,h2,h3,p,ul li{
margin: 0;
padding: 0;
line-height: 1.0;
font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
img{
   vertical-align: bottom;
   border:none;
}
ul{
list-style: none;
}
a{
   text-decoration: none;
}

body{
   background:	#E6FFE9;
   min-width: 1000px;	
}
.container{
   max-width: 1000px;
   margin: 0 auto;
 }
p{
    line-height: 1.5;
}
/*---ヘッダー---*/
header{
   background: url(../img/baseimg.jpg)no-repeat top center;
   height: 60vh;
   background-size: cover;
   position: relative;
   
}
h1{
   text-align: center; 
   text-shadow:2px 2px 2px #DAA520;
   color:#FFFFF0;
   font-size:80px;
   margin-bottom: 60px;
   padding:40px 0 20px 0;
   font-family: "Rounded Mplus 1c";		
   
}
header p{
   color: #fff;
   font-size: 26px;
   font-weight: bold;
   text-align: center;	
   letter-spacing: 1px;
   width: 580px;
   margin:0 auto;
   text-shadow: 1px 1px 1px #333;
}
header .top{
    width: 400px;
    position: absolute;
    top:30px;
    right: 30px;
    font-size: 22px;
}
header p:nth-child(4){
   position: absolute;
   bottom: 20px;
   left:50px;
   font-size: 18px;
 }

/*-----nav-----*/
nav{
   margin-bottom: 50px;
}
ul{
   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;
   font-weight: bold;
   color:#008000;
   border-left:1px solid #008000;
   transition: 1s;
 }
li:last-child a{
   border-right:1px solid #008000; 
}
li a:hover{
   background:#EEE8AA; 
}

/*----これまでの作品紹介-----*/
.content{
   margin: 40px;   
}
h2{
    color: #fff;
    background:	#CD5C5C; 
    margin: 40px auto;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: center;
    line-height: 1.5;
 
 }
h3{
    font-size:24px;
    margin-bottom: 5px;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.5;
}

.cust{
    overflow: hidden;
    width:1000px;
    margin-bottom: 20px;
    padding-left: 10px
}
.sakuhin{
    width:320px;
    height: 380px;
    float: left;
    
}

.content img{
    padding: 5px;
    background: #fff;
    margin: 10px;
    box-shadow: 0 0 0 2px #bbb;
}
.sakuhin p{
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}

/*-----お問合せ-----*/
.info{
    width:500px;
    margin: 50px auto;
    
 }
.info span{
    color:#f00;
    font-size: 26px;
}
.info a{
    display: block;
    font-size: 20px;
    color: #333;
    font-weight:bold; 
    background: #ffdbc9;
    border-radius: 20px;
    padding: 30px 0;
    text-align: center;
}
.info a:hover{
    background: #F0E68C;
}

/*-----外部リンク--------*/
.link{
    overflow: hidden;
}
section{
    float: left;
 }

.yhstore,.blog{
    width: 400px;
    margin: 50px 20px 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;
}
.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{
    overflow: hidden;
    background:#8FBC8F; 
    text-align: center; 
    color: 	#800000;
    padding: 20px 0 30px;
}
.adre{    
     line-height: 1.5;
     padding: 10px 0;     
}
.adre p:first-child{
    font-size: 24px;
 }
.fnav{
   margin-bottom: 10px;
}
.fnav li a{
    color: #000;
    font-weight: normal;
    border-left:none;
    border-radius: 10px;
}
.fnav li:last-child a{
    border-right: none;
}
.fnav li a:hover{
    background:#EEE8AA ; 
}
/*-----トップへ戻るボタン-------*/
#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: 90px;
}
h1{
   font-size:60px;
   margin-bottom: 15px;
   
}

header p{
   font-size: 18px;
   margin-top: 10px;
   line-height: 1.3;
   text-align: center;
  }
header .top{
    top:20px;
    right: -20px;
    font-size: 16px;
}
header p:nth-child(4){
    left:-150px;
 }	
.container{
   width: 100%;
}

}

