@charset "UTF-8";
html {
  font-size: 90%;
}

body {
  background-color: #ffffff;
  /*line-height: 1.7;*/
  color: #432;
}

/*a {
  text-decoration: none;
}*/
/*img {
  max-width: 100%;*/
}

/*HEADER*/
.logo {
  width: 120px;
  margin-top: 1px;
  text-align: center;
}

.main-nav {
  display: flex;
  font-size: 1.2rem;
  text-transform: uppercase;*
  margin-top: 3px;
  list-style: none;
}


/*.main-nav a {

  color: #9900cc;
letter-spacing:20px;
}*/
/*.main-nav a:hover {
  color: #0bd;
}*/
.main-nav li {
  margin:40px;

}
.page-header {
  display: flex;
  justify-content: space-between;
}
.wrapper1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;

}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
  text-align: center;

}

/*HOME*/
/*text-align: center;
  margin-top: 0;

}
/*.home-content p {
  font-size: 1.425rem;
  margin: 10px 0 42px;
  color: #ffffcc;
}


/*midasi */

.page-title{
  font-size: 2.5rem;
  font-family: 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;

}


/*ボタン*/
.button {
  font-size: 1.375rem;
  background: #0bd;
  color: #fff;
  border-radius: 5px;
  padding: 18px 32px;
}

.button:hover {
  background: #0090aa;
}
/*.big-bg {
  background-size: cover;
  background-position: center top;
}*/

//*#home {
  background-image: url(image/top1.jpg);
  min-height: 100vh;
}*/


/*#home .page-title {
  text-transform: none;
}

/*会社案内
#annai {
  background-image: url(image/menu22.jpg);
  height: 200px;
  margin-bottom: 40px;
}
#annai .page-title {
  text-align: center;
  font-size: 30px;
}*/
/* フッター*/
/*footer {
  background: #432;
  text-align: center;
  padding: 26px 0;
}
footer p {
  color: #fff;
  font-size: 0.875rem;
}

/*記事部分*/
/*article {
  width:50%;
}
/*サイドバー*/
/*aside {
  width: 45%;
}
*/
/*.annai-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.gaiyou {
text-align: center;
border-style: dotted;
border-color: #c0c0c0;
}

.hyou {
 text-align:left;
}*/
/*店舗情報*/
/*#location {
  padding: 4% 0;
}
#location .wrapper {
  display: flex;
  justify-content: space-between;
}
.location-info {
  width: 22%;
}
.location-info {
  padding: 12px 10px;
}
.location-map {
  width: 74%;
}

.privacy {
  font-size: 20px;
  text-align:inherit;
}

/*.post-cat {
  font-size: 21px;
  text-align: center;
}*/

/*モバイル版*/
@media (max-width: 600px) {
/*#annai .page-title {
  margin-top: 30px;
}*/
/*aside {
  margin-top: 60px;
}*/
.post-info {
  margin-bottom: 30px;
}
.post-date {
  width: 70px;
  height: 70px;
  font-size: 1rem;
}
.post-date span {
  font-size: 0.875rem;
  padding-top: 2px;
}
.post-title {
  font-size: 1.375rem;
}
.post-cat {
  font-size: 0.875rem;
  margin-top: 10px;
}
.post-title,
.post-cat {
  margin-left: 80px;
}
/*annai*/
.annai-content {
  flex-direction: column;
}
/*article,
aside {
  width: 100%;
}

  /*.page-header {
  /*  flex-direction: column;*/
    /*align-items: center;
  }*/
  /*.page-title {
    font-size: 2.5rem;
  }
*/
  /*HEADER*/
/*.main-nav {
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
}*/

}


/*フォーム*/
form div {
  margin-bottom: 15px;
}
label {
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: block;
}
input[type="text"],
input[type="email"],
textarea {
  background: rgba(255,255,255,.5);
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
}

 textarea {
   width: 100%;
   max-width: 500px;
   height: 8rem;
 }
  input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
  }





  #location {
    padding: 4% 0;
  }
  #location .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .location-info {
    width: 22%;
  }
  .location-info {
    padding: 12px 10px;
  }
  .location-map {
    width: 74%;
  }

  .privacy {
    font-size: 20px;
    text-align:inherit;
  }

  /*.post-cat {
    font-size: 21px;
    text-align: center;
  }*/



  footer {
    background: #432;
    text-align: center;
    padding: 26px 0;
    margin-top: 10px;
  }
  footer p {
    color: #fff;
    font-size: 0.875rem;
  }
