@charset "utf-8";

:root {
  --effect: blight 1s linear infinite;
}

/* 
  font-family: "Sawarabi Mincho";
  font-family: 'Abril Fatface', serif;
  font-family: 'Ultra', serif;


*/
.loader  {
  display: flex;
  width: calc(100vw - calc(100vw - 100%));
  height: 100vh;
  background: black;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.loader  {
  text-align: center;
}

.loader p {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 4em;
  font-family: arial;
  font-weight: 600;
  transform: scale(.5);
  color: #121212;
  -webkit-text-stroke: 2px gray;
}

.txt{
  display: none;
}


.loader p:nth-child(1) {
  animation: var(--effect);
}

.loader p:nth-child(2) {
  animation: var(--effect) .125s;
}

.loader p:nth-child(3) {
  animation: var(--effect) .25s;
}

.loader p:nth-child(4) {
  animation: var(--effect) .375s;
}

.loader p:nth-child(5) {
  animation: var(--effect) .5s;
}

.loader p:nth-child(6) {
  animation: var(--effect) .675s;
}

.loader p:nth-child(7) {
  animation: var(--effect) .75s;
}

@keyframes blight {
  0% {
    transform: scale(.5);
    color: #121212;
    -webkit-text-stroke: 2px gray;
  }

  20% {
    transform: scale(1);
    color: pink;
    -webkit-text-stroke: 3px red;
    filter: drop-shadow(0 0 1px black)drop-shadow(0 0 1px black)drop-shadow(0 0 3px red)drop-shadow(0 0 5px red)hue-rotate(10turn);
  }

  50% {
    transform: scale(.5);
    color: #121212;
    -webkit-text-stroke: 2px gray;
  }


}

.loaded {
  opacity: 0;
  visibility: hidden;
}


body{
    background-image: url(../images/bg.png);
    background-position: center;
    background-repeat: repeat-y ;
    background-size: contain;
    margin:0;
    padding: 0;
    font-family: "Sawarabi Mincho", sans-serif;

}

h1{
  font-family: 'Abril Fatface', serif;
}

.names{
  font-family: 'Ultra', serif;
}

a{
  color: black;
  text-decoration: none;
}
ul, li{
    list-style-type: none;
  }
/* top */

.top{
    width: calc(100vw - calc(100vw - 100%));
    text-align: center;
}

.top .top_image{
    width: calc(100vw - calc(100vw - 100%));
    margin: 0 auto;
}

.top .top_phone{
   display:none;
   height: 100vh;
   width: 100%;
}

/* END top */

/* what is american diner */
/* diner wisteria */
.about_d,
.about_w{
    margin: 150px auto;
    max-width: 1280px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


.about_d_image img,
.about_w_image img{
    height:100%;
    width: 100%;
    object-fit: cover;
}

.about_d_text,
.about_w_text {
    width: 30%;
}

.about_d_text{
    margin-left: 30px;
}

.about_w_text{
    margin-right: 30px;
}

.about_d_text h1,
.about_w_text h1{
    font-size: 1.5rem;
}

.about_d_text p,
.about_w_text p{
    margin-top: 20px;
    line-height: 1.8;
}

.about_d_subimage{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.about_d_subimage img{
    width: 48%;
}
/* END what is american diner */
/* END diner wisteria */

/* menu */
.menu{
    margin: 150px auto;
    max-width: 1280px;
}

.menu h1{
    text-align: center;
    font-size: 1.5rem;
}

.menu p{
    text-align: center;
    margin-top: 50px;
}

.menu_list img{
    width: 30%;
    margin: 30px 10px;
    box-shadow: 10px 5px 5px rgba(0,0,0,0.7);
}

.menu_list{
    margin-top:100px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
}
/* END menu */

/* photograph and movie */
.feature{
    margin: 150px auto;
    max-width: 1280px;
    text-align: center;
}

.feature h1{
    text-align: center;
    font-size: 1.5rem;
}

.feature p{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.feature_img{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature_img img{
    width: 100%;
}

.feature_img_cont {
    width: 20%;
    text-align: center;
}



/* END photograph and movie */

/* gallery */
.gallery{
    margin: 150px auto;
    max-width: 1280px;
}

.gallery h1{
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.gallery h1::before,
.gallery h1::after{
  content:"";
  height: 1px;
  flex-grow: 1;
  background-color: black;
}

.gallery h1::after{
  margin-left: 5px;
}

.gallery h1::before{
  margin-right: 5px;
}


.photoarea{
  text-align: center;
}

.photos{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.photos img{
    width: 350px;
    margin: 15px;
    box-shadow: 10px 5px 5px rgba(0,0,0,0.7);
}
/* END gallery */

/* access */
.access{
  margin: 150px auto;
  max-width: 1280px;
}

.access h1{
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.5rem;
}

.access_cont{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.access_cont table{
  width: 50%;
  /* margin-left: 30px; */
}

table tr th span{
  display:inline-block;
  background-color: black;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  width: 90px;
  height: 30px;
  padding: 5px;
  text-align: center;
  line-height: 30px;

}

th {
  padding: 10px 20px;
  }

.access_cont img{
    width: 40%;
}
/* END access */


@media screen and (max-width: 650px){

  /* top */

  .top{
    width: 100%;
  }
  /* about */
  .about_d,
  .about_w{
    margin: 50px auto;
    width: 90%;
  }

  .about_d_text,
  .about_w_text {
    width: 100%;
    margin-top: 50px;
  }
  .about_d_text{
    margin-left: 0px;
  }

  .about_w_text{
    margin-right: 0px;
  }

  .about_w{
    flex-direction: column-reverse;
  }

  .about_w_image {
    width: 100%;
  }

  /* menu */
  .menu{
    margin: 50px auto;
    width: 90%;
  }

  .menu p{
    width: 90%;
    text-align: center;
    margin: 50px auto auto;
    line-height: 1.8;
  }

  .menu_list{
    margin-top:50px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
  }

  .menu_list img{
    width: 85%;
    box-shadow: 10px 5px 5px rgba(0,0,0,0.7);
    margin: 10px auto
  }

  /* photograph and movie */
  .feature{
    margin: 50px auto;
  }

  .feature p{
  line-height: 1.8;
  }

  .feature_img_cont {
    width: 70%;
    text-align: center;
  }

  .feature h2{
    animation: key1 .3s ease infinite alternate;
  }

  @keyframes key1{
    0% {transform: translateY(0px);}
    100% {transform: translateY(-10px);}
  }

  /* gallery */
  .photos img{
    width: 80%;
    margin: 15px;
    box-shadow: 10px 5px 5px rgba(0,0,0,0.7);
  }

  /* access */
  .access_cont table{
    width: 90%;
    /* margin-left: 30px; */
  }

  .access_cont img{
    width: 90%;
}

  table tr th span{
    display:inline-block;
    background-color: black;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 10px;
    width: 60px;
    height: 25px;
    padding: 5px;
    text-align: center;
    line-height: 30px;

  }
}

@media screen and (max-width: 414px){

  /* top */

  .top{
    width: 100%;
  }
  .top img:nth-child(1){
    height: 100vh;
    margin: 0 auto;
    display:none;
  }

  .top img:nth-child(2){
   width: 90%;
   margin: 0 auto;
   display:block;
  }

  /* about */
  .about_d,
  .about_w{
    margin: 50px auto;
    width: 90%;
  }

  .about_d_text,
  .about_w_text {
    width: 100%;
    margin-top: 50px;
  }
  .about_d_text{
    margin-left: 0px;
  }

  .about_w_text{
    margin-right: 0px;
  }

  .about_w{
    flex-direction: column-reverse;
  }

  .about_w_image {
    width: 100%;
  }

  /* menu */
  .menu{
    margin: 50px auto;
    width: 90%;
  }

  .menu p{
    width: 90%;
    text-align: center;
    margin: 50px auto auto;
    line-height: 1.8;
  }

  .menu_list{
    margin-top:50px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
  }

  .menu_list img{
    width: 85%;
    box-shadow: 10px 5px 5px rgba(0,0,0,0.7);
    margin: 10px auto
  }

  /* photograph and movie */
  .feature{
    margin: 50px auto;
  }

  .feature p{
  line-height: 1.8;
  }

  .feature_img_cont {
    width: 70%;
    text-align: center;
  }

  .feature h2{
    animation: key1 .3s ease infinite alternate;
  }

  @keyframes key1{
    0% {transform: translateY(0px);}
    100% {transform: translateY(-10px);}
  }

  /* gallery */
  .photos img{
    width: 80%;
    margin: 15px;
    box-shadow: 10px 5px 5px rgba(0,0,0,0.7);
  }

  /* access */
  .access_cont table{
    width: 90%;
    /* margin-left: 30px; */
  }

  .access_cont img{
    width: 90%;
}

  table tr th span{
    display:inline-block;
    background-color: black;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 10px;
    width: 60px;
    height: 25px;
    padding: 5px;
    text-align: center;
    line-height: 30px;

  }
}