header, 
nav, 
main, 
footer {
  width: 900px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
}

body{
  cursor:url(images/disher.png),auto;
}

a,
button {
  text-decoration: none;
  cursor:url(images/disher_open.png),auto;
}

ul,
li {
  list-style: none;
}


main {
  display: flex;
}


.main {
  margin: auto;
}

.footer {
  background-color: #f6f6f6;
  height: 200px;
  display: flex;
}

.footer div {
  margin: auto;
}


/* ヘッダー */


.header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}


/* ヘッダーのロゴ部分 */
.header__title {
  margin-top: 0;
  margin-left: 1em;
  width: 80px;
}



.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}



.nav-items {
  padding-top: 250px;
  padding-bottom: 200px;
}



/* ナビのリンク */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-family:serif;
  font-size: 30px;
  margin-bottom: 40px;
}

.nav-items__item a:hover {
  transform: scale(1.1);
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}



/* ハンバーガーメニュー */

.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}


.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.photo{
  position:center;
  padding: 0px;
}

  
.wrap{
    max-width: 900px;
    margin: 0px auto;
}

p,
h1{
  width: 900px;
  text-align:left;
  padding: 0em;
  margin-top: 30px;
  display:flex;
  font-family:serif;
}
.fade-in{
  width: 550px;
  height: 200px;
  margin: 100px auto 0;
  opacity: -30;
  transition-duration: 1s;
  transform: translate(-175px, 0);
}

.fade-in-left{
  width: 550px;
  height: 200px;
  margin: 100px auto 0;
  opacity: -30;
  transition-duration: 1s;
  transform: translate(-175px, 0);
}

.scroll-in {
    opacity: 1;
    transform: translate(100, 0);
} 

.photo:hover {
  transform: scale(1.1);
}

div.parent_box {
  width: 650px;
  display: flex;
}

/*ランダム付けたし*/
#today {
  width: 900px;
  height: 900px;

}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

body{
  animation: fadeIn 3s forwards;
}

footer{
  display: flex;
  padding: 5em;
  margin:auto;
  margin-top: 3%;
  justify-content: center;
}

footer img{
  margin-left: 0.25em;
  margin-right: 0.25em;
}


.flex {
  display: flex;
  width: 900px;
}

h1{
  margin: 1.5em;
  margin-bottom: 0;
}

#today{
  display: flex;
}

#today img{
  margin-left: -3%;
  width: 550px;
  height: 550px;
}

#today p{
  width: 400px;
  justify-content: left;
  margin-top: 6em;
  margin-bottom: 2.5em;
  font-size: 30px;
  font-weight: bold;
}

.review a{
  justify-content: left;
  padding-top: 50em;
  font-size: 25px;
  font-family:serif;
  font-style: italic;
  text-decoration: underline;
}

.review a:hover{
  transform: scale(1.1);
}


.footermenu{
text-align: center;
 margin-top: 7em;
}

.footermenu a{
  margin-left: 4em;
  margin-right: 4em;
  font-size: 29px;
  font-family:serif;
}

#menu{
  margin-top: -18em;
  margin-bottom: 0;
}

a{
  color: #000;
}

a:hover{
  transform: scale(1.1);
}

 a:visited{
  color: inherit;
}