@charset "UTF-8";


body{
  font-size:16px;color:#000000;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.main-nav {
  padding: inherit;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  list-style: none;
  background-color: coral;
  justify-content: space-around;

}
.os {position: fixed;}
.home {margin-top: 10px;}
.haat {margin-top: 30px;}
.musi {margin-top: 25px;}
.fri {margin-top: 30px;}
.hito {margin-top: 30px;}




.oss {
  display: flex;
  display: inline-block;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  margin-top: 20px;
  
  margin: 0 auto;
  margin-bottom: 50px;
}


.occ_item{
  margin-top: 20px;
  display: inline-block;
  margin: 5px;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
}

.con {
  text-align: center;
}
.search{
  margin-left: 100px;
}
.con img{
  border-radius: 30px;
  border: 1px solid #FF9D43;
}

article{
  margin: 20px;
}

h2 {
  font-size: 20px;
}

.ho {
  font-size: 20;
  margin-top: 16px;
}

.top-nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
}

.topform{
  max-width:220px;
  height: 50px;
  margin: 0 0 0 auto;
  margin-top: 25px;
  margin-right: 40px;
}
.topinput{
  color:white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 30px;
    background-color: transparent;
    border:2px solid #CC6666;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width:100%;
    box-sizing: border-box;
    outline:0;
}

.search_box {
  display: inline-block; /* なくても大丈夫だけど、念の為 */
  position: relative;    /* 基準値とする */
}
.search_box::before {
  content: "";           /* 疑似要素に必須 */
  width: 16px;           /* アイコンの横幅 */
  height: 16px;          /* アイコンの高さ */
  background: url(https://yama-portfolio.main.jp/recipe/public/images/musimegane.png) no-repeat center center / auto 100%; /* 背景にアイコン画像を配置 */
  display: inline-block; /* 高さを持たせるためにインラインブロック要素にする */
  position: absolute;    /* 相対位置に指定 */
  top: 12px;              /* アイコンの位置。微調整してね */
  left: 5px;             /* アイコンの位置。微調整してね */
}
.search_box input {
  padding: 3px 0 3px 2em; /* アイコンを設置するため左の余白を多めに指定*/
}

.reko{
  margin-top: 20px;
}

h1{
  margin-bottom: 5%;
  color: rgb(0, 0, 0);
}
h2{
  color: rgb(0, 0, 0);
}
p{
  color: rgb(0, 0, 0);
}
.error_list{
  color: rgb(0, 0, 0);
  margin-top: 10%;
  list-style: none;
}
.py-2{
  margin-top: 20%;
  background-color: rgb(255, 169, 90);
  border-radius: 5%;
}
form h1{
  margin-top: 10%;
}
.w-100{
  margin-top: 10%;
  margin-bottom: 10%;
  background-color: coral;
  border: rgb(255, 255, 255);
}
.form-control{
  margin-top: 10%;
}
#lgnm{
  margin-top: 10%;
}
#navbar-brand{
  margin-bottom: 5%;
}
.sin {
  color: rgb(0, 0, 0);
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}

button:hover {
  background-color: #0056b3;
}

#container {
text-align: center;
}

.page {
margin-top: 30%;
margin-bottom: 30%;
}

p{
margin-top: 10%;
color: #000000;
}

button:last-child{
  background-color: #FF9D43;
}