@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  background-color: #ffffff;
  line-height: 1.7;
  color: #432;
}

a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

/*HEADER*/
.logo {
  width: 210px;
  margin-top: 14px;
}

.main-nav {
  display: flex;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 34px;
  list-style: none;

}
.main-nav li {
  margin-left: 36px;
}

.main-nav a {
  color: #432;

}
.main-nav a:hover {
  color: #0bd;
}

.page-header {
  display: flex;
  justify-content: space-between;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

/*HOME*/
.home-content {
  text-align: center;
  margin-top: 10%;

}
.home-content p {
  font-size: 1.125rem;
  margin: 10px 0 42px;
  color: #ffffcc;
}


/*midasi */

.page-title{
  font-size: 3rem;
/ font-family: 'Philosopher', serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

/*ボタン*/
.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;
  margin-top: 10px;
}
footer p {
  color: #fff;
  font-size: 0.875rem;
}

/*記事部分*/
/*article {
  width:50%;
}
/*サイドバー*/
/*aside {
  width: 50%;
}*/

.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;
}
.main-nav li {
  margin: 0 20px;
}

/*HOME*/
.home-content {
  margin-top: 20%;

}
/*link*/
#link {
  background-image: url(image/menu22.jpg);
  min-height: 100vh;
}
.link-content {
  max-width: 560px;
  margin-top: 10%;
}
.link-content .page-title {
  text-align: center;
}
.link-content p {
  font-size: 1.125rem;
  margin-top:10px 0 0;
}

/*モバイル版*/

@media (max-width:600px) {
  /*link*/
  .link-content {
  margin-top: 20%;
  }
}

.grid {
  display: grid;
  gap:26px;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  margin-top: 6%;
  margin-bottom: 50px;
}}

/*.box10 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #00BCD4;
    background: #e4fcff;/*背景色*/
    /*border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
/*}
.box10 p {
    margin: 0;
    padding: 0;
}*/


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0;
    padding: 0;
}
