body {
    background-color: #f1e8e1;
    font-family: "Hiragino Maru Gothic ProN", sans-serif; /* 丸ゴシック体のフォントを指定 */
    font-size:24PX;
}

.form-check-label{
    font-size:12PX;
}

.subTitle {
    background-color: #C8D0D1;
}

.heder-bg-color{
    background-color: #fbf9f9;
}

.heder-bg-dark-color{
    background-color: #a47b979e;
}

.top-font-color{
    color: #2494A4;
}

.hamburger-icon {
    width: 40px;
    height: 40px;
    /* position: fixed; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* cursor: pointer; */
    z-index: 1000;
}

.hamburger-icon span {
    width: 100%;
    height: 6px;
    background-color: green;
    margin-bottom: 5px;
}

.menu-list {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    transition: right 0.3s ease;
}

.menu-list ul {
    list-style: none;
    padding: 20px;
}

.menu-list li {
    margin-bottom: 10px;
}

.menu-list a {
    text-decoration: none;
    color: green;
}

.menu-list {
    background-color: #FFEFD5; /* 背景色を肌色に変更 */
}

.show-menu {
    right: 0;
}

.fotter div p{
    font-size: 15px;
}

.title {
    word-break: keep-all;
}

@media (max-width: 767px) {
    .icon-fluid{
        display: none;
    }  
    .md-none-disp{
        display: none;
    }  
    .top-icon{
        height: 70px  !important;
        width: 70px  !important;
    }
    .ps-md-none {
        padding-left: 0 !important;
    }
}

.bg-gray{
    font-weight: bolder;
    font-size: 20px;
  }
  
  .serchInfoString{
    color:#7c9286;
    font-size: 20px;
    font-weight:bolder;
  }
  
  .small-text {
    font-size: 25px;
}

.text-orange {
    color: #C5582A;
  }
  