@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
.cheeeez-header {
  background-color: #fff;
  padding: 20px 40px;
  border-bottom: 1px solid #eee;
}

.cheeeez-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cheeeez-logo-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cheeeez-logo-img {
  height: 40px;
  margin-bottom: 4px;
}

.logo-subtext {
  font-size: 12px;
  color: #888;
  margin-left: 2px;
}

.cheeeez-menu {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  margin-left: auto;
}

.cheeeez-menu li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.cheeeez-menu li a:hover {
  color: #00C300;
}

.cheeeez-menu .line-btn {
  background-color: #00C300;
  color: white;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.cheeeez-menu .line-btn:hover {
  background-color: #00a800;
}
