/* ===== Webサイト全体のスタイル ===== */
  @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');

@keyframes zoom_in {
  100% {
    transform: scale(1);
  }
}

/* html */
html {
  height: 100%;
}

/* body */
body {
  font-family: sans-serif;
  height: 100%;
  margin: 0;
}

/* h1見出し */
h1 {
  color:#fff0f5 ;/* フォントの色 */
  font-size: 100px;/* フォントの大きさ */
  font-family: 'Zen Maru Gothic', serif;
  text-align: center;/* 文字・画像を中央にそろえる */
  border-radius: 90px;/* 枠線の角丸 */
  padding: 20px;/* 内側の余白 */
  margin: 30px;/* 外側の余白 */
  animation: zoom_in 5s ease-in-out forwards ;
transform: scale(0.4);
filter: drop-shadow(0 0 5px white);
  text-shadow: 0.1px 1.1px 2.1px #663300;


  
}

/* ===== ヘッダーのスタイル ===== */
/* ヘッダーの箱 */
header {
  background-image:url(img/885d17d5-a999-44bd-93fd-f2bed5e96aaf_l.jpg);
  height: 500px;/* 高さ */
  padding-top: 200px;/* 上がわの余白 */
  background-repeat: no-repeat;
}

nav {
background-color: #e6c0c0;
padding-top: 10px;
padding-bottom: 10px;
}

nav ul {
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}


nav li {
display: inline-block;
margin-right: 40px;
}

nav a {
color: #ffffff;
text-decoration: none;
font-family: 'Zen Maru Gothic', serif;
}

nav a:hover {
color: #663300;
}

/* ===== お店紹介のスタイル ===== */
/* セクション */
  .shop {
  background-color: #bc8f8f;
  color: #663300;
  padding: 30px;
  font-family: 'Zen Maru Gothic', serif;
}

/* h2見出し */
.title {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 30px;
  border-left-style: solid;
  border-left-width: 10px;
  padding-left: 15px;
  margin-bottom: 50px;
  color: #663300;
}

/* 段落 */
.shop p {
  font-size: 17px;
  background-color: #fff0f5;
  padding: 20px;
  border-radius: 30px;
  height: 300px;

}

/* 画像 */
.shop img {
  float: right;/* 画像や箱の回り込み */
}


/* ===== パン紹介のスタイル ===== */
/* セクション */
.photo {
  padding: 30px;
  background-color: #e6c0c0;
  color: #000000;
}

.photo div p {
  color:#663300;
}

/* h2見出し */
.photo h2 {
  
  color: #663300;
  border-color: #663300;
  border-left-style: solid;
  border-left-width: 10px;
  font-size: 30px;
  padding-left: 15px;
  margin-bottom: 50px;
}

/* h3見出し */
.photo h3 {
  color: #663300;
}

/* 段落 */
.photo p {
  color: #663300;
  font-family: 'Zen Maru Gothic', serif;
  clear: left;/* 画像や箱の回り込みをやめる */
}

/* 大きな箱 */
.big {
  background-color: #fff0f5;
  width: 500px;/* 横幅 */
  padding: 15px;
  margin: 20px;
  font-family: 'Zen Maru Gothic', serif;
  box-shadow: 10px 10px 20px #000000;/* 影 */
  float: left;
  transform: rotate(-5deg);/* 回転させる */
}

/* 小さな箱 */
.small {
  background-color: #fff0f5;
  width: 240px;
  padding: 15px;
  margin: 20px;
  font-family: 'Zen Maru Gothic', serif;
  box-shadow: 10px 10px 20px #000000;
  float: left;
}

.big p {
  
}
.box p {
  color:#000000;
}


/* 箱 */
.box {
  float: left;
  color: #000000;
}


/* ===== 値段表のスタイル ===== */
/* セクション */
.price {
  padding: 30px;
  background-color:#bc8f8f;
}

/* h2見出し */
.price h2 {
  color: #663300;
  border-color: #663300;
  font-family: 'Zen Maru Gothic', serif;
}

/* 表 */
.price table {
  background-color: #fff0f5;
  border-collapse: collapse;/* 表の隙間（すきま） */
  width: 100%;
  font-family: 'Zen Maru Gothic', serif;
}

/* 表のセル */
.price td {
  border: 1px solid #000000;
  padding: 10px;
}

/* 表の見出しセル */
.price th {
  border: 1px solid #000000;
  padding: 10px;
  background-color: #e6c0c0;
  text-align: left;
}

/* 表の見出しセル（季節） */
.season th {
  background-color: #e6c0c0;
}

.price p {
  color: #000000;
  font-family: 'Zen Maru Gothic', serif;
}

/* ===== アクセス情報のスタイル ===== */
/* セクション */
.access { 
  padding: 30px;
  background-color: #e6c0c0;
  height: 400px;
  color: #663300;
  background-image:url(img/7_1_3223_up_X6BAPZLH.jpg);

  background-repeat: no-repeat;
  background-position: right bottom;
}

/* h3見出し */
.access h3 {
  font-size: 50px;
  font-family: 'Zen Maru Gothic', serif;
  margin-top: 0px;
}

/* リスト */
.access ul {
  list-style-type: none;/* リストのマーカー */
  padding-left: 0px;
  font-family: 'Zen Maru Gothic', serif;
}

/* 箱 */
.access div {
  float: left;
  width: 50%;
}

/* フッター */
footer {
  text-align: center;
  background-color: #bc8f8f;
  color: #ffffff;
  font-family: 'Zen Maru Gothic', serif;
}