@charset "UTF-8";
/* CSS Document */
/* for bg image */
/*h1,h1 a,#sns li a,.btn a,.btn span{
	text-align:left;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	display: block;
	overflow: hidden;
}
*/
/*ul#menu-main li a,#menu-main dt,.btn a,.btn span{ cursor: pointer; }*/
/*select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand { display: none; }*/
/*ここから*/
.header #slider {
  width: 100%;
  height: 70vw;
}
.header {
  display: block;
  margin-bottom: 60px;
}
.header .title {
  display: block;
}
.header .title img {
  width: 35vw;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .sub-title .sub-title-logo h2 {
  width: 10%;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 1.6em;
  margin: 0 auto;
}
#about .top h1 {
  font-size: 2.4rem;
  letter-spacing: 5px;
  text-align: center;
  margin: 60px;
}
#about .top p {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 24px 16px;
}
#about {
  margin-bottom: 100px;
}
#menu {
  display: block;
  margin-bottom: 120px;
}
#menu h1 {
  margin-bottom: 24px;
}
#menu p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 60px;
  line-height: 280%;
}
#menu .linktoblog {
  width: 90%;
  text-align: right;
  margin-right: 80px;
}
#menu .linktoblog .blog-button {
  font-size: 1.4rem;
  border: solid 1px #593329;
  border-radius: 20px;
  padding: 5px 40px ;
}
.photogallery {
  width: 80%;
  display: block;
  columns: 3;
  margin: 0 auto;
}

.photogallery li {
  margin-bottom: 15px;
  list-style: none;
}
.photogallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}
/*========= レイアウトのためのCSS ===============*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #593329;
}
a:hover, a:active {
  text-decoration: none;
}
/*画像を出現させるアニメーションCSS*/
.flipLeft {
  animation-name: flipLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0.5;
}
@keyframes flipLeft {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/*=======================-pc-Baking Time==========================*/
.baking-time {
  display: block;
  background-color: #FFFFFF;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.baking-time-information {
  width: 80%;
 margin: 0 auto;
}
.baking-time .reserve-information {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
  line-height: 4rem;
}

.baking-time h1 {
  margin-bottom: 60px;
  padding-top: 60px;
}

.baking-time__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.baking-time__wrapper img {
  width: 27vw;
  height: 26vw;
  object-fit: cover;
  margin-right: 40px;
}
.table-wrap {
  overflow-x: scroll;
}
.baking-time__wrapper .table-wrap p {
  font-size: 1.2rem;
  text-align: right;
}
.table-wrap table th {
  background-color: #fdf6df;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.table-wrap table td {
  font-size: 14px;
  line-height: 200%;
  vertical-align: top;
  padding: 8px;
}
.table-wrap .table {
  width: 100%;
  background-color: #FFF;
  white-space: nowrap;
}
.table-wrap .table th, .table td {
  border: solid 2px #f8e9b1;
}
.baking-time__information {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2em;
  text-align: center;
  color: #18771a;
  }

.baking-time__information-container p{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.8em;
  color: #38704b;
  
  }
.baking-time__information-description {
   letter-spacing: 0.04em;
  }
  .bakingtime-informations {
  display: flex;
  justify-content: center; 
 }
.reserve-mail__navigation  {
  display: flex;
  justify-content: center;
}
.reserve-mail__navigation a {
  text-align: center;
}
.reserve-mail__navigation p {
  color: #593329;
  font-size: 1.4rem;
  line-height: 2em;
  padding-bottom: 10px;;

}
.reserve-mail__navigation img {
  width: 15vw;
}
/*=======================-pc-instagram==========================*/

#instagram h1 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 20px;
}
#instagram p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}
#instagram .posts {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}
#instagram a:hover .photo img {
  opacity: 0.7;
}

#instagram a img {
  width: 15vw;
  height: 15vw;
  object-fit: cover;
}

#instagram .instagram-access a {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 60px auto;

}
#instagram .instagram-access a img {
  width: 1.8vw;
  height: 1.8vw;
  object-fit: cover;
	margin-right: 10px;
}
/*=========================pc-information================================-=*/
#information .information-cotainer {
  width: 90%;
  box-sizing: border-box;
}
#information h1 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  margin-bottom: 10px;
}
#information table {
  display: table;
  line-height: 0.6rem;
  text-align: left;
  width: calc(100% - 24px);
  margin: 0 auto 40px auto;
  border-top: solid 1px #466B92;
}
#information tr {
  border-bottom: solid 1px #466B92;
}
#information th {
  vertical-align: middle;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 2px;
  padding: 0 20px;
}
#information table td {
  display: block;
  line-height: normal;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
#information .phone {
  font-size: 1.8rem;
}
#information table td p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#information .open-hours .saturday {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: left;
}
#information .hours {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
#information .phone {
  font-size: 1.6rem;
  padding-bottom: 10px;
}
#information td address {
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
#information .gmap iframe {
  width: 100%;
  height: 40vw;
  display: block;
  margin: 0 auto 60px auto;
}
/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 640px) {
  .header #slider {
   width: 100%;
   height: 70vw!important;
  
  }
  .header .title img {
    width: 50%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*===========================sp-about==========================*/
  #about .top h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  #about .top p {
    font-size: 1.4rem;
    text-align: left;
    margin: 24px;
  }
  /*=======================sp-Menu==========================*/
  #menu {
    display: block;
  }

  #menu h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  #menu p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.8rem;
    margin: 24px;
  }
  #menu .linktoblog {
    text-align: right;
    margin-right: 24px;
  }
  #menu .linktoblog .blog-button {
    font-size: 1.4rem;
    font-weight: bold;
    border: solid 1px #593329;
    border-radius: 20px;
    padding: 5px 40px ;
  
  }
  .photogallery {
    width: 80%;
    display: block;
    columns: 2;
    grid-row: 5;
    margin: 0 auto 20px auto;
  }
  /*=======================sp-Baking Time==========================*/
  .baking-time h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-top: 40px;
  }
  .baking-time .reserve-information {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 40px;
    line-height: 2.8rem;
  }
  .baking-time__wrapper {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  .baking-time__wrapper img {
    width: 52vw;
    height: 50vw;
    object-fit: cover;
    display: block;
    margin: 0 auto 20px;
  }
  .table-wrap {
    overflow-x: scroll;
  }
  .baking-time__wrapper .table-wrap p {
    font-size: 1.4rem;
    text-align: right;
  }
  .table-wrap table {
    margin: 0;
  }
  .table-wrap table th {
    background-color: antiquewhite;
    font-size: 14px;
    vertical-align: middle;
    padding: 10px 24px;
  }
  .table-wrap table td {
    font-size: 1.2rem;
    line-height: 200%;
    vertical-align: top;
    padding: 10px 8px;
  }
  .table-wrap .table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .table-wrap .table th, .table td {
    border: solid 2px antiquewhite;
    border-radius: 2px;
  }
  .baking-time__information-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 1.2rem;
    color: #466B92;
  }
  .baking-time .baking-time__information {
    font-size: 1.2rem;
    text-align: left;
    color: #466B92;
    padding: 0 24px;
  }
  .baking-time__information .baking-time__information-description {
    font-size: 1.2rem;
    text-align: left;
    color: #466B92;
    padding: 0 24px;
  }
.baking-time__information-container p {
	font-size: 1.2rem;
    text-align: left;
    line-height: 1.8rem;
    color: #38704b;
		
	}
  .bakingtime-informations {
    display: block;
   }

  .baking-time__information-container .reserve-mail__navigation  {
    margin: 0 auto;
    
  } 
  .reserve-mail__navigation p {
    color: #593329;
    font-size: 1.4rem;
    padding-top: 20px;
  }
  .reserve-mail__navigation img {
    width: 30vw;
  }
  /*===============================sp-instagram====================*/
  #instagram h2 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 0 10px;
    margin: 0 0 10px 0;
  }
  #instagram .posts {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #instagram .posts img {
    width: 40vw;
    height: 40vw;
    padding-block: 3px;
    object-fit: cover;
  }
  #instagram .photo5 {
    display: none;
  }
  #instagram .posts dl {
    flex-basis: 42%;
    width: 100%;
  }
  #instagram .posts dt {
    text-align: left;
    font-size: 10px;
  }
  #instagram .posts dd {
    text-align: left;
    font-size: 12px;
  }
  #instagram .posts a:hover .photo img {
    opacity: 1;
  }
	#instagram .instagram-access a {
    width: 30%;
 display: flex;
 justify-content: center;
	align-items: center;
	margin: 0 auto 60px auto;

}
#instagram .instagram-access a img {
  width: 2.8vw;
  height: 2.77vw;
  object-fit: cover;
	margin-right: 10px;
}
  /*========================sp-shop information=======================*/
  #information h2 {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 10px;
    margin: 0 0 10px 0;
  }
  #information table {
    display: table;
    line-height: 0.6rem;
    text-align: left;
    width: calc(100% - 24px);
    margin: 0 auto 40px auto;
    border-top: solid 1px #466B92;
  }
  #information tr {
    display: flex;
    flex-flow: wrap column;
    border-bottom: solid 1px #466B92;
  }
  #information table th {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 0 0 0;
    letter-spacing: 0.04em;
  }
  #information table td {
    width: 100%;
    display: block;
  }
  #information td p {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 1.6em;
  }
  #information table td p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: 0;
  }
  #information .phone {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #information .hours {
    font-size: 1.4rem;
    margin: 0px;
  }
  #information .gmap a img {
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
  }

}