/*
Theme Name: Arkhe Child
Template: arkhe
Description: Arkheの子テーマです。
Version: 3.12.0
*/

body .pc { display:block !important; }
body .mb { display:none !important; }

@media (max-width:768px) {
  body .pc { display:none !important; }
  body .mb { display:block !important; }
}

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

body,
button,
input,
select,
textarea {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600; /* 太さを少し上げたい場合 */
}

/* 見た目 */
.header-cta {
  display: inline-block;
  padding: 0.6em 1.0em;
  background: #21150F;
  color: #fff !important;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.header-cta .__mainText { color: #fff !important; }
.header-cta:hover {
  background: #23484c;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* ページトップへ戻るボタンを完全に非表示 */
#pagetop,
.c-fixBtn.-pagetop {
  display: none !important;
}
