@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
  font-size: 100%;
}
body {
  font-family:
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
  line-height: 1.7;
  color: #665252;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

/* レイアウト */
.wrapper {
  max-width: 1120px;
  margin: auto;
  padding: 0 1.5rem;
}
.align-center {
  text-align: center;
}

/* 見出し ここで英表記のフォント変わる*/
.font-english {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.font-english2 {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  padding: 0px 20px 20px 20px;
}
.font-english3 {
  padding: 30px;
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.page-title,
.heading-large,
.heading-medium {
  font-size: 3rem;
  text-align: center;
}
.page-title {
  margin-top: 2rem;
  line-height: 1.4;
}
.heading-large {
  margin-bottom: 1rem;
}

/* ボタン */
.btn {
  display: inline-block;
  font-size: 1.5rem;
  background-color: #f5c4c4;
  color: #fff;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  transition: 0.5s;
  margin-top: 30px;
  margin-bottom: 60px;
}
.btn:hover {
  background-color: #fa9fad;
}

/* iframe */
iframe {
  width: 100%;
}

/* ヘッダー
------------------------------- */
.page-header {
  padding-top: 0.5rem;
}
.logo {
  width: 210px;
}
.main-nav {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  font-size: 1.5rem;
  list-style: none;
}
.main-nav a {
  color: #665252;
}
.main-nav a:hover {
  color: #ffb6c1;
}

/* ヘッダーカバー画像
------------------------------- */
.cover {
  background-size: cover;
  background-position: center bottom;
  height: 800px;
}
.sub-cover {
  background-size: cover;
  background-position: center bottom;
  height: 528px;
  margin-bottom: 4rem;
}

/* HOME
------------------------------- */
.cover-home {
  background-image: url(../hp/tibikai.gif);
}
.about {
  max-width: 736px;
  padding: 0 1.5rem;
  margin: 3rem auto 0;
  /* background-image: url(../hp/amime.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
}
.about p {
  margin-bottom: 3rem;
}

/* NEWS
------------------------------- */
.cover-news {
  background-image: url(../hp/sirokusita.gif);
}

/* 記事部分 */
.post {
  margin-bottom: 3rem;
}
.post-title {
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.post-info {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.post-cat {
  display: flex;
  gap: 0.5rem;
  list-style: none;
}
.post-cat a {
  color: #665252;
  background-color: #faf7f0;
  border-radius: 8px;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}
.post-cat a:hover {
  background-color: #c9c2bc;
}
.post-date {
  font-size: 0.875rem;
}
.post-thumbnail {
  border-radius: 16px;
  margin-bottom: 1.5rem;
}
.post p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

/* サイドバー */
.side-menu {
  list-style: none;
  text-align: center;
  margin-bottom: 4rem;
}
.side-menu li {
  border-bottom: 1px solid #c9c2bc;
}
.side-menu a {
  color: #665252;
  display: block;
  padding: 1rem;
}
.side-menu a:hover {
  color: #ffb6c1;
}

/* MENU おおきいほう
------------------------------- */
.cover-menu {
  background-image: url(../hp/siro3.gif);
}
.grid {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
.item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
}
.item p {
  font-size: 0.875rem;
}
.sonota p {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: larger;
}

.toptext p {
  text-align: center;

  margin-bottom: 70px;
  font-size: larger;
}

.sabtaitoru p {
  text-align: center;
  margin-top: 50px;
  font-size: x-large;
}

/* CONTACT
------------------------------- */
.cover-contact {
  background-image: url(../hp/kai.jpg);
}

/* 店舗情報 */
.location {
  margin-bottom: 3.5rem;
}
.location-info {
  margin-bottom: 2rem;
}
.location-info .info {
  padding: 0;
}

/* お問い合わせ */
.email {
  /* background-image: url(../hp/nemuruneko.jpg);
  background-size: contain; */
  max-width: 916px;
  background-color: #faf7f0;
  border-radius: 48px;
  padding: 1.5rem 2.5rem 2.5rem;
  margin: 0 auto 2rem;
}
.email p {
  margin: 1rem 0 2rem;
}

/* SNS */
.sns-item {
  margin-bottom: 2rem;
}
.sns-item .heading-medium {
  margin-bottom: 0.5rem;
}
.sns-youtube {
  aspect-ratio: 16/9;
}
.sns-youtube iframe {
  height: 100%;
}
.sns-youtube p {
  font-size: larger;
  text-align: center;
  margin-bottom: 10px;
}

/* フッター
------------------------------- */
.page-footer {
  background-image: url(../hp/gure-nokeito2.png);
  background-size: cover;
  background-position: center;
  padding-top: 12rem;
}
.heading-large.font-english {
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.info {
  width: 100%;
  max-width: 544px;
  margin: auto;
  padding: 0 1.5rem;
  border-spacing: 0;
}
.info th,
.info td {
  border-bottom: 1px solid #c9c2bc;

  font-weight: bold;
}
.info th {
  text-align: left;
  padding: 1rem;
}
.info td {
  padding: 1rem 0;
}
.copyright {
  background-color: #f5c4c4;
  text-align: center;
  padding: 2rem 0;
  margin-top: 6rem;
  color: #fff;
}

/* デスクトップ版
------------------------------- */
@media (min-width: 800px) {
  /* 見出し */
  .page-title {
    font-size: 5rem;
  }
  .heading-large {
    font-size: 4rem;
  }
  .post-title {
    font-size: 2rem;
  }

  /* ヘッダー */
  .page-header {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
  }
  .main-nav {
    font-size: 2rem;
  }

  /* ヘッダーカバー画像 */
  .sub-cover {
    height: 400px;
    margin-bottom: 6rem;
  }

  /* HOMEトップ画像変わる */
  .cover-home {
    background-image: url(../hp/kaitei3.gif);
  }
  .about {
    margin: 4rem auto 0;
  }

  /* NEWS */
  .cover-news {
    background-image: url(../hp/sirokusita.gif);
  }
  .news-contents {
    display: flex;
    justify-content: space-between;
  }
  .post {
    width: 70%;
  }
  .sidebar {
    width: 22%;
  }
  .sidebar .heading-medium {
    line-height: 1;
    margin-bottom: 1rem;
  }

  /* MENU */
  .cover-menu {
    background-image: url(../hp/siro3.gif);
  }
  .grid {
    gap: 3rem 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .item img {
    margin-bottom: 0.5rem;
  }
  .item p {
    font-size: 1rem;
  }

  /* CONTACT */
  .cover-contact {
    background-image: url(../hp/kai.jpg);
  }
  .location {
    display: flex;
    gap: 2rem;
  }
  .location-info {
    width: 32%;
  }
  .location-info .info th {
    padding-left: 2rem;
  }
  .location-map {
    /* width: 64%; */
    width: 85%;
    margin: 0 auto;
  }
  .email {
    margin-bottom: 4rem;
  }
  .sns {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 0;
  }
  .sns-item {
    flex: 1;
  }

  /* フッター */
  .page-footer {
    background-image: url(../hp/gure-nokeito2.png);

    padding-top: 12rem;
  }
  .info th {
    padding-left: 2.5rem;
  }
}
