* {
  margin: 0;
  padding: 0;
  /* リセット */
}

/* 変数 */
:root {
  --f1: 2em;
  --f2: 1.5em;
  --f3: 1.25em;
  --f4: 1.1em;
  --f5: 1em;
  --f6: 0.8em;
}


/*--------------------------------
 memo
--------------------------------*/
/* .my_class_name */
/* - レイアウト: l-
- コンポーネント: c-
- ユーティリティ: u-
- ステート: is-, has-
- JavaScript用: js- */
/* ==========================================================================
   page: common
   ========================================================================== */

   .logo_hirika {
    width: 35px;
    height: auto;
  }
  .top_title {
    font-family: var(--font-secondary);
    color: #809fb7;
    font-size: small;
  }
  .border_under {
    font-family: var(--font-secondary);
    border-bottom: double 6px #c8cd80;
    margin-bottom: var(--space-2);
    text-align: center;
  }

/*--------------------------------
 head
--------------------------------*/
.c-head_logo {
  display: grid;
  justify-content: center;
  margin-top: var(--space-3);
  gap: var(--space-1);
}

/*--------------------------------
 top page
--------------------------------*/
.l-guide {
  margin: 5px;
  padding: 5px;
}
.title_diamond{
  margin: var(--space-4) 0 var(--space-1);
  font-weight: var(--fw-medium);
  font-size: var(--text-fluid-base);
  font-family: var(--font-secondary);
  font-size: var(--text-fluid-base);
}

.title_diamond::before {
  content: "\02662";
  color: #809fb7;
}



@media screen and (min-width: 768px) {
  .l-guide {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .guide_inner,
  .guide_inner {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}


@media screen and (max-width: 767px) {
  .guide_inner {
    display: flex;
    flex-direction: column;
  }

  .l-guide h2,
  h3 {
    margin-top: 50px;
  }
}

/* order */
@media screen and (max-width: 767px) {
  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  .order4 {
    order: 4;
  }
}
.img_cat::before {
  content: "";
  display: inline-block;

  width: 20px;
  height: 20px;
  background-image: url(https://hirika.info/wp-content/themes/hirika.info/img/top/meow.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.img_cat::after {
  content: "";
  display: inline-block;

  width: 20px;
  height: 20px;
  background-image: url(https://hirika.info/wp-content/themes/hirika.info/img/top/meow.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* ==========================================================================
   TODO 240705～
   ========================================================================== */



.l-guide img {
  margin-top: 5px;
  padding-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* 文字サイズ設定 */
.has-small-font-size {
  font-size: 12.8px;
}

.has-normal-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 20px;
}

/* 基本 */


.center {
  text-align: center;
}

.left {
  text-align: left;
}



.bigpic {
  width: 100%;
  max-width: 100%;
  height: auto;
}



/*メニューボタン*/


.star {
  position: relative;
  display: inline-block;
  padding: 12px 0 8px;
  text-decoration: none;
  transition: 0.4s;
}

.star:hover {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

/*装飾*/
.h3size {
  font-size: var(--f3);
}








#menu {
  display: none;
}

.menu ul,
.f_menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
}



.menu li a {
  display: block;
  padding: 5px;
  color: #f5f5f5;
  font-size: 14px;
  text-decoration: none;
}

.menu li a:hover {
  color: #c8cd80;
}



/**/
.copyright {
  color: #c8cd80;
  font-size: small;
  text-align: right;
}

/*footer*/
.footer #f_button {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.footer #f_button:hover {
  width: 35px;
  height: 35px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

.footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 2em;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 999;
}

.footer:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  height: 250px;
}

.footer #f_container {
  margin-top: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: #6b8370;
}

.footer #cont {
  position: relative;
  top: -45px;
  height: auto;
}

.footer_center {
  position: absolute;
  top: 50px;
  text-align: center;
}

.f_menu li a {
  display: block;
  padding: 5px;
  color: #f5f5f5;
  font-size: 14px;
  text-decoration: none;
}

.f_menu li a:hover {
  color: #ede6d3;
}



/*768以上*/
@media screen and (min-width: 768px) {


  .menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .f_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  main {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin: 10px;
  }
}
