@charset 'UTF-8';

/*----------------------
 main
 ----------------------*/
.greeting_mv_sub {
  background-image: url(../img/greeting/greeting_mv.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  height: 52.533333333333333vw;
  position: relative;
  width: 100%;
}
.greeting_mv_title_box {
  background: #f0ede1;
  bottom: 0;
  left: 50%;
  padding-top: 20px;
  position: absolute;
  transform: translateX(-50%);
  width: 52.8%;
}
.greeting_mv_title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}
.greeting_main_title img {
  margin: 0 auto;
  max-width: 140px;
  padding-top: 48px;
  width: 41%;
}
.greeting_main_text {
  margin: 54px auto 0;
  max-width: 245px;
  width: 72%;
}
.greeting_main_comment {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 51px;
}
.greeting_main_staff img {
  margin-top: 26px;
  max-width: 168px;
  width: 45%;
}
.greeting_main_staff {
  align-items: center;
  display: flex;
}
.greeting_main_staff_name {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  margin-left: 59px;
  text-align: center;
}
.greeting_main_staff_name span {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1.7;
}
.greeting_main_about_logo {
  background: #fff;
  border-radius: 10px;
  margin-top: 43px;
  padding: 20px;
}

.greeting_main_about_logo_title img {
  margin: 0 auto;
  width: 245px;
}
.greeting_main_about_logo_desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 26px;
}
.greeting_main_list {
  margin-top: 36px;
  padding-bottom: 24px;
}
.greeting_main_item {
  margin: 20px auto 0;
  max-width: 335px;
}
.greeting_main_item_title img {
  width: 100%;
}
.greeting_main_item_text_box {
  padding: 20px;
}
.greeting_main_item_text {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
}
.greeting_main_item_text_box.tyokubai {
  background: #5ca56d;
}
.greeting_main_item_text_box.baiten {
  background: #d97174;
}
.greeting_main_item_text_box.syokudou {
  background: #8f7e50;
}
.greeting_main_item_text_box.taiyoukou {
  background: #906787;
}
