@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp_s.css');



body {
  font-family: YakuHanJP, "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  background-color: #e3c7b8;
}

header, main {
  background-color: #ffffff;
  color: #55453f;
}
main { padding-bottom: 2.5em; }


@media screen and (min-width: 426px) {
  /*  medium　smartphone↑ */
  body {
    padding-top: 124px!important;
    /*background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right;*/
  }
  header, main {
    max-width: 425px;
    margin: 0 auto;
    /*border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;*/
  }
}

.btn { background-color: #a37764; }
strong { font-weight: 700; }


/* ============== */


p {
  font-size: 16px;
  font-size: 1.6rem;
}


h2 {
  text-align: center;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;:
}


.btn {
  width: 75%;
  font-weight: 400;
}


header p, .kino {
  padding-left: 8%;
  padding-right: 8%;
}
header p {
  font-size: 18px;
  font-size: 1.8rem;
}



/* ============== */


.item h2, .kino h2 span {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.2;
  text-align: center;

  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.item h2 { margin-top: 0.5em; }
.item h3 { font-weight: 500; }

.item p {
  text-align: center;
  padding-top: 1em;
}




.kino {
  color: #8a645a;
  background-color: #f0f0e5;
  margin: 60px 0;
  padding-top: 8%;
  padding-bottom: 8%;
}

.kino h2 {
  font-size: 20px;
  font-size: 2.0rem;
}
.kino h2 span { font-weight: 500; }
.kino h3 img {
  height: 36px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.kino p { padding-bottom: 1em; }

