/* ===== Webサイト全体のスタイル ===== */
/* html */
html {
  height: 100%;
}

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

/* h1見出し */
h1 {
  font-size: 75px;
  color: #ff50bc;
  border-style: solid;/* 線の種類 */
  border-color: #FFD300;/* 線の色 */
  border-width: 20px;/* 線の太さ */
  text-align: center;/* 文字・画像を中央にそろえる */
  border-radius: 90px;/* 枠線の角丸 */
  padding: 20px;/* 内側の余白 */
  margin: 30px;/* 外側の余白 */
}

.hajime{
  background-image: url(img/syoumennpiano.png);
  background-size: cover;
  padding-bottom: 30px;
}
/* ===== ヘッダーのスタイル ===== */
/* ヘッダーの箱 */
header {
  padding-top: 150px;/* 上がわの余白 */
  background-image: url(img/daimeisakuma.png);
}

nav{
  background-color: #FFD700;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

nav a{
text-decoration: none;  
}

nav a:hover{
  color: #ff009d;
}

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

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

.btn-gradient-3d-simple {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(#fa709a 0%, #fee140 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #ffa700;
}

.btn-gradient-3d-simple:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


/* ===== お店紹介のスタイル ===== */
/* セクション */
.shop {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);/* 背景の色 */
  color: #FF6A00;
  padding: 30px;
}

.shop img {
  margin: 20px;
  transform: rotate(8deg);
  box-shadow: 10px 10px 20px #f9d423;
}
/* h2見出し */
.title {
  font-size: 30px;
  border-left-style: solid;
  border-left-width: 10px;
  padding-left: 15px;
  margin-bottom: 50px;
}

/* 段落 */
.shop p {
  font-size: 20px;
  background-color: #FFFCB3;
  padding: 20px;
  border-radius: 30px;
  height: 250px;
  font-weight: bold;
  font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
}

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

.link {
  background-image: linear-gradient(to right, #f85a00 0%, #f9d423 100%);
  padding: 30px;
  text-align: center;
}

.link p {
  background-color: #FFFCB3;
  padding: 20px;
  border-radius: 30px;
  height: 40px;
  font-weight: bold;
  font-size: 20px;
  font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
}

.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00bcd4;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #1ec7bb;
}

/* ===== パン紹介のスタイル ===== */
/* セクション */
.photo {
  padding: 30px;
  background-image: url(img/sakumahedder.jpg);
}

/* h2見出し */
.photo h2 {
  color: #ff006a;
  border-color: #ff006a;
}

/* h3見出し */
.photo h3 {
  color: #FF006A;
  font-size: 23px;
  font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
}

.photo h4{
  font-size: 20px;
  font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
}
/* 段落 */
.photo p {
  color: #ffffff;
  clear: left;/* 画像や箱の回り込みをやめる */
}

.photo div {
  background-color: #FFEB99;
  width: 500px;/* 横幅を指定する */
  padding: 20px;
  float: left;
  box-shadow: 10px 10px 20px #000000;/* 影を指定する */
  transform: rotate(8deg);
  margin: 32px;
  border-radius: 30px;
}

.photo img {
  margin-left: 125px;
  padding: 9px;
  border: 9px solid #fcb69f;
  background-color: #ffecd2;
}
/*＝＝＝＝＝ 全体の設定 ＝＝＝＝＝＝ */

/*＝＝＝＝＝ 検索機能全体 ＝＝＝＝＝＝ */

.kennsaku {
  padding: 100px;
  background-image: url(img/searchboxsakuma.jpg);
}
.searchBox h1 {
  color: black;
  font-size: 35px;
  font-family: lobster;
  margin: 0;
  border-style: solid;
  border-radius: 500px;
  border-color: #ff8ab5;
}

.searchBox h2 {
  font-size: 20px;
  font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
}

.searchBox {
  background-image: linear-gradient(to top, #ff99d9 0%, #ffffff 100%);
  width: 500px;
  padding: 30px;
  border: 10px solid #ff8a95;
  border-radius: 50px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

/* 入力欄 */
.inputBox {
  margin-bottom: 30px;
}

.inputText {
  height: 26px;
  width: 200px;
}

.inputButton {
  background: #E91E63;
  color: #fff;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
}


/* 出力欄 */
.outputBox table {
  background-color: #DDB6FF;
  border-collapse: collapse;
  width: 100%;
}

.outputBox td {
  border: 1px solid #000000;
  padding: 10px;
  font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
}

.outputBox th {
  width: 130px;
  border: 1px solid #000000;
  padding: 10px;
  background-color: #E085FF;
  text-align: left;
  font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
}

#page-top{
  display: block;
  font-weight: bold;
  padding: .7em;
  text-align: center;
  background: #FFD700;
  transition: .3s;
  text-decoration: none;
}

#page-top:hover{
  background: #ff50bc;
  color: #fff;
}

footer {
  text-align: center;
  background-color: #ff8a95;
  color: #ffffff;
  font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
}
