@charset "utf-8";

#kodawari .section_title {
  color: #a58c1b;
}
#kodawari #welcome .section_title-01 {
  font-size: 24px;
  margin-top: 12px;
}
#kodawari #welcome .section_title-02 {
  font-size: 34px;
  margin-top: 12px;
  letter-spacing: 0.2em;
}
#kodawari #welcome .section_title-02::after {
  background-color: #a58c1b;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}
#kodawari #welcome .welcom_text {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #kodawari #welcome .welcom_text {
    padding: 0 20px;
    text-align: left;
  }
}

.section_title-02::after {
  background-color: #a58c1b;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}
#kodawari .section_title {
  position: relative;
}
#kodawari .section_title-main::after {
  background-color: #a58c1b;
}
.kodawari_omotenashi {
  background-image: url(../images/kodawari/bg-omotenashi.jpg);
  background-size: cover;
}
.omotenashi-item {
  display: flex;
  gap: 80px;
}

@media screen and (max-width: 1080px) {
  .omotenashi-item {
    gap: 50px;
  }
}

@media screen and (max-width: 850px) {
  .omotenashi-item {
    display: block;
  }
}

.omotenashi-item.-reverse {
  flex-direction: row-reverse;
}

.omotenashi-item + .omotenashi-item {
  margin-top: 120px;
}

@media screen and (max-width: 850px) {
  .omotenashi-item + .omotenashi-item {
    margin-top: 60px;
  }
}

.omotenashi-body {
  max-width: 430px;
}

@media screen and (max-width: 850px) {
  .omotenashi-body {
    max-width: 100%;
  }
}

.omotenashi-heading {
  color: #a58c1b;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 40px;
}

@media screen and (max-width: 850px) {
  .omotenashi-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.omotenashi-text {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 850px) {
  .omotenashi-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.omotenashi-img {
  flex: 1;
  text-align: center;
}

.omoi {
  background-image: url(../images/kodawari/bg-omoi.jpg);
  background-size: cover;
  padding: 120px 0;
}

.omoi_box {
  background-color: #1c1916;
  opacity: 0.8;
  margin: auto;
  max-width: 1200px;
  padding: 80px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .omoi_box {
    padding: 40px 20px;
  }
}

.omoi_text {
  font-size: 15px;
  line-height: 1.85;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .omoi_text {
    text-align: left;
  }
}

.omoi_text + .omoi_text {
  margin-top: 1em;
}

#kodawari .contact_ginza {
  background: #1c1916;
}

#kodawari .contact_list {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #kodawari .contact_item {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
}
