body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

img {
  /*width: 100%;*/
}

h2 {
  background-color: #399f93;
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
  border-radius: 10px;
}

h2 img {
  width: 32px;
}

h3 {
  padding: 0.25em 0.5em;
  color: #399f93;
  /* border-left: solid 5px #399f93; */
  font-size: 1.2rem;
}

h4 {
  padding: 8px 10px;
  border: #c7b36b 2px;
  border-style: solid none;
  background: repeating-linear-gradient( 45deg, #fff, #fff 3px, #fff9ed 3px, #fff9ed 6px);
  font-size: 1.2rem;
  margin-top: 30px;
  font-weight: bold;
}

.green-bg h5 {
  /* background-color: #fff; */
  /* color: #399f93; */
  border-bottom: solid 1px #399f93;
  border-left: solid 5px #399f93;
  line-height: 2;
  /* border-radius: 15px; */
  margin-bottom: 20px;
  font-size: 1.1rem;
}

p {
  color: #333;
  font-size: 14px;
  line-height: 2;
  padding: 0 15px;
}

.btn-container {
  text-align: center;
}

.btn {
  display: inline-block;
  background-color: #399f93;
  color: #fff;
  padding: 5px 30px;
  font-size: 1rem;
  border-radius: 30px;
  text-align: center;
}

.banner {
  margin: 10px auto 30px auto;
  text-align: center;
}

.banner div {
  padding: 2px;
}

.banner div img {
  width: auto;
}

/*
 * Header & Nav
 */

.logo img {
  width: 250px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: -1px;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
  /* -webkit-overflow-scrolling: touch; */
}

.nav-scroller .nav a {
  border: #399f93 2px solid;
  border-radius: 20px;
  background-color: transparent;
  color: #399f93;
  padding: 2px 15px;
  font-size: 14px;
}

.mainimg {
  background: url(img/main.webp);
  background-size: cover;
  width: 100%;
  padding-top: 20%;
  position: relative;
  top: 0;
  left: 0;
}

.mainimg h1 {
  padding: 1rem 1rem 0 0.5rem;
  font-size: 2rem;
}

.mainimg .mainimg-lead {
  background: rgba(255, 255, 255, 0.5);
  padding-left: 1rem;
  position: absolute;
  top: 20%;
  /* width: 100%; */
  font-size: 0.8rem;
  line-height: 5em;
  color: #666;
  font-weight: bold;
  margin: 0;
}

.mainimg-lead p {
  padding-left: 10px;
  color: #666;
}

/*
 * Main
 */

section {
  margin-bottom: 2rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  border: solid 1px #ccc;
  border-radius: 15px;
  padding: 20px 10px;
}

.green-bg {
  background-color: #F0F9F5;
  padding: 20px;
  margin: 10px;
}

.green-bg img {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}

.green-bg .wide-img {
  width: 80%;
  display: block;
  margin: 10px auto;
}

.green-bg-title {
  color: #399f93;
  margin: 0;
  position: relative;
  margin-bottom: 15px;
  font-weight: bolder;
  font-size: 20px;
}

.number-circle {
  background-color: #399f93;
  border-radius: 50%;
  padding: 2px 10px;
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
  margin-right: 5px;
  margin-left: -10px;
  vertical-align: middle;
}

.point {
  position: relative;
  border-top: solid 2px #99c7c2;
  border-bottom: solid 2px #99c7c2;
  background: #f9f9f9;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 30px 20px;
}

.point:after {
  position: absolute;
  content: '▼ POINT';
  background: #99c7c2;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.point img {
  width: 50%;
  display: block;
  margin: 10px auto;
}

.point strong {
  font-size: 1.2rem;
  font-weight: bold;
}

.point li{
  font-size: 14px;
}

.gray-bg {
  border: 1px dashed #399f93;
  padding: 20px;
  margin: 10px;
}

.gray-bg h5 {
  display: block;
  border-bottom: 2px #399f93 solid;
  margin-bottom: 20px;
  font-weight: bold;
}

.gray-bg .wide-img {
  width: 100%;
  display: block;
  margin: 10px auto;
}

.gray-bg img {
  width: 50%;
  display: block;
  margin: 10px auto;
  /* max-height: 50%; */
}

#section2 h5 {
  font-size: 1rem;
  color: #333;
}

#section3 h5 {
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
  margin-top: 30px;
}

.answer {
  margin: 10px 50px;
  border-left: 4px solid #999;
  margin-bottom: 50px;
}

.card-maker {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
}

.card-title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: normal;
}

.card-price {
  padding-left: 0;
}

.card-img {
  width: 162px;
  height: 162px;
  object-fit: contain;
}


.pagination {
  margin-top: 30px;
}

.page-link {
  color: #399f93;
}

.page-link:hover {
  color: #399f93;
}

.pagination .current .page-link
{
    background: #399f93;
    color: #fff;
}

/*
 * 電動歯ブラシ詳細
 */

.detail1 img {
  width: 100%;
  padding: 20px;
}

.spec-feature {
  font-size: 0.8rem;
  padding: 10px 30px 10px 10px;
}

.spec-feature ul li {
  margin-bottom: 10px;
}

.spec-table {
  margin: 0px auto 50px auto;
}

.spec-table .header {
  font-size: 0.8rem;
  border: 2px solid #fff;
  background-color: #999;
  color: #fff;
  padding-left: 5px;
}

.spec-table th {
  font-size: 0.8rem;
  border: 2px solid #fff;
  background-color: #F0F0F0;
  padding: 10px 5px;
}

.spec-table td {
  font-size: 0.8rem;
  border: 2px solid #fff;
  padding: 10px 5px;
}

.detail1 .card-body {
  padding: 20px 0;
}

#section2 .detail1 .card-body .card-title {
  font-size: 1.2rem;
}

/*
 * Side
 */

aside {
  background-color: #fff9ed;
  margin-bottom: 30px;
}

.sidebar_fixed {
  ./*position: sticky;*/
  top: 60px;
  margin-bottom: 50px;
}

.sidebar_fixed ul li {
  color: #399f93;
}

.sidebar_fixed ul li a {
  color: #399f93;
  font-weight: bold;
}

.sidebar_content {
  margin-bottom: 100px;
}

.side-title {
  color: #399f93;
  margin: 20px 0;
  line-height: 2;
  border-top: double #c7b36b 5px;
  border-bottom: double #c7b36b 5px;
  font-size: 1rem;
  text-align: center;
}

.side-title-icon {
  width: 32px;
}

.sidebar_fixed {
  top: 20px;
}

.sidebar_fixed ul {
  list-style: none;
  padding-inline-start: 5px;
  font-size: 1rem;
  margin-bottom: 20px;
}

.sidebar_fixed ul li ul {
  list-style: none;
  /* padding-inline-start: 10px; */
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.sidebar_fixed ul li ul li {
  line-height: 2;
}

.side-card-title {
  line-height: normal;
  padding-left: 0;
}

.side-banner {
  margin: 10px auto 30px auto;
  text-align: center;
}

.side-banner div {
  padding: 2px;
}

.side-banner div img {
  max-width: 300px;
}

/*
 * Footer
 */

footer {
  padding: 1.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}



.section-main-search {
    background: #F0F9F5;
    /*    padding-bottom:10px;*/
    margin-bottom: 30px;

    padding: 20px;
    margin: 10px;
}

.section-main-search h5 {
    font-size: .9rem;
    background: #fff;
    color: #399f93;
    padding: 3px;
    text-align: center;
    margin: 2px 5px;
    border: 1px solid #399f93;
}

.section-main-search ul {
list-style: none;
display: contents;
}



.section-main-search ul li a {
  color: #333;
  font-size:14px;

}


.section-main-search .pref-list .pref-list-area .pref-list-area-item {
    display: flex;
    margin-bottom: 10px;
}

.section-main-search .pref-list .pref-list-area .pref-list-area-item h5 {
    width: 100px;
}

.section-main-search .pref-list .pref-list-area .pref-list-pref {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-main-search .pref-list .pref-list-area .pref-list-pref li {
    padding: 3px 6px;
}

.section-main-search .pref-list .pref-list-area .pref-list-pref li a {
    text-decoration: none;
}


.content-section-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 3;
    font-size: .9em;
}

.list-green-bg {
  background-color: #F0F9F5;
  padding: 20px;
  margin: 10px;
}

.list-green-bg h5 {
  /* background-color: #fff; */
  /* color: #399f93; */
  border-bottom: solid 1px #399f93;
  border-left: solid 5px #399f93;
  /* border-radius: 15px; */
  font-size: 1.1rem;
  padding-left: 5px;
}


.list-item-table {
    font-size: .90em;
    margin: 15px;
}

.list-item-table tr {
    border-top: solid 1px #ddd;
}

.list-item-table th {
    width: 15%;
    color: #919191;
}

.list-item table td{
    line-height: 2;
}



.content{
    display: inline-block;
}

.content::after{
    content: "/";
    display: inline-block;
    padding: 0 4px;
}

.maincolumn_category_wrap {
  margin-bottom: 4px;
}

.maincolumn_category_wrap ul {
    padding-left:unset;
}

.maincolumn_category_wrap ul li:first-child {
  margin-left: 0;
}

.maincolumn_category_wrap ul li::before {
  display: inline-block;
  height: 20px;
  margin-right: 4px;

}

.maincolumn_category_wrap ul li {
  display: inline-block;
  font-size: 12px;
  color: #333333;
  text-align: left;
  margin-left: 15px;
  line-height: 20px;
}

.maincolumn_category_wrap ul li.closed_day_icon::before {
  content: "休診日";
  width: 56px;
  background: #808080;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
}

.a_t-t .t_c-b {
    width: 100%;
  margin: 0 auto 10px;
  border: 1px solid #ddd;
  font-size: 0.90em;
}

.a_t-t .t_c-b tr th{
    width: 105px;
    text-align: center;
    background:#f5f5f5;

}

.a_t-t .t_c-b tr.top td{
    background:#f5f5f5;
}

.a_t-t .t_c-b td{
    border-left: dotted 1px #919191;
    border-bottom: dotted 1px #919191;
    text-align: center;
}

.sat_txt, .sat_dot{
    color: #3fa6f2;
}

.hol_txt,.hol_dot{
    color: #f64e73;
}



/*
 * Media querie
 */


@media (max-width: 992px) {
  .nav-scroller .nav {
    /* background: linear-gradient(90deg, #FFFFFF 95%, rgba(102, 102, 102, 0.40) 100%) no-repeat 50% 50% / 100% 100%; */
  }
}

@media (max-width: 768px) {
  .container, .container-sm {
    max-width: 100%;
  }

  .section-main-search .pref-list .pref-list-area .pref-list-area-item h5 {
        width: auto;
        writing-mode: vertical-rl;
        padding: auto 5px;
    }
    .section-main-search .pref-list .pref-list-area .pref-list-area-item .pref-list-pref {
        width: 100%;
    }
}

@media (max-width: 576px) {
  .mainimg .mainimg-lead {
    top: 10%;
  }
  .mainimg .mainimg-lead p {
    line-height: 1;
  }
  .gray-bg img {
    width: 100%;
  }
  .green-bg .wide-img {
    width: 100%;
  }
  .point img {
    width: 100%;
  }
  .answer {
    margin: 10px 20px;
  }
  .banner div img {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .mainimg .mainimg-lead {
    top: 10%;
    padding-left: 5px;
  }
  .mainimg .mainimg-lead h1 {
    font-size: 1.4rem;
    margin-top: -5px;
  }
  .mainimg .mainimg-lead p {
    line-height: 1;
    margin-bottom: 10px;
  }
}