*{
  padding: 0;
  margin: 0;
}

/* ===== Webサイト全体のスタイル ===== */
/* Webサイト全体 */
@keyframes zoom_in {
  100% {
    transform: scale(1);
  }
}


header{
    background-image: url(torii.jpg);
    height: 90vh;
    background-size: cover;
    display: flex;
    align-items: center;
}

nav {
    background-color: #870c11;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    display: block;
}

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

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

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

li {
    text-align: -webkit-match-parent;
}

.wako {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#d7003a 0%, #b7282e 100%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
}
.pri {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#d7003a 0%, #b7282e 100%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
}
.minko {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#d7003a 0%, #b7282e 100%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
}


body {
  font-family: 'Zen Antique Soft', serif;
  background: #FFDBC9	;	
}

h1{
  color: white;
  font-size:60px;
  width:100%;
  text-align: center;
  border-radius: 90px;
  animation: zoom_in 2s ease-in-out forwards ;
  transform: scale(0.4);
}
section{
  padding:30px;
}

div.sha{
  display:flex;
  justify-content: space-between;
}

img{
  border-radius: 20px;
}

/* ===== 記事の一覧ページのスタイル ===== */
/* タイトルの見出し */

.flexbox{
  display: flex;
  flex-wrap: wrap;
}
/* 記事の箱 */
article {
  background: white;
  color: gray;
  width: 300px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  margin-right:20px;
}

/* 記事の見出し */
h2 {
  margin-top:20px;
  font-size: 40px;
  margin-bottom:20px;
  color:#C73E3A;
}

h2.wanokokoro{
  font-family: 'Zen Antique Soft', serif;
  font-size:35px;
  color:#C73E3A;
}

p.wanokokoro1{
  padding-bottom:10px;
  font-size:17px;
}

/* 記事の画像 */
img {
  max-width: 100%;
}

/* 記事の投稿時間 */
time {
  color: silver;
  font-size: 10px;
}


/* ===== 値段表のスタイル ===== */
/* セクション */
.price {
  padding: 30px;
  background-image: url(img/wood.jpg);
}

/* h2見出し */
.price h2 {
  color:#C73E3A;
  border-color: #ffcc11;
  font-size: 35px;
}

/* 表 */
.price table {
  background-color: #ffebe0;
  color: black;
  border-collapse: collapse;/* 表の隙間（すきま） */
  width: 30%;
  margin: 0 auto;
}

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

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

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

/* 記事の小見出し */
h3 {
  margin-top:10px;
  font-size: 20px;
  margin-bottom:20px;
  color:#86473F;
  font-weight:700; 
}

/* 記事の見出し */
h4 {
  margin-top:20px;
  font-size: 25px;
  margin-bottom:20px;
  color:#C73E3A;
  font-weight:700; 
}

/* ===== 記事の投稿ページのスタイル ===== */
/* 文字の入力フィールド */
input {
  width: 250px;
  margin-bottom: 10px;
  display: pink;
}

/* 送信ボタン */
button {
  color: black;
  background: #808080(0, 200, 200);
  padding: 5px;
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
}

/* ボタンにさわったとき */
button:hover {
  background: orange;
  cursor: pointer;
}



/* フッター */
footer {
  clear: both;
}

footer {
  background-color:#870c11;
  color: white;
  font-size: 20px;
  text-align:center;
  padding:15px;
}
.shouhinn{
  font-size:14px;
  white-space: pre-wrap; 
}

.toiawase{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#d7003a 0%, #b7282e 100%);
  box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
}