/*共通　右側ボタン*/
#dm-btn-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dm-btn {
  display: block;
  padding: 10px 18px;
  text-align: center;
  font-size: 14px;

  background: transparent;         
  color: #2f5fa7;                  
  border: 1.5px dashed #9bb7e0;     
  border-radius: 4px;

  text-decoration: none;
  transition: 0.2s ease;
}


div#dm-btn-box a.dm-btn {
    margin-bottom: 4%;
}

/* 下線完全なし */
.dm-btn,
.dm-btn:hover,
.dm-btn:focus,
.dm-btn:active {
  text-decoration: none;
}

/* hover時 少しだけ強調 */
.dm-btn:hover {
  background: #f5f8ff;             
  border-color: #6f97d6;
  color: #1f4f9a;
}
/* MAPボタン*/
td .map-btn {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  padding: 2px 20px;
  font-size: 12px;
  color: #333;
  background: linear-gradient(#ffffff, #bcc9cf);
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 #fff;
  line-height: 1.6;
  white-space: nowrap;
  cursor: pointer;
}
td .map-btn:hover {
  background: linear-gradient(#f5f5f5, #dcdcdc);
}
td .map-btn:active {
  background: linear-gradient(#dcdcdc, #f5f5f5);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
}
/* お問合せボタン*/
.mgt10 {
  text-align: center;
    margin-top: 10% !important;
}
body:has(.aoto, .kozu) .mgt10 {
  text-align: center;
  margin-top: 5% !important;
}
div#dm-btn-box a.dm-btn {
    text-align: left;
}
a.inq-btn {
  display: inline-block;
  padding: 6px 50px;
  font-size: 14px;
  color: #5a3e2b; /* 文字：濃いブラウン */
  background: linear-gradient(#ffebeb, #efd7ca);/* 明るめブラウン */
  border: 1px solid #d2b49c;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}

a.inq-btn:hover {
  background: linear-gradient(#f7e5d6, #e8bebe);
}

a.inq-btn:active {
  background: linear-gradient(#d9b79a, #f2dcc8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
}
