@charset "UTF-8";
/* CSS Document */

body {
  background-color: #FFFAF2; 
}

.en {
  font-family: 'ysans-std', sans-serif;
}

.jp {
  font-family: 'ryo-gothic-plusn', sans-serif;
  font-size: 0.9em; /* 親のサイズの90% */
}

/* 通常のリンク */
a {
  color: #000000;            /* リンクの文字色 */
  text-decoration: none;     /* 下線を消す */
  transition: color 0.3s;    /* 色の変化をなめらかに */
}


.card,
.card * {
  border-radius: 0 !important;
}

.navbar {
  background-color: #FFFAF2 !important; /* 背景を透明に */
  border-bottom: none !important; /* 下線の削除 */
  position: sticky;
  top: 0px;
  margin-top: 10px;
  z-index: 1030;
}

/* トグルボタン（ハンバーガー）の枠線削除と背景透明 */
.navbar-toggler {
  border: none;
  background-color: transparent;
}

.navbar-brand {
  font-size: 1.5rem;
}

.nav-link {
  font-size: 1.35rem;
}

.navbar-nav .nav-link {
  margin-left: 1rem;
  margin-right: 1rem;
}

body .footer {
  background-color: #FFFAF2 !important;
}

/* コンタクトフォーム */
.bg-custom {
  background-color: #FFFAF2; /* サイト背景色に合わせて調整 */
}

.form-control:focus {
　background-color: #FFFAF2;
  box-shadow: none;
  outline: none;
}
