/* 
#fccb3b
#f7efe6
#5abc97
#44403f 
*/

body {
  /* padding-top: 60px; */
  color: #44403f;
  font-family: "Rubik", "Zen Maru Gothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    YuGothic, "Yu Gothic", sans-serif;
}

.header {
  background-color: #fdf0cd;
}
.navbar-light .navbar-nav .nav-link {
  color: #44403f;
  background-color: #fdf0cd;
}
.service,
.contact {
  background-color: #f7efe6;
}

a {
  color: rgba(0, 0, 0);
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.top {
  padding: 120px 3% 100px;
  /* padding-top: 150px; */
  /* padding-bottom: 200px; */
  background-image: url(./img/Pattern_11.jpg);
  background-size: cover;
}
.top__deco {
  margin-bottom: 0;
  font-family: "Courgette", cursive;
}

.top__title {
  font-size: 70px;
  margin-bottom: 0px;
}
.top__sub-title {
  margin-bottom: 60px;
}
.section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section__sub-title {
  /* color: #5abc97; */
  position: relative;
  margin-bottom: 70px;
}

.section__sub-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px; /*下線の上下位置調整*/
  display: inline-block;
  width: 45px; /*下線の幅*/
  height: 3px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #5abc97; /*下線の色*/
}

/* .container-inside-box {
  margin-top: 50px;
} */
.about__img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
.about__box {
  align-items: center;
  justify-content: center;
}
.service__img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: contain;
}

h4 {
  font-size: 20px;
}

.btn-deco-small {
  font-size: 14px;
}
.btn-design {
  line-height: 1.1;
}
.design-li {
  /* border-top: 0; */
  border-bottom: 0;
}
.design .list-group {
  border-top: 0;
  border-bottom: 0;
}
.design-attentio {
  font-size: 12px;
}

.service h3 {
  font-size: 20px;
}

.service__card-text {
  font-size: 16px;
}
/* .service-img-wrap {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
} */
/* .service-img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
/* } */
/* .card-body-work {
  display: flex;
  flex-direction: column;
}
.card-text-work {
  flex-grow: 1;
} */

/* .disabled {
  pointer-events: none;
  color: #dadbdb;
  text-decoration: none;
} */

/* .contact-item {
  pointer-events: none;
  color: #dadbdb;
  text-decoration: none;
} */

/* .contact-address {
  display: block;
} */

/* .contact-box {
  max-width: 55%;
  margin: auto;
}



.contact-address {
  display: block;
} */

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #44403f;
}

.copy {
  color: #dadbdb;
  font-size: 12px;
}

.works__img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* .works__card {
  margin-bottom: 20px;
}

.work__card a:hover {
  text-decoration: none;
} */
.works__card-inline {
  background: linear-gradient(transparent 60%, rgba(252, 203, 59, 0.5) 60%);
  /* width: 70%; */
}
/* .works__card-inline::after {
  content: " /";
} */
.works__card-inline::before {
  content: " ";
}

.works__item {
  margin-bottom: 30px;
}

.about__img-box {
  text-align: center;
}

.about__inline {
  background: linear-gradient(transparent 60%, rgba(252, 203, 59, 0.5) 60%);
}

.contact-item {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 60px;
  height: auto;
  max-width: 100%;
}

.works__card--name-honer {
}
/* .instagram.container {
  width: 80%;
  height: auto;
} */

.btn-warning.disabled {
  background-color: #b0b0b0 !important; /* 灰色 */
  border-color: #b0b0b0 !important;
  color: white !important; /* 文字色 */
}

/* 行間を狭める */
.contact-text {
  display: block; /* インライン要素のまま調整 */
  margin-top: 0px; /* 上の余白を詰める */
  line-height: 1;
}
