@charset "utf-8"; 

img{
  max-width: 100%;
  height: auto;
}

body{
  font-family: 'Times New Roman', Times, serif;
  background-color: rgb(253, 248, 243);
}

p{
  font-size: 0.9rem;
  
}

.header{
  position: fixed;
  top: 30px;
  text-align: center;
  width: 100%;
  z-index: 99; 
  opacity: 0.8;

}

.fix{
  
  max-width: 760px;
  margin: 0 auto;
  background-color: rgb(252, 241, 229);
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.377);

}
.fix ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fix ul li  {
  box-sizing: border-box;
  height: 60px;
  padding-top:  22px ;
  align-items: center;
  font-size: 0.8rem;
  /* padding: 20px 10px 0; */
}
.fix ul li:first-child  {
  padding: 0;
  padding-left: 5px;
}
.fix ul li:last-child  {
  padding-right: 20px;
}
.fix ul li a {
  color: #000;
  text-decoration: none;
  align-items: center;
}
.fix ul li a img{
  width: 15px;
  height: 15px;
}
.fix .icon img{
  width: 58px;
  height: 58px;
}

.mainvisual{
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  /* position:relative; */
}
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;
}
/*　背景画像設定　*/


.slider-item01 {
    background:url(../img/out1.jpg);
}

.slider-item02 {
    background:url(../img/coffee1.jpg);
    
}

.slider-item03 {
    background:url(../img/cake1.jpg);
    
}
.slider-item04 {
    background:url(../img/sand1.jpg);
    
}
.slider-item05 {
    background:url(../img/tea1.jpg);
    
}
.slider-item06 {
    background:url(../img/pasta1.jpg);
    
}
.slider-item07 {
    background:url(../img/in1.jpg);
    
}

.slider-item {
    width: 100%;
    height: 85vh;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;
}

.slick-dots, .slick-prev, 
.slick-next, .slick-dots li {
	display: none;
}


/* about us */

#about{
  max-width: 800px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  padding: 0 20px;
}

#about h2{
  font-size: 1.5rem;
  margin-bottom: 50px;
  border-bottom: 1px double black;
}

.concept{
  margin-bottom: 40px;
}

#about h3{
  font-size: 1.2rem;
  margin-bottom: 5px;
}

/* ページトップ */
/*リンクの形状*/
/* #page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#942D2F;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
} */
#page-top a img{
	
	width: 60px;
	height: 60px;
  transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 30px;
	bottom:90px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/* menu */
#menu{
  max-width: 800px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  padding: 0 20px;

}
#menu h2{
  font-size: 1.8rem;
  margin-bottom: 50px;
  border-bottom: 1px double black;
}

.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-food{
  padding-right: 20px ;
}
.flex h3{
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.flex h4{
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.flex p{
  margin-bottom: 30px;
}

.add{
  border: 1px dotted black;
  margin-bottom: 10px;
}
.add p{

  margin-bottom: 0px;
}


/* gallery */
#gallery{
  max-width: 800px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  padding: 0 20px;
}
#gallery h2{
  font-size: 1.8rem;
  margin-bottom: 50px;
  border-bottom: 1px double black;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider1 {
  position:relative;
z-index: 1;
/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slider-top,
.slider-bottom {
  height: 50vh;/*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/
}

/*　背景画像設定　*/

.slider-item08 {
  background:url(../img/cake4.jpg);
}

.slider-item09 {
  background:url(../img/coffee3.jpg);
}

.slider-item010 {
  background:url(../img/pasta2.jpg);
}

.slider-item011 {
  background:url(../img/teareef.jpg);
}

.slider-item012 {
  background:url(../img/milktea2.jpg);
}

.slider-item013 {
  background:url(../img/cake6.jpg);
}
.slider-item014 {
  background:url(../img/pasta4.jpg);
}
.slider-item015 {
  background:url(../img/sand1.jpg);
}
.slider-item016 {
  background:url(../img/tea2.jpg);
}
.slider-item017 {
  background:url(../img/coffee4.jpg);
}

.slider-item1 {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height:50vh;/*各スライダーの縦幅を画面の高さの半分（50vh）にする*/
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/* access */
#access{
  max-width: 800px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  padding: 0 20px;
}
.map{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.map iframe{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#access h2{

font-size: 1.8rem;
margin-bottom: 50px;
border-bottom: 1px double black;
}
.adress{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adress dl{
  padding: 0 10px;
}
.adress dd{
  font-size: 1.1rem;
}
.adress dt{
  padding-bottom: 20px;
  color: #000;
}

dt i{
  padding: 0 10px;
  font-size: 1.2rem;
  color: #000;
}
dt a{
  text-decoration: none;
  color: #000;

}







/* footer */

#footer{
  text-align: center;
  font-size: .5rem;
  align-items: center;
  /* padding-top: 20px; */
  height: 40px;
  background-color: rgb(121, 91, 61);
  /* padding-bottom: 20px; */
  vertical-align: middle;
}
.fix2{
  
  max-width: 760px;
  margin: 0 auto 20px;
  /* background-color: rgb(252, 241, 229); */
  background-color: rgb(121, 91, 61);
  /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.377); */
  display: none;
}
.fix2 ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fix2 ul li  {
  box-sizing: border-box;
  height: 60px;
  padding-top:  22px ;
  align-items: center;
  font-size: 0.8rem;
  /* padding: 20px 10px 0; */
}
.fix2 ul li:first-child  {
  padding: 0;
  padding-left: 5px;
}
.fix2 ul li:last-child  {
  padding-right: 20px;
}
.fix2 ul li a {
  color:#f8f1df;
  text-decoration: none;
  align-items: center;
}
.fix2 ul li a img{
  width: 15px;
  height: 15px;
}
.fix2 .icon img{
  padding-top: 2px;
  width: 55px;
  height: 55px;
}
#footer p{
  box-sizing: border-box;
  color:#f8f1df;
  padding-top: 10px;
  font-size: .5rem;
}



@media (max-width: 600px) {
  .header{
    position: static;
    top: 0;
    margin: 0 auto 10px;
  }
  /* .fix ul li a img:first-child{
    display: none;
  } */
  /* .fix ul li:first-child  {
    padding: 0;
    padding-left: 5px;
    display: inline;
  }
  .fix img:first-child{
    display: inline;
  } */
  .fix ul li:nth-child(2) img {
    display: none;
  }
  .fix ul li:nth-child(3) img {
    display: none;
  }
  .fix ul li:nth-child(4) img {
    display: none;
  }
  .fix ul li:nth-child(5) img {
    display: none;
  }
  .fix ul li:nth-child(6) img {
    display: none;
  }

  #menu{
    text-align: left;
  }
  .flex{
    display: block;
  }
  .flex-food{
    padding-right: 0 ;
  }

  .adress{
    display: block;
    padding: 0;
  }

  .fix2{
    display: block;
    margin: 0;
  }
  #footer p{
    box-sizing: border-box;
    color:#f8f1df;
    padding-top: 10px;
    font-size: .5rem;
    background-color: rgb(121, 91, 61);
  }

}