body {
  background-color: #efe1d1;
}

.color-darkbr{
  color: #503420;
  text-decoration: none;
  font-family: "corporate-logo-ver2", sans-serif;
}

/* nav bar ------------------------------------------*/
.logo_img_navi{
  height: 80px;
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 1050;
}

@media (max-width: 767px) {
  .logo_img_navi {
    top: 5px;
    left: 10px;
    height: 12vw;     /* 画面幅10%（より小さめ） */
    max-height: 45px;
  }
}

.navbar-brand {
  /* margin-left: 35px; */
}

.nav_title{
  color :#503420;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 1000;
  font-style: normal;
  font-size: 25px;
}

.nav_button{
  background-color: #503420;
  width: 150px;
  height: 50px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

.navbar-nav .nav-link {
  display: flex;
  align-items: center; /* テキストを縦中央に */
  height: 100%;       /* li の高さに合わせる */
  justify-content: center;
  transition: all 0.3s ease; /* 背景色だけふわっと */
  border-radius: 10px;
}

.navbar-nav .nav-link:hover {
  background-color: #af7347; /* 薄い白で明るく */
  border-radius: 10px;
  transform: scale(1.05);
}

.navbar-toggler{
  background-color: #af7347;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding-bottom: 10px;
  }
  .nav_button {
    border-bottom: 1px;
  }
  .navbar-brand{
    text-align: left;
    justify-content: flex-start;
  }
}

/* フッター ------------------------------------------ */

.my-footer{
  position: relative;
  top: -85px;
}

.logo_img_footer{
  height: 80px;
}

/* top_hero ------------------------------------------*/
.top_hero_area {
  position: relative;
  height: 674px;
  top: -85px;
  padding-top: 100px;
  z-index: -9;
  background-image: url('../img/top_hero_dog.png');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.top_hero {
  color: #503420;
  margin-top: 100px;
  font-size: 52px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

.top_hero > span{
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .small-on-mobile {
    font-size: 2.0rem;
  }
}

/* わたしたちについて ------------------------------------------*/
.top_hero_about_area {
  position: relative;
  height: 372px;
  top: -45px;
  padding-top: 100px;
  z-index: -9;
}

.top_hero_about {
  position: relative;
  color: #503420;
  margin-top: 100px;
  font-size: 52px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  /* left: -150px; */
}

/* トップイメージの改行操作 */
@media (min-width: 768px) {
  .break-on-mobile {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .break-on-mobile {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  .top_hero_area {
    height: 350px;
    padding-top: 70px;
    top: -40px;
  }
}

/* コンテンツ------------------ */
h2 {
  color: #503420;
  font-size: 45px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  h2 {
    font-size: 45px;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 32px;
  }
}

.contents {
  position: relative;
  top: -85px;
  padding-top: 200px;
  padding-bottom: 20px;
}

.img-card{
  width: auto;
  max-width: 90%;
  border-radius: 20px;
  max-height: 500px;
}

.my-card {
  border: none;
}

.my-card-text {
  color: #503420;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.0;
}

@media (max-width: 767.98px) {
  .contents {
    top: -40px;
  }
}

/* コンテンツの改行操作 */
@media (min-width: 768px) {
  .break-on-pc {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  .break-on-pc {
    display: none;
  }
}

/* プランページ */
.top_hero_plan_area{
  position: relative;
  height: 674px;
  top: -85px;
  padding-top: 100px;
  z-index: -9;
  background-image: url('../img/top_hero_dog.png');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.plan-top{
  height: 0;
  width: 280px;
  border: none;
  border-top: 3px solid #503420;
  opacity: 1;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .top_hero_plan_area {
    height: 674px;
  }
}

@media (max-width: 767.98px) {
  .top_hero_plan_area {
    height: 350px;
  }
}

.plan_title{
  color: #503420;
  margin-top: 20px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.plan_getsugaku{
  color: #503420;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
}

.plan_getsugaku_komoji{
  color: #503420;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
}

.plan_text{
  color: #503420;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.plan_text > p > strong{
    font-weight: 700;
}

.plan_cards{
  height: 240px;
}

.plan_card_1{
  background-color: #d0bbaa;
  color: white;
}

.plan_card_2{
  background-color: #ae8c71;
  color: white;
}

.plan_card_3{
  background-color: #80573a;
  color: white;
}

.plan_faq_ans{
  padding-left: 1em;
  text-indent: -1em;
}