/* 
#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;
  background-color: #fdeab0;
}
.navbar-light .navbar-nav .nav-link {
  color: #44403f;
  /* background-color: #fdf0cd; */
}
.service,
.contact {
  background-color: #f7efe6;
  background-color: #fdeab0;
}

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

a:hover {
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
p {
  text-align: justify;
}
.top {
  padding: 120px 3% 100px;
  /* padding-top: 150px; */
  /* padding-bottom: 200px; */
  background-image: url(./img/Pattern_11.jpg);
  background-image: url(./img/Layer-1.svg);
  /* background-image: url(./img/HandDrawn41.svg); */
  /* background-image: url(./img/Pattern_3.jpg); */
  /* background-image: url(./img/2.svg); */
  /* background-image: url(./img/16.png); */
  background-size: cover;
  background-repeat: repeat;
  background-size: auto;
  background-size: 85%;
  /* filter: opacity(0.3); */
}

.top__deco {
  margin-bottom: 0;
  /* font-family: "Courgette", cursive; */
}

.top__title {
  font-size: 70px;
  margin-bottom: 0px;
  /* color: #fa9b1d; */
}
.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: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  /* background-color: #5abc97; 下線の色 */
  background-color: #18658b; /*下線の色*/
  border-radius: 2px; /*両端を丸くする*/
}

/* .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 {
}

/* Tumblr用のスタイル */

.tumblr--post {
  background-color: #ffffff;
  /* padding: 20px; */
  margin-bottom: 20px;
  border-radius: 8px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.tumblr--post img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.tumblr--post-body {
  font-size: 1rem;
  color: #44403f;
  line-height: 1.5;
}

.tumblr {
  color: #44403f;
  text-decoration: underline;
}
/* .tumblr--title {
  font-family: Arial, sans-serif;
  color: #333;
}

.tumblr--image-container {
  gap: 10px;
}

.tumblr--image-container img {
  width: 200px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
} */
