@charset "utf-8";
/* CSS Document */

*{
   /* outline: solid 1px #E91111;*/
	font-family: 'BIZ UDMincho', serif;
	font-family: 'Athiti', ;
	
}

/*以下ヘッダー*/

header{
    background-image:url("../img/flower_top_image_2.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    height:900px;
    margin-bottom:150px;
}

.nav-box{
    padding-top:10px;
    position:fixed;
    width:100%;
    background:linear-gradient(to bottom, #333, transparent);
    z-index:999;
    
}


.nav{
    margin-left:100px;
}

.nav-logo{
    width:1020px;
    display:flex;
    justify-content:space-between;
    margin:0 auto;

}

.nav-list li{
    display:inline-block;
/*    padding:0 10px;*/
/*    padding-top:25px;*/
    margin-top:24px;
    margin-left:20px;
    transition:background 0.5s;
    font-size:18px;
}

li:hover{
    background-color:#F09B9C;
}

a{
    text-decoration:none;
    color:#fff;
    font-family:sans-serif;
}

#wrapper{
/*    margin-right:100px;*/
}

.nav{
    justify-content:flex-end;
    padding-left:150px;
}

.online{
    padding-top:15px;
    font-size:18px;
}

.style{
    position:relative;
    top:200px;
    left:1100px;
    width:500px;
    padding-bottom:20px;
}

/*<!--オンラインショッピング　コピペ-->*/

/* 014 */
.button014 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding:10px 20px 10px 20px;
    margin-bottom:15px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button014 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 3px solid #f2a0a1;
  transition: 0.2s;
}

.button014 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button014 a:hover::before {
  top: 0;
  left: 0;
}

.button014 a:hover {
  text-decoration: none;
  background-color:#f2a0a1;
    
    
}




/*以上、ヘッダー*/

/*以下、メイン*/

main{
    width:1020px;
    margin:0 auto;
    margin-bottom:200px;
}

h1{
    font-size:26px;
    text-align:center;
    font-weight:normal;
    color:#a09d9d;
    border-bottom:3px solid #f2a0a1;
    padding-bottom:15px;
    margin-bottom:40px;
}

h2{
    font-size:18px;
    margin-bottom:50px;
    font-weight:normal;
    color:#3f3f3f;
    
}

/*.slide-pig{
    width:1000px;
    display:flex;
    justify-content:space-between;
    margin:0 auto;
    padding-bottom:100px;
}
*/

.slider-box{
    width:1020px;
    display:flex;
    justify-content:space-between;
    margin-bottom:150px;
}


.slider{
	width:280px;
	height:190px;
	/*margin:0 auto;*/
	position:relative;
}
.slider ul{
	margin:0;
	padding:0;
	list-style:none;
}
.slider ul li{
	width:280px;
	height:190px;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:20s;
}


.slider ul li:nth-child(1){
	animation-name:slider;
	animation-delay:-3s;
}
.slider ul li:nth-child(2){
	animation-name:slider;
	animation-delay:4s;
	opacity:0;
}
.slider ul li:nth-child(3){
	animation-name:slider;
	animation-delay:8s;
	opacity:0;
}


@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}





.hana{
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}/*画像に影つける*/

.flower{
    width:700px;
    margin:0 auto;
    text-align:center;
    margin-bottom:200px;    
}

.pf{
    color:#3f3f3f;
    line-height:30px;
    margin-bottom:50px;
}

.unison{
	position:relative; 
}

.ashirai img{
	width:200px;
	position:absolute;
	top:150px;
	left:700px;
	z-index:-20;
}

.garden img{
	width:200px;
	position:absolute;
	top:80px;
	right:700px;
	z-index:-20;
}


/*以上、メイン*/

/*以下、フッダー（引用）*/
.footer-box{
    background-color:#7C7C7C;
    background-size:cover;
    padding-top:15px;
}


footer{    
    width:1020px;  
    margin:0 auto;
}

.footer-logo{
    width: 400px;
    float: left;
    margin-bottom:10px;
}

.footer-body{
    /*width:560px;*/
    float:right;
}

.footer-nav{
    margin-left:150px;
}

.footer-list{
    margin-top:15px;
}

.footer-list li{
    display:inline-block;
    padding-top:10px;
    margin-left:15px;
    transition:background 0.5s;
    font-size:18px;
    
}

.footer-section{
    overflow:hidden;
    /*margin-bottom:50px;*/
}

.adress{
    color:#fff;
    line-height:1.5;
}


.pic-list{
    display:inline-block;
    margin:10px;
}


.pic{
    width:1020px;
    margin:0 auto 35px;
}

.sns{
    font-size:30px;
    color:#fff;
    margin-left:25px;
    float:right;
}


.copyright{
    text-align:left;
    padding:5px 0;
    color:#fff;
}
